From eb4cd33e6b5406bf69273be52f88a57dad6e8126 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Thu, 29 Sep 2011 10:47:28 +0200 Subject: python: Improve code documentation 1) Fix added .gitignore from commit dc8a1745 to work on the docs folder 2) Improve in-code developer documentation to produce better sphinx-generated documentation. No code changes. Signed-off-by: Sebastian Spaeth --- bindings/python/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bindings/python/.gitignore') diff --git a/bindings/python/.gitignore b/bindings/python/.gitignore index 82e49188..1fbea8a0 100644 --- a/bindings/python/.gitignore +++ b/bindings/python/.gitignore @@ -1,2 +1,3 @@ *.py[co] -/build +/docs/build +/docs/html -- cgit v1.2.3