From 4b1dc47b2428ad2f94efd3681f9332583a8b2b44 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Tue, 17 Mar 2009 15:22:47 +0000 Subject: [PATCH] added epydoc configuration --- epydoc.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 epydoc.conf diff --git a/epydoc.conf b/epydoc.conf new file mode 100644 index 0000000..99819d0 --- /dev/null +++ b/epydoc.conf @@ -0,0 +1,10 @@ +[epydoc] +name: python-lastfm +url: http://code.google.com/p/python-lastfm/ +modules: lastfm +output: html +target: docs +verbosity: 1 +docformat: epytext +inheritance: grouped +imports: yes \ No newline at end of file