Skip to content

Commit

Permalink
add related projects
Browse files Browse the repository at this point in the history
  • Loading branch information
timothypratley committed Oct 18, 2023
1 parent b482470 commit 94446fa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion notebooks/index.clj
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,16 @@ kindly/known-kinds
;; * [kind-clerk](https://github.com/scicloj/kind-clerk/) for rendering notebooks
;; * [kind-portal](https://github.com/scicloj/kind-portal/) for viewing individual visualizations at the REPL

;; Tool makers seeking to integrate with Kindly, please see
;; Kind inference

;; * [kindly-advice]https://github.com/scicloj/kindly-advice/
;; Kindly advice identifies kinds in a standard way, and provides the mechanisms for kind inference where desired.
;; This library simplifies the task of toolmakers in supporting kinds.

;; ## Example projects using Kindly

;; * [Clay documentation](https://scicloj.github.io/clay/) is written using Kindly annotations,
;; and contains examples of what Kindly visualizations look like.
;; * The [Clojure Data Cookbook](https://github.com/scicloj/clojure-data-cookbook)
;; is an example of a book that can be visualized and published with several different tools.
;; * Kindly itself is documented with Kindly annotations, see [notebooks/index.clj](notebooks/index.clj).

0 comments on commit 94446fa

Please sign in to comment.