glances/docs
nicolargo 5266a62d0c New Grafana Dashboard 2018-04-02 21:54:47 +02:00
..
_static New Grafana Dashboard 2018-04-02 21:54:47 +02:00
_templates Use Sphinx for doc 2016-03-06 19:16:37 +01:00
aoa Nice Process Priority Configuration #1218 2018-01-17 08:31:43 +01:00
gw Add auto generation refresh time function 2018-04-02 14:07:23 +02:00
man Add auto generation refresh time function 2018-04-02 14:07:23 +02: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
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 Export module is now dynamic. Update doc 2017-12-28 13:01:37 +01:00
glances.rst Export module is now dynamic. Update doc 2017-12-28 13:01:37 +01:00
index.rst Update Glances global description 2016-09-04 16:53:32 +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 Add a new output mode to stdout #1168 2018-02-11 11:02:16 +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