===== API ===== Here you can describe an API. Use `cldomain's `_ directives, to insert functions or macroses descriptions, like that: .. cl:package:: weblocks .. cl:function:: foo .. cl:macro:: bar Also you can specify additional examples for some blocks: .. code-block:: common-lisp-repl 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 :cl:function:`weblocks:foo`. Read the documentation on `cldomain `_ and write your own beautiful docs!