API

Here you can describe an API.

Use cldomain’s directives, to insert functions or macroses descriptions, like that:

function (foo)
macro bar

Also you can specify additional examples for some blocks:

TEST> (bar 1 2 3)

(1 2 3)
NIL

And because this is Sphinx, you can use it’s great cross-referencing features to link to functions. Here is the link to weblocks:foo.

Read the documentation on cldomain and write your own beautiful docs!