pydu/docs
Prodesire 780c7b72a1 add doc for request.check_connect 2017-12-05 22:15:27 +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 improve doc func and class keywords 2017-11-13 02:25:30 +08:00
cmd.rst fix cmd doc replicate 2017-11-29 08:11:02 +08:00
compat.rst complete doc for compat 2017-11-18 10:27:14 +08:00
conf.py rename "todo" to "to do" of conf annotation 2017-11-18 10:07:49 +08:00
console.rst improve doc func and class keywords 2017-11-13 02:25:30 +08:00
dict.rst improve doc func and class keywords 2017-11-13 02:25:30 +08:00
index.rst add doc for network 2017-11-29 08:25:02 +08:00
inspect.rst fix inspect doc error 2017-11-29 08:24:53 +08:00
make.bat rename pylib to pydu 2017-10-06 23:59:14 +08:00
misc.rst add doc for memoize and memoize_when_activated 2017-11-17 08:33:28 +08:00
network.rst add doc for network 2017-11-29 08:25:02 +08:00
request.rst add doc for request.check_connect 2017-12-05 22:15:27 +08:00
set.rst improve doc func and class keywords 2017-11-13 02:25:30 +08:00
string.rst refactor safestr to safeencode and add doc for it. 2017-11-18 10:53:05 +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.