diff options
| author | Pete <pete@coderpete.net> | 2012-03-16 15:53:05 -0700 |
|---|---|---|
| committer | Pete <pete@coderpete.net> | 2012-03-19 16:52:47 -0700 |
| commit | f96bfa1e80c0b84d1e16d316265d6dba71d79e96 (patch) | |
| tree | b7cef66289a980f6d98f30b9d0081055bf702546 /docs/source/static | |
| parent | 49c99eac32e9cf044071b387b0e4755beb19b537 (diff) | |
| download | pecan-f96bfa1e80c0b84d1e16d316265d6dba71d79e96.tar.gz | |
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.
Diffstat (limited to 'docs/source/static')
| -rw-r--r-- | docs/source/static | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/source/static b/docs/source/static new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docs/source/static |
