pydu/docs
Prodesire 87765a808e add pydu.cmd.cmdline_argv() to cmd doc 2017-11-11 20:23:19 +08:00
..
Makefile rename pylib to pydu 2017-10-06 23:59:14 +08:00
README add docs for data structures 2017-10-06 23:45:29 +08:00
archive.rst adjust index to several files 2017-10-31 23:54:39 +08:00
cmd.rst add pydu.cmd.cmdline_argv() to cmd doc 2017-11-11 20:23:19 +08:00
compat.rst update compat doc 2017-11-05 12:05:15 +08:00
conf.py adjust index to several files 2017-10-31 23:54:39 +08:00
dict.rst adjust index to several files 2017-10-31 23:54:39 +08:00
index.rst add doc for cmd.execute 2017-11-10 22:28:44 +08:00
make.bat rename pylib to pydu 2017-10-06 23:59:14 +08:00
misc.rst add note to unix_timeout 2017-11-03 22:31:03 +08:00
set.rst adjust index to several files 2017-10-31 23:54:39 +08:00
string.rst adjust index to several files 2017-10-31 23:54:39 +08:00

README

About
=====

This directory contains the reStructuredText (reST) sources to the psutil
documentation.  You don't need to build them yourself, prebuilt versions are
available at http://psutil.readthedocs.io.
In case you want, you need to install sphinx first:

    $ pip install sphinx

Then run:

    $ make html

You'll then have an HTML version of the doc at _build/html/index.html.