From dd11119f5366048fc1a3b0a080dc3bca74aa1159 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 27 May 2013 01:37:40 +0200 Subject: [PATCH 1/4] added file __init__.py to root --- __init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..4230117 --- /dev/null +++ b/__init__.py @@ -0,0 +1 @@ +from lib import * From 3df6ffb88fe36c29ae1900bc75862a1d87a40a6d Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 27 May 2013 01:38:07 +0200 Subject: [PATCH 2/4] some doc related makefiles changes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6f7d059..02e5508 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ clean: find . -type f -name "*.pyc" -exec rm -f {} \; docs: - epydoc --html -o docs ./lib + epydoc --html -o docs ./ docs-pdf: - epydoc --pdf -o docs ./lib + epydoc --pdf -o docs ./ docs-clean: rm -rf docs From aca6f93e0befcd2eef3b04bf186da45a87eed4fe Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 27 May 2013 01:39:00 +0200 Subject: [PATCH 3/4] some doc structure changes From 1078b1d1e352e5768cc15593383516ccc6ee2060 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 27 May 2013 01:42:48 +0200 Subject: [PATCH 4/4] doc test changes