mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-01 05:54:46 +03:00
30354d623e
Several typos were found and corrected in the project documentation. These changes affect the following files: - docs/cmds.rst - docs/config.rst These corrections improve the readability and accuracy of the documentation, making it more accessible and understandable for users and developers. |
||
---|---|---|
.. | ||
_static | ||
_templates | ||
aoa | ||
dev | ||
gw | ||
man | ||
api.rst | ||
build.sh | ||
cmds.rst | ||
conf.py | ||
config.rst | ||
docker.rst | ||
faq.rst | ||
glances.rst | ||
index.rst | ||
install.rst | ||
make.bat | ||
Makefile | ||
objects.inv | ||
quickstart.rst | ||
README.txt | ||
support.rst |
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