glances/docs
Ariel Otilibili 7c45563991 Fixed typo in API documentation
Found with `make codespell`.

Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
2024-08-06 20:47:32 +02:00
..
_static Glances version 4.0.0 2024-05-12 10:45:03 +02:00
_templates
aoa Correct codespell 2024-06-29 19:19:26 +02:00
dev
gw Update docs and correct some merge conflicts 2024-03-16 09:23:19 +01:00
man Correct codespell 2024-06-29 19:19:26 +02:00
Makefile Refactor some code and update docs 2024-04-28 09:21:58 +02:00
README.txt
api.rst Fixed typo in API documentation 2024-08-06 20:47:32 +02:00
build.sh
cmds.rst :Merge branch 'develop' into issue2181 2023-12-10 20:12:21 +01:00
conf.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
config.rst Add support for automatically hiding network interfaces that are down or that don't have any IP addresses #2799 2024-06-01 11:02:58 +02:00
docker.rst changing path in docs for docker 2024-07-11 15:13:25 +01:00
faq.rst
glances.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04: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
objects.inv
quickstart.rst --stdout plugin.attr is not compliant with plugins returning list of dicts #2446 2024-04-24 19:47:57 +02:00
support.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04:00

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