Skip to content

Commit

Permalink
refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Nov 17, 2024
1 parent 600bc6f commit fc9c2a2
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions notebooks/render.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,17 @@


(clerk/build! {:paths ["notebooks/confusionmatrix.clj"
"notebooks/roc_curve.clj"
]
"notebooks/roc_curve.clj"]
:package :single-file
:out-path "docs/clerk"
})
:out-path "docs/clerk"})

(clay/make! {:format [:quarto :html]
:base-source-path "notebooks/"
:source-path ["austen.clj"
;"confusionmatrix.clj"
;"roc_curve.clj"
"clerk_link.clj"
"tidytext.clj"]
"tidytext.clj"
"clerk_link.clj"]
:base-target-path "docs"
:book {:title "metamorph.ml topics"}
;; Empty the target directory first:
:clean-up-target-dir false
:show false})
(System/exit 0)

0 comments on commit fc9c2a2

Please sign in to comment.