mirror of https://github.com/nicolargo/glances.git
Ip address and Net mask are now retreived thanks to PSutil. |
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| aoa | ||
| api | ||
| dev | ||
| gw | ||
| man | ||
| Makefile | ||
| README.txt | ||
| build.sh | ||
| cmds.rst | ||
| conf.py | ||
| config.rst | ||
| docker.rst | ||
| faq.rst | ||
| fetch.rst | ||
| glances.rst | ||
| index.rst | ||
| install.rst | ||
| make.bat | ||
| objects.inv | ||
| quickstart.rst | ||
| support.rst | ||
README.txt
Building the docs
=================
First install Sphinx and the RTD theme:
make venv
or update it if already installed:
make venv-upgrade
Go to the docs folder:
cd docs
Then build the HTML documentation:
make html
and the man page:
LC_ALL=C make man