glances/docs
2024-11-09 09:38:51 +01:00
..
_static Glances version 4.0.0 2024-05-12 10:45:03 +02:00
_templates Use Sphinx for doc 2016-03-06 19:16:37 +01:00
aoa Update doc and WebUI 2024-11-08 15:26:44 +01:00
dev Replace the wait method by a default timeout on getch 2018-11-25 21:41:00 +01:00
gw Update docs and correct some merge conflicts 2024-03-16 09:23:19 +01:00
man Add unit-test for new entry point in the API (plugin/item/key) 2024-11-09 09:13:37 +01:00
api.rst Update unit-test for Glances Central Browser 2024-11-09 09:38:51 +01:00
build.sh Rebuild docs for #1305 2018-08-16 11:33:25 +02:00
cmds.rst Update doc 2024-11-08 12:28:58 +01:00
conf.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
config.rst Update docs 2024-10-19 09:52:04 +02:00
docker.rst changing path in docs for docker 2024-07-11 15:13:25 +01:00
faq.rst Add a F.A.Q in the documentation. Add respond for encoding issue 2018-07-28 14:49:34 +02:00
glances.rst Update doc 2024-11-08 12:28:58 +01:00
index.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04:00
install.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04:00
make.bat Use Sphinx for doc 2016-03-06 19:16:37 +01:00
Makefile Refactor some code and update docs 2024-04-28 09:21:58 +02:00
objects.inv add intersphinx inventory 2019-06-20 11:46:07 -07:00
quickstart.rst Update doc 2024-11-08 12:28:58 +01:00
README.txt Update docs 2021-05-26 15:51:43 +02:00
support.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04:00

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