Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -4/+9 | |
|\ \ | |/ | ||||||
| * | Fix #627: Fix tracebacks for AttributeErrors in autosummary generation. | Georg Brandl | 2011-09-23 | 1 | -4/+9 | |
| | | ||||||
* | | autosummary/generate: slightly more robust parsing in find_autosummary_in_lines | Pauli Virtanen | 2011-06-29 | 1 | -2/+4 | |
| | | | | | | | | | | Skip non-content lines of autosummary:: directives, if they have a greater leading indent. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-15 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | #347: use autodoc documenter detection in autosummary. | Georg Brandl | 2011-01-15 | 1 | -4/+4 | |
| | | ||||||
* | | Fix docstring. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -6/+7 | |
|/ | ||||||
* | Rename os to osutil, thanks to relative imports. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
| | ||||||
* | Refactor util package. | Georg Brandl | 2010-01-17 | 1 | -3/+2 | |
| | ||||||
* | merge with 0.6 | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
|\ | ||||||
| * | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fix argument mismatch for sphinx-autogen entry point. | Georg Brandl | 2009-05-27 | 1 | -1/+1 | |
| | | ||||||
* | | Make "make check" happy. | Georg Brandl | 2009-10-26 | 1 | -2/+4 | |
| | | ||||||
* | | autosummary: generate stubs for ~items properly | Pauli Virtanen | 2009-06-27 | 1 | -1/+3 | |
| | | ||||||
* | | autosummary: fix parsing in generate | Pauli Virtanen | 2009-06-27 | 1 | -3/+3 | |
| | | ||||||
* | | autosummary: generate stub pages recursively | Pauli Virtanen | 2009-06-19 | 1 | -16/+28 | |
| | | ||||||
* | | autosummary: don't spam output if there are many files to scan | Pauli Virtanen | 2009-05-15 | 1 | -1/+4 | |
| | | ||||||
* | | autosummary: allow user to override stub templates + improve the default ↵ | Pauli Virtanen | 2009-05-15 | 1 | -54/+91 | |
| | | | | | | | | templates | |||||
* | | autosummary: refactor generate.get_documented* | Pauli Virtanen | 2009-04-13 | 1 | -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 prettier | Pauli Virtanen | 2009-04-13 | 1 | -5/+12 | |
| | | ||||||
* | | Fix a few stylistic things, and add docs for autosummary_generate. | Georg Brandl | 2009-04-13 | 1 | -31/+23 | |
| | | ||||||
* | | autosummary: make generate.py recurse into automodule:: docstrings | Pauli Virtanen | 2009-04-04 | 1 | -88/+127 | |
| | | ||||||
* | | autosummary: allow trailing comments in autosummary lists | Pauli Virtanen | 2009-04-04 | 1 | -1/+2 | |
| | | ||||||
* | | autosummary: refactor generate.py a bit | Pauli Virtanen | 2009-04-04 | 1 | -24/+15 | |
| | | ||||||
* | | autosummary: fix bugs, and include features from the Numpy version | Pauli Virtanen | 2009-04-04 | 1 | -23/+17 | |
| | | ||||||
* | | Some autosummary fixes | Pauli Virtanen | 2009-03-21 | 1 | -2/+2 | |
|/ | ||||||
* | Fix manifest. Again. | Georg Brandl | 2009-03-28 | 1 | -1/+1 | |
| | ||||||
* | Fix autosummary test suite. | Georg Brandl | 2009-03-16 | 1 | -5/+8 | |
| | ||||||
* | Work on autodoc: move -g command-line argument to config value, make | Georg Brandl | 2009-03-15 | 1 | -13/+33 | |
| | | | | directive up to new API. | |||||
* | Work a bit on coding style of autosummary. | Georg Brandl | 2009-03-14 | 1 | -76/+96 | |
| | ||||||
* | reorganized code to fit within the ext.autosummary module | Chris | 2008-11-04 | 1 | -0/+195 | |