diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-04 16:31:20 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-04 16:31:20 +0200 |
commit | 0ed8c84ccd4169e3418ea73404e6530cbae6a757 (patch) | |
tree | e78f1064eedf7372ba9a25a5e623276de452f8ef /docs.conf | |
parent | fix #322 (diff) | |
download | pyload-0ed8c84ccd4169e3418ea73404e6530cbae6a757.tar.xz |
epydoc config file, please use rest syntax for the more detailed documentation strings now
Diffstat (limited to 'docs.conf')
-rw-r--r-- | docs.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs.conf b/docs.conf new file mode 100644 index 000000000..e197cfa43 --- /dev/null +++ b/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 |