pydu/docs
Prodesire fe1926a1fa fix desc error of compat.strbytes_types 2018-01-19 12:48:01 +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 typo on cmd and request 2017-12-26 11:59:44 +08:00
compat.rst fix desc error of compat.strbytes_types 2018-01-19 12:48:01 +08:00
conf.py rename "todo" to "to do" of conf annotation 2017-11-18 10:07:49 +08:00
console.rst console.console_size will use shutil.get_terminal_size if possible 2017-12-30 23:14:32 +08:00
convert.rst update doc for convert 2018-01-10 00:31:59 +08:00
dict.rst add doc for dict.OrderedDict 2018-01-02 22:56:00 +08:00
environ.rst add doc for environ.path 2018-01-17 00:11:36 +08:00
exception.rst add doc for exception.ignore 2017-12-17 18:08:55 +08:00
index.rst add doc for environ.environ 2018-01-15 00:16:33 +08:00
inspect.rst fix inspect doc error 2017-11-29 08:24:53 +08:00
list.rst add doc for list.flatten 2018-01-18 18:50:39 +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 fix description error on network doc 2017-12-29 18:40:14 +08:00
path.rst add doc for path.is_super_path 2018-01-14 13:05:59 +08:00
platform.rst add doc for platform 2017-12-14 20:29:33 +08:00
request.rst remove : from request.Filename doc 2017-12-29 19:59:04 +08:00
set.rst improve doc func and class keywords 2017-11-13 02:25:30 +08:00
string.rst mv string.boolean to convert.boolean 2018-01-09 08:37:00 +08:00
system.rst add doc for system.FileTracker 2017-12-29 19:59:32 +08:00
unit.rst fix typo 2017-12-21 13:05:32 +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.