glances/docs
nicolargo 278add2bcf Update PSUtil req to 4.1.0 / Ready to tag 2.6 2016-03-16 17:41:07 +01:00
..
_static Use Sphinx for doc 2016-03-06 19:16:37 +01:00
_templates Use Sphinx for doc 2016-03-06 19:16:37 +01:00
aoa Use Sphinx for doc 2016-03-06 19:16:37 +01:00
gw Use Sphinx for doc 2016-03-06 19:16:37 +01:00
man Update PSUtil req to 4.1.0 / Ready to tag 2.6 2016-03-16 17:41:07 +01:00
Makefile Fix version issue with Sphinx (hopefully) 2016-03-12 11:51:42 +01:00
README.txt Fix Sphinx doc/man generation 2016-03-12 15:43:43 +01:00
api.rst Use Sphinx for doc 2016-03-06 19:16:37 +01:00
cmds.rst Use Sphinx for doc 2016-03-06 19:16:37 +01:00
conf.py Fix Sphinx doc/man generation 2016-03-12 15:43:43 +01:00
config.rst Use Sphinx for doc 2016-03-06 19:16:37 +01:00
glances.rst Use Sphinx for man page 2016-03-06 19:16:37 +01:00
index.rst Use Sphinx for doc 2016-03-06 19:16:37 +01:00
make.bat Use Sphinx for doc 2016-03-06 19:16:37 +01:00
quickstart.rst Use Sphinx for doc 2016-03-06 19:16:37 +01:00
support.rst Use Sphinx for doc 2016-03-06 19:16:37 +01:00

README.txt

Building the docs
=================

First install Sphinx:

    pip install sphinx

or update it if already installed:

    pip install --upgrade sphinx

Go to the docs folder:

    cd docs

Then build the HTML documentation:

    make html

and the man page:

    LC_ALL=C make man