glances/docs
nicolargo d1f9d30aae Filter processes by others stats (username) #748 2016-05-23 14:31:37 +02:00
..
_static Filter processes by others stats (username) #748 2016-05-23 14:31:37 +02:00
_templates Use Sphinx for doc 2016-03-06 19:16:37 +01:00
aoa Filter processes by others stats (username) #748 2016-05-23 14:31:37 +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 Update doc for AMP 2016-05-02 10:32:46 +02:00
conf.py Fix Sphinx doc/man generation 2016-03-12 15:43:43 +01:00
config.rst Update doc / Finalyse for Python 2 but do not work for Python 3 2016-05-13 23:17:25 +02: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