anisotropy/docs/source/notes/sphinx.rst

9 lines
140 B
ReStructuredText
Raw Normal View History

2021-08-25 21:48:02 +05:00
Sphinx apidoc and build
=======================
.. code-block:: bash
$ sphinx-apidoc -o docs/source/ ./
$ cd docs
$ make html