gecko/python/psutil/docs
Gregory Szorc 322a12f348 Bug 930808 - Upgrade to psutil 2.1.3; r=glandium
psutil 2.1.3 is replacing psutil 1.0.1. There are numerous bug fixes and
feature enhancements in psutil worth obtaining.

Source code was obtained from
https://pypi.python.org/packages/source/p/psutil/psutil-2.1.3.tar.gz and
uncompressed into python/psutil without modification except for the
removal of the egg-info directory and the .travis.yml file.

--HG--
extra : source : 697eb6db7d96dc21e817cd27a7e46ed4ab00f9bb
2014-12-23 10:45:15 -08:00
..
_static Bug 930808 - Upgrade to psutil 2.1.3; r=glandium 2014-12-23 10:45:15 -08:00
_template Bug 930808 - Upgrade to psutil 2.1.3; r=glandium 2014-12-23 10:45:15 -08:00
_themes/pydoctheme Bug 930808 - Upgrade to psutil 2.1.3; r=glandium 2014-12-23 10:45:15 -08:00
conf.py Bug 930808 - Upgrade to psutil 2.1.3; r=glandium 2014-12-23 10:45:15 -08:00
index.rst Bug 930808 - Upgrade to psutil 2.1.3; r=glandium 2014-12-23 10:45:15 -08:00
make.bat Bug 930808 - Upgrade to psutil 2.1.3; r=glandium 2014-12-23 10:45:15 -08:00
Makefile Bug 930808 - Upgrade to psutil 2.1.3; r=glandium 2014-12-23 10:45:15 -08:00
README Bug 930808 - Upgrade to psutil 2.1.3; r=glandium 2014-12-23 10:45:15 -08:00

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 https://pythonhosted.org/psutil/.
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.