Files
glances/docs
2016-05-23 14:31:37 +02:00
..
2016-03-06 19:16:37 +01:00
2016-03-29 11:29:13 +02:00
2016-03-06 19:16:37 +01:00
2016-05-02 10:32:46 +02:00
2016-03-12 15:43:43 +01:00
2016-03-06 19:16:37 +01:00
2016-03-06 19:16:37 +01:00
2016-03-06 19:16:37 +01:00
2016-03-06 19:16:37 +01:00
2016-03-12 15:43:43 +01:00
2016-03-06 19:16:37 +01:00

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