glances/docs
nicolargo 33d01bf586 Improve IP plugin to display public IP address #646 2016-04-02 15:38:32 +02:00
..
_static Improve IP plugin to display public IP address #646 2016-04-02 15:38:32 +02:00
_templates Use Sphinx for doc 2016-03-06 19:16:37 +01:00
aoa Improve IP plugin to display public IP address #646 2016-04-02 15:38:32 +02:00
gw Fix some doc and comments 2016-03-29 11:29:13 +02:00
man CPU additionnal stats monitoring: Context switch, Interrupts... (issue #810) 2016-03-31 12:30:14 +02: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 exports: riemann export implemented and documented 2016-03-25 11:06:25 +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