glances/docs
Georgiy Timchenko 66e7916fbf Fix typos and make grammatical and stylistic edits in project documentation
Several typos were found and corrected in the project documentation. Additionally, a number of grammatical and stylistic improvements were made to enhance clarity and coherence. These changes affect the following files:

- docs/api.rst
- docs/cmds.rst
- docs/config.rst
- docs/docker.rst
- docs/glances.rst
- docs/index.rst
- docs/install.rst
- docs/quickstart.rst
- docs/support.rst

These corrections and improvements significantly enhance the readability and accuracy of the documentation, making it more accessible and comprehensible for both users and developers.
2023-12-10 22:38:38 +04:00
..
_static Update Flame 2023-10-29 08:59:13 +01:00
_templates Use Sphinx for doc 2016-03-06 19:16:37 +01:00
aoa Wifi plugin is back again (only current hotspot using the nmcli command line or the current wifi interface using the /proc/net/wireless file - Related to #1377 2023-07-25 16:04:38 +02:00
dev Replace the wait method by a default timeout on getch 2018-11-25 21:41:00 +01:00
gw CouchDB migration from CouchDB to PyCouchDB library #2570 2023-10-08 10:10:13 +02:00
man Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04:00
Makefile Update docs. Correct Sphinx path. 2023-11-01 08:53:44 +01:00
README.txt Update docs 2021-05-26 15:51:43 +02:00
api.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04:00
build.sh Rebuild docs for #1305 2018-08-16 11:33:25 +02:00
cmds.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04:00
conf.py Error while generating the documentation (ModuleNotFoundError: No module named 'glances') #2391 2023-05-13 15:30:09 +02:00
config.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04:00
docker.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04: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 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 Use Sphinx for doc 2016-03-06 19:16:37 +01:00
objects.inv add intersphinx inventory 2019-06-20 11:46:07 -07:00
quickstart.rst Fix typos and make grammatical and stylistic edits in project documentation 2023-12-10 22:38:38 +04: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