Files
glances/docs
Alessio Sergi 3baae1f5c4 Add the username to the log filename
Glances as system tool is often executed in a multi-user environment or
even with root privileges. Then, make the log file system-aware as well.
2016-12-27 19:49:37 +01:00
..
2016-03-06 19:16:37 +01:00
2016-12-03 18:07:24 +01:00
2016-10-15 19:16:24 +02:00
2016-06-02 16:30:27 +02:00
2016-12-27 19:49:37 +01:00
2016-09-04 16:53:32 +02:00
2016-03-06 19:16:37 +01:00
2016-08-26 14:05:40 +02:00
2016-03-06 19:16:37 +01:00

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

First install Sphinx and the RTD theme:

    pip install sphinx sphinx_rtd_theme

or update it if already installed:

    pip install --upgrade sphinx sphinx_rtd_theme

Go to the docs folder:

    cd docs

Then build the HTML documentation:

    make html

and the man page:

    LC_ALL=C make man