anisotropy/doc/source/notes/sphinx.rst
2021-12-31 20:01:59 +05:00

9 lines
140 B
ReStructuredText

Sphinx apidoc and build
=======================
.. code-block:: bash
$ sphinx-apidoc -o docs/source/ ./
$ cd docs
$ make html