From f96bfa1e80c0b84d1e16d316265d6dba71d79e96 Mon Sep 17 00:00:00 2001 From: Pete Date: Fri, 16 Mar 2012 15:53:05 -0700 Subject: Appease Sphinx Fixes to docs and DocStrings to silence sphinx warnings and errors during 'make html': - bad indentation in param blocks - unsupported section header markup in DocStrings - touched docs/source/static (sphinx does not like not having it) Fixes to DocStrings to make sphinx display paragraphs as intended: - .. notes:: not .. :notes:: makes notes show up - for reasons undefined sphinx appears to ignore DocStrings in __init__; moved the params documentation up to the main class DocString. --- docs/source/static | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/source/static (limited to 'docs/source/static') diff --git a/docs/source/static b/docs/source/static new file mode 100644 index 0000000..e69de29 -- cgit v1.2.1