summaryrefslogtreecommitdiff
path: root/sphinx/ext/autosummary/generate.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge with 1.0Georg Brandl2011-09-231-4/+9
|\ \ | |/
| * Fix #627: Fix tracebacks for AttributeErrors in autosummary generation.Georg Brandl2011-09-231-4/+9
| |
* | autosummary/generate: slightly more robust parsing in find_autosummary_in_linesPauli Virtanen2011-06-291-2/+4
| | | | | | | | | | Skip non-content lines of autosummary:: directives, if they have a greater leading indent.
* | merge with 1.0Georg Brandl2011-01-151-4/+4
|\ \ | |/
| * #347: use autodoc documenter detection in autosummary.Georg Brandl2011-01-151-4/+4
| |
* | Fix docstring.Georg Brandl2011-01-041-1/+1
| |
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Docstring harmonization.Georg Brandl2010-08-221-6/+7
|/
* Rename os to osutil, thanks to relative imports.Georg Brandl2010-01-171-1/+1
|
* Refactor util package.Georg Brandl2010-01-171-3/+2
|
* merge with 0.6Georg Brandl2010-01-011-1/+1
|\
| * Happy new year!Georg Brandl2010-01-011-1/+1
| |
| * Fix argument mismatch for sphinx-autogen entry point.Georg Brandl2009-05-271-1/+1
| |
* | Make "make check" happy.Georg Brandl2009-10-261-2/+4
| |
* | autosummary: generate stubs for ~items properlyPauli Virtanen2009-06-271-1/+3
| |
* | autosummary: fix parsing in generatePauli Virtanen2009-06-271-3/+3
| |
* | autosummary: generate stub pages recursivelyPauli Virtanen2009-06-191-16/+28
| |
* | autosummary: don't spam output if there are many files to scanPauli Virtanen2009-05-151-1/+4
| |
* | autosummary: allow user to override stub templates + improve the default ↵Pauli Virtanen2009-05-151-54/+91
| | | | | | | | templates
* | autosummary: refactor generate.get_documented*Pauli Virtanen2009-04-131-72/+63
| | | | | | | | | | | | Refactor the RST parsing functions by dropping parts that are not needed by the autosummary extension. Also fix some bugs (handling of duplicate entries and parsing of the :toctree: option).
* | autosummary: make information messages prettierPauli Virtanen2009-04-131-5/+12
| |
* | Fix a few stylistic things, and add docs for autosummary_generate.Georg Brandl2009-04-131-31/+23
| |
* | autosummary: make generate.py recurse into automodule:: docstringsPauli Virtanen2009-04-041-88/+127
| |
* | autosummary: allow trailing comments in autosummary listsPauli Virtanen2009-04-041-1/+2
| |
* | autosummary: refactor generate.py a bitPauli Virtanen2009-04-041-24/+15
| |
* | autosummary: fix bugs, and include features from the Numpy versionPauli Virtanen2009-04-041-23/+17
| |
* | Some autosummary fixesPauli Virtanen2009-03-211-2/+2
|/
* Fix manifest. Again.Georg Brandl2009-03-281-1/+1
|
* Fix autosummary test suite.Georg Brandl2009-03-161-5/+8
|
* Work on autodoc: move -g command-line argument to config value, makeGeorg Brandl2009-03-151-13/+33
| | | | directive up to new API.
* Work a bit on coding style of autosummary.Georg Brandl2009-03-141-76/+96
|
* reorganized code to fit within the ext.autosummary moduleChris2008-11-041-0/+195