diff options
Diffstat (limited to 'docs/docs.conf')
-rw-r--r-- | docs/docs.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/docs.conf b/docs/docs.conf index e197cfa43..c5e619fd6 100644 --- a/docs/docs.conf +++ b/docs/docs.conf @@ -1,14 +1,15 @@ -# usage: epydoc --conf docs.conf , results goes to ~/.pyload/docs +#@NOTE: usage: epydoc --conf docs.conf +# results goes to ~/.pyload/docs [epydoc] -modules: pyLoadCore.py, pyLoadCli.py, pyloadGui.py, module +modules: pyload.py, pyload-cli.py, pyload output: html target: docs docformat: restructuredtext -exclude: module\.lib|module\.remote\.thriftbackend\.thriftgen|PyQt4|\.pyc|\.pyo|module\.plugins\.(accounts|captcha|container|crypter|hooks|hoster) +exclude: remote\thriftbackend\thriftgen|plugin\(account|addon|container|crypter|hook|hoster|internal|ocr)|.pyc|.pyo name: pyLoad Documentation url: http://docs.pyload.org |