pydu/docs
Prodesire d80c41ca0a fix typo 2017-11-01 23:13:21 +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
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 Update index.rst 2017-11-01 01:18:57 +08:00
make.bat rename pylib to pydu 2017-10-06 23:59:14 +08:00
misc.rst fix typo 2017-11-01 23:13:21 +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.