diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-01 17:48:52 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-01 17:48:52 +0200 |
commit | c0d3b2d6dd9f34dcf53db7047defdcc2c214eb79 (patch) | |
tree | 44a552faaa4d119e1a547a1e74fef54e853a110e /docs/docs.conf | |
parent | new api class + documentation (diff) | |
download | pyload-c0d3b2d6dd9f34dcf53db7047defdcc2c214eb79.tar.xz |
sphinx documentation
Diffstat (limited to 'docs/docs.conf')
-rw-r--r-- | docs/docs.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/docs.conf b/docs/docs.conf new file mode 100644 index 000000000..e197cfa43 --- /dev/null +++ b/docs/docs.conf @@ -0,0 +1,14 @@ + +# usage: epydoc --conf docs.conf , results goes to ~/.pyload/docs + +[epydoc] + +modules: pyLoadCore.py, pyLoadCli.py, pyloadGui.py, module +output: html +target: docs +docformat: restructuredtext + +exclude: module\.lib|module\.remote\.thriftbackend\.thriftgen|PyQt4|\.pyc|\.pyo|module\.plugins\.(accounts|captcha|container|crypter|hooks|hoster) + +name: pyLoad Documentation +url: http://docs.pyload.org |