pydu/docs
Prodesire ccda1ad515 add doc for inspect.get_func_full_args 2017-11-19 10:53:35 +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 improve doc func and class keywords 2017-11-13 02:25:30 +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 inspect.getargspec 2017-11-14 08:27:36 +08:00
inspect.rst add doc for inspect.get_func_full_args 2017-11-19 10:53:35 +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
request.rst add doc for request 2017-11-13 02:20:47 +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.