Liking cljdoc? Tell your friends :D

scicloj.clay.v2.notebook


*err-orig*clj

source

*out-orig*clj

source

*path->lastclj

source

->test-nameclj

(->test-name i line-number)
source

->var-nameclj

(->var-name i line-number)
source

add-info-lineclj

(add-info-line items {:as spec :keys [hide-info-line]})
source

clean-test-last-formclj

(clean-test-last-form form)
source

comment->itemclj

(comment->item comment)
source

completeclj

(complete {:as note :keys [comment?]})
source

complete-notesclj

(complete-notes notes options)
source

def-formclj

(def-form var-name form)
source

deref-if-neededclj

(deref-if-needed v)
source

first-line-of-changeclj

(first-line-of-change code new-code)
source

hidden-form-startersclj

Set of symbols that mark forms whose evaluation results should not be shown in notebooks by default. These typically return vars or other values that are not useful for notebook display.

Set of symbols that mark forms whose evaluation results should not be shown
in notebooks by default. These typically return vars or other values that are
not useful for notebook display.
sourceraw docstring

hide-code?clj

(hide-code? {:as note :keys [code form value kind narrowed]}
            {:as opts :keys [hide-code]})
source

hide-value?clj

(hide-value? {:as complete-note :keys [form value kind]}
             {:as opts :keys [hide-nils hide-vars]})
source

info-lineclj

(info-line {:keys [full-source-path remote-repo]})
source

itemize-notesclj

(itemize-notes relevant-notes some-narrowed options)

Evaluates and computes the items for a notebook of notes

Evaluates and computes the items for a notebook of notes
sourceraw docstring

items-and-test-formsclj

(items-and-test-forms notes spec)
source

log-timecljmacro

(log-time expr msg)
source

maybe-err-origclj

(maybe-err-orig s)
source

maybe-println-origclj

(maybe-println-orig s)
source

narrowed?clj

(narrowed? code)
source

narrower?clj

(narrower? code)
source

note-to-itemsclj

(note-to-items {:as note
                :keys [comment? code exception err out global-err global-out
                       kindly/options]}
               {:as opts})
source

ns-form?clj

(ns-form? form)
source

read-eval-captureclj

(read-eval-capture {:as note :keys [code form]})

Captures stdout and stderr while evaluating a note

Captures stdout and stderr while evaluating a note
sourceraw docstring

relevant-notesclj

(relevant-notes {:keys [full-source-path single-form single-value smart-sync
                        pprint-margin]
                 :or {pprint-margin pp/*print-right-margin*}})
source

side-by-side-itemsclj

(side-by-side-items {:as spec :keys [format]} code-item value-items)
source

simple-deftest-formclj

(simple-deftest-form test-name last-form form)
source

slurp-and-compareclj

(slurp-and-compare path)
source

spec-notesclj

(spec-notes {:as spec
             :keys [pprint-margin ns-form full-source-path]
             :or {pprint-margin pp/*print-right-margin*}})
source

str-and-reset!clj

(str-and-reset! w)
source

test-last?clj

(test-last? complete-note)
source

test-ns-formclj

(test-ns-form [_ ns-symbol & rest-ns-form])
source

var-based-deftest-formclj

(var-based-deftest-form test-name var-name form)
source

with-out-err-capturedcljmacro

(with-out-err-captured & body)

Evaluates and computes the items for a notebook of notes

Evaluates and computes the items for a notebook of notes
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close