mirror of https://github.com/nicolargo/glances.git
|
|
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| aoa | ||
| gw | ||
| man | ||
| Makefile | ||
| README.txt | ||
| api.rst | ||
| cmds.rst | ||
| conf.py | ||
| config.rst | ||
| glances.rst | ||
| index.rst | ||
| make.bat | ||
| quickstart.rst | ||
| support.rst | ||
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