From 0ed8c84ccd4169e3418ea73404e6530cbae6a757 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 4 Jun 2011 16:31:20 +0200 Subject: epydoc config file, please use rest syntax for the more detailed documentation strings now --- docs.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs.conf (limited to 'docs.conf') 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 -- cgit v1.2.3