Skip to content

Files

Latest commit

7773146 · Aug 27, 2019

History

History
This branch is 2951 commits behind nicolargo/glances:develop.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 8, 2019
Mar 6, 2016
Aug 12, 2019
Nov 25, 2018
Aug 11, 2019
Aug 27, 2019
Mar 12, 2016
Aug 26, 2016
Jun 2, 2016
Aug 16, 2018
Mar 2, 2019
Jun 20, 2019
Dec 27, 2018
Jul 3, 2019
Jul 28, 2018
Sep 1, 2018
Oct 20, 2018
Jan 20, 2019
Mar 6, 2016
Jun 20, 2019
Jan 20, 2019
Mar 6, 2016
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