summaryrefslogtreecommitdiff
path: root/docs/source/static
Commit message (Collapse)AuthorAgeFilesLines
* Appease SphinxPete2012-03-191-0/+0
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.