Skip to content

Commit

Permalink
Adds missing notebooks to user.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoeSchr committed Feb 12, 2023
1 parent 53cba6c commit d90a6f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@

;; or call `clerk/show!` explicitly
(clerk/show! "notebooks/introduction.clj")
(clerk/show! "notebooks/controls.clj")
(clerk/show! "notebooks/data_science.clj")
(clerk/show! "notebooks/sicmutils.clj")
(clerk/show! "notebooks/dictionary.clj")
(clerk/show! "notebooks/elements.clj")
(clerk/show! "notebooks/git.clj")
(clerk/show! "notebooks/introduction.clj")
(clerk/show! "notebooks/logo.clj")
(clerk/show! "notebooks/rule_30.clj")
(clerk/show! "notebooks/semantic.clj")
(clerk/show! "notebooks/images.clj")
(clerk/show! "notebooks/zipper_with_scars.clj")

(clerk/show! "index.md")

Expand Down

0 comments on commit d90a6f4

Please sign in to comment.