glances/docs
nicolargo 8cf364212e Create an option to set the username to use in Web or RPC Server mode #1381 2018-12-29 19:10:48 +01:00
..
_static Rename Glances logs to Glances events 2018-09-09 10:22:43 +02:00
_templates Use Sphinx for doc 2016-03-06 19:16:37 +01:00
aoa error type host : AWS EC2 on VM public OVH ;( #1340 2018-11-03 19:05:35 +01:00
dev Replace the wait method by a default timeout on getch 2018-11-25 21:41:00 +01:00
gw remove duplicate JSON in help page 2018-11-01 08:49:46 +01:00
man Create an option to set the username to use in Web or RPC Server mode #1381 2018-12-29 19:10:48 +01:00
Makefile Fix version issue with Sphinx (hopefully) 2016-03-12 11:51:42 +01:00
README.txt Improve documentation (issue #872) 2016-08-26 14:05:40 +02:00
api.rst Add --disable-history tag 2016-06-02 16:30:27 +02:00
build.sh Rebuild docs for #1305 2018-08-16 11:33:25 +02:00
cmds.rst RESTful 2018-02-15 19:45:45 +01:00
conf.py Change the IRQ shortcut key from R to Q. R is alread used for the RAID plugins. Also update the docs for the IRQ plugin. Last but not leat, change the ReadTheDoc theme 2016-08-23 20:12:49 +02:00
config.rst Disable plugin from Glances configuration file #1378 2018-12-27 09:58:21 +01:00
docker.rst `pwd`.conf instead of ./glances.conf 2018-11-27 23:09:39 +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 Add documentation about Curses on Microsoft Windows (see issue #1312) 2018-09-01 10:09:25 +02:00
index.rst Add Docker doc to the index 2018-10-20 10:47:30 +02:00
install.rst 's/P[Ss][Uu]til/psutil/g' 2018-02-15 19:23:50 +01:00
make.bat Use Sphinx for doc 2016-03-06 19:16:37 +01:00
quickstart.rst Create an option to set the username to use in Web or RPC Server mode #1381 2018-12-29 19:10:48 +01:00
support.rst Use Sphinx for doc 2016-03-06 19:16:37 +01:00

README.txt

Building the docs
=================

First install Sphinx and the RTD theme:

    pip install sphinx sphinx_rtd_theme

or update it if already installed:

    pip install --upgrade sphinx sphinx_rtd_theme

Go to the docs folder:

    cd docs

Then build the HTML documentation:

    make html

and the man page:

    LC_ALL=C make man