pydu/docs
Prodesire 5fe0c0acde format doc for string 2017-12-14 20:38:22 +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 platform 2017-12-14 20:29:33 +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 add doc for misc.super_len 2017-12-14 20:18:32 +08:00
network.rst add note for is_ipv6 in network doc 2017-12-14 20:19:46 +08:00
path.rst add doc for path 2017-12-14 20:22:15 +08:00
platform.rst add doc for platform 2017-12-14 20:29:33 +08:00
request.rst add FileName.from_any to request doc 2017-12-14 20:32:47 +08:00
set.rst improve doc func and class keywords 2017-11-13 02:25:30 +08:00
string.rst format doc for string 2017-12-14 20:38:22 +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.