================ desitemplate API ================ This is used to include docstrings from modules. See `the autodoc documentation`_. .. _`the autodoc documentation`: http://sphinx-doc.org/ext/autodoc.html?highlight=automodule#directive-automodule If you're loading a module here, and don't see some functions, try adding the ``:imported-members:`` option. .. automodule:: desitemplate :members: .. automodule:: desitemplate.main :members: