Skip to content

Instantly share code, notes, and snippets.

@sritchie

sritchie/toc.edn Secret

Created December 1, 2020 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sritchie/c5f25ba2b9fadd19fffa4cf8c619ccb7 to your computer and use it in GitHub Desktop.
Save sritchie/c5f25ba2b9fadd19fffa4cf8c619ccb7 to your computer and use it in GitHub Desktop.
{:cljdoc.doc/tree
[["Introduction" {:file "doc/intro.adoc"}]
["Basics" {}
["How to Use SICMUtils" {:file "doc/basics/using_sicmutils.adoc"}]
["Generics" {:file "doc/basics/generics.adoc"}]
["Clojurescript" {:file "doc/basics/clojurescript.adoc"}]
["Data Readers" {:file "doc/basics/data_readers.adoc"}]]
["Data Types" {}
["Number" {:file "doc/types/number.adoc"}]
["Complex" {:file "doc/types/complex.adoc"}]
["Quaternion" {:file "doc/types/quaternion.adoc"}]
["Power Series" {:file "doc/types/power_series.adoc"}]
["Polynomial" {:file "doc/types/polynomial.adoc"}]
["Rational Function" {:file "doc/types/rational_function.adoc"}]
["Modular Int" {:file "doc/types/modular_int.adoc"}]
["Function" {:file "doc/types/function.adoc"}]
["Structures" {:file "doc/types/structures.adoc"}]
["Matrix" {:file "doc/types/matrix.adoc"}]]
["Symbolic Extensions" {}
["Literals" {:file "doc/symbolic/literal.adoc"}]
["Simplification" {}
["Rule Engine" {:file "doc/symbolic/rules.adoc"}]
["Polynomial Simplifier" {:file "doc/symbolic/poly_simplifier.adoc"}]
["Rational Function" {:file "doc/symbolic/rf_simplifier.adoc"}]]]
["Numerical Methods" {}
["Univariate Minimization" {:file "doc/numerical/unimin.adoc"}]
["Multivariate Minimization" {:file "doc/numerical/multimin.adoc"}]
["Quadrature" {:file "doc/numerical/quadrature.adoc"}]
["Numerical Derivative" {:file "doc/numerical/deriv.adoc"}]
["Interpolation" {:file "doc/numerical/interpolation.adoc"}]
["ODE, Differential Equations" {:file "doc/numerical/ode.adoc"}]]
["Calculus" {}
["Automatic Differentiation" {:file "doc/calculus/autodiff.adoc"}]]
["Textbooks" {}
["Structure and Interpretation of Classical Mechanics"
{:file "doc/books/sicm.adoc"}]
["Functional Differential Geometry"
{:file "doc/books/fdg.adoc"}]]
["Misc" {}
["scmutils Refman" {:file "doc/refman.adoc"}]
["Historical Notes" {:file "doc/history.adoc"}]
["Development Instructions" {:file "doc/development.adoc"}]
["Getting Involved / What's Missing?" {:file "doc/contributing.adoc"}]
["FAQ" {:file "doc/faq.adoc"}]]]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment