glances/docs
nicolargo 5cbbe91e1f Regenerate the WebUI and lint the code 2026-01-03 08:52:19 +01:00
..
_static
_templates
aoa update doc 2025-12-22 09:42:32 +00:00
api Regenerate the WebUI and lint the code 2026-01-03 08:52:19 +01:00
dev
gw First version ok. Log message should be removed. Code should be tested. 2025-12-30 19:04:07 +01:00
man Regenerate the WebUI and lint the code 2026-01-03 08:52:19 +01:00
Makefile
README.txt
build.sh What a sexy pre-commit config file ! 2025-11-22 18:48:13 +01:00
cmds.rst
conf.py
config.rst Make WebUI and Restful API SSL compliant #3340 2025-11-11 18:34:51 +01:00
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