diff options
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 |