pydu/docs
Prodesire 64db2e00cc fix func name error in misc doc 2017-12-14 20:10:06 +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 func name error in cmd doc 2017-12-14 19:55:37 +08:00
compat.rst fix imap signature error in compat doc 2017-12-14 19:58:15 +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
file.rst add note to file doc 2017-12-14 20:01:15 +08:00
index.rst add doc for list 2017-12-14 20:08:03 +08:00
inspect.rst fix inspect doc error 2017-11-29 08:24:53 +08:00
list.rst add doc for list 2017-12-14 20:08:03 +08:00
make.bat rename pylib to pydu 2017-10-06 23:59:14 +08:00
misc.rst fix func name error in misc doc 2017-12-14 20:10:06 +08:00
network.rst add network.is_ipv6 2017-12-08 22:54:47 +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 format string doc 2017-12-13 22:01: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.