Files
glances/docs
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-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-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-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-06 19:16:37 +01:00

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

First install Sphinx:

    pip install sphinx

Then build:

    cd docs && make html

To build the man page:

    make man

Then:

    rm man/glances.1
    cp _build/man/glances.1 man/glances.1