10 lines
113 B
ReStructuredText
10 lines
113 B
ReStructuredText
|
sphinx
|
||
|
======
|
||
|
|
||
|
.. code_block:: bash
|
||
|
:lineos:
|
||
|
|
||
|
sphinx-apidoc -o docs/source/ ./
|
||
|
cd docs
|
||
|
make html
|