@@ -60,14 +60,15 @@ The docu is generated using `Sphinx <https://sphinx-doc.org>`_, is written in `R
You can compile the docu either by using the setup.py::
$ python setup.py docs
$ python setup.py build_sphinx
or by hand by running::
In detail this dose something similar to the following steps.
Run the sphinx-apidoc::
$ cd docs && sphinx-apidoc -f -o ./_source ../src/cassandra
including filenames (ls `*.rst >> index.rst`) into `index.rst` at a appropriate place and add three spaces before them (e.\,g. care about the indention!)
and finally by running::
Include the filenames (ls `*.rst >> index.rst`) into `index.rst` at a appropriate place and add three spaces before them (e.\,g. care about the indention!)
and finally by run::
$ make latexpdf
$ okular _build/latex/cassandra.pdf
...
...
@@ -83,13 +84,13 @@ install Sphinx and napoleon::
$ pip install Sphinx
$ pip install sphinxcontrib-napoleon
create the docs directory and initialize the project::
Create the docs directory and initialize the project::