pydu/docs
Prodesire 0d91642b2e change theme 2017-10-31 23:41:43 +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
conf.py change theme 2017-10-31 23:41:43 +08:00
index.rst fix pydu.utils to pydu.misc 2017-10-29 21:23:08 +08:00
make.bat rename pylib to pydu 2017-10-06 23:59:14 +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.