pydu/docs
Prodesire 0406da62eb
Merge branch 'master' into master
2017-12-11 22:59:51 +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 add doc for urlib, urljoin and cmp 2017-12-07 22:20:56 +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 Merge branch 'master' into master 2017-12-11 22:59:51 +08:00
index.rst Add file in index 2017-12-04 22:32:22 +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 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 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.