a sample document
generating a document from code
1 Introduction
This is an introduction to the exciting library
1.1 Defining a function
We define function add-5
below
(defn add-5 [x]
(+ x 5))
1.2 Testing a function
(+ 1 1) => 2
(+ 1 3) => 2
2 Walkthrough
Here is a walkthrough for the library
3 API Reference
The API reference here: