9 lines
140 B
ReStructuredText
9 lines
140 B
ReStructuredText
Sphinx apidoc and build
|
|
=======================
|
|
|
|
.. code-block:: bash
|
|
|
|
$ sphinx-apidoc -o docs/source/ ./
|
|
$ cd docs
|
|
$ make html
|