| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | ext: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -7/+10 |
| | | |||||
| * | FIX: Use codecs module | Eric89GXL | 2015-02-08 | 1 | -8/+4 |
| | | |||||
| * | FIX: Safer decoding | Eric89GXL | 2015-02-08 | 1 | -2/+8 |
| | | |||||
| * | FIX: Use context managers and explicit encoding | Eric89GXL | 2015-02-04 | 1 | -9/+7 |
| | | |||||
| * | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| |\ | |||||
| | * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | merge with stable | Takayuki Shimizukawa | 2014-07-13 | 1 | -2/+5 |
| |\ \ | |/ | |||||
| | * | * Fix: autodoc, autosummary: importing setup.py will invoke setup process ↵ | Takayuki Shimizukawa | 2014-07-05 | 1 | -0/+3 |
| | | | | | | | | | and execute `sys.exit()`. Now sphinx avoids SystemExit exception and emits warnings without unexpected termination. Closes #1226 | ||||
| | * | * Fix: autosummary can't handle nested classes correctly. Closes #1441 | Takayuki Shimizukawa | 2014-06-21 | 1 | -2/+2 |
| | | | |||||
| * | | wrap py3 iterators with list() for each places that expect a list object. ↵ | Takayuki Shimizukawa | 2014-04-30 | 1 | -4/+1 |
| | | | | | | | | | refs #1350. | ||||
| * | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | | | |||||
| * | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -5/+6 |
| |/ | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | ||||
| * | Closes #1261: Python 3 cannot sort None and str types, make everything a str. | Georg Brandl | 2014-01-12 | 1 | -1/+1 |
| | | |||||
| * | Closes #618: add documenter classes to registry in autosummary standalone ↵ | Georg Brandl | 2014-01-12 | 1 | -0/+15 |
| | | | | | generate script | ||||
| * | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix overlong lines. | Georg Brandl | 2011-11-01 | 1 | -1/+2 |
| | | |||||
| * | Closes #796: use package_dir everywhere instead of __file__. | Georg Brandl | 2011-11-01 | 1 | -1/+2 |
| | | |||||
| * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -1/+2 |
| |\ | |||||
| | * | Shorten long lines.v1.0.81.0 | Georg Brandl | 2011-09-23 | 1 | -1/+2 |
| | | | |||||
| * | | 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 |
| | | |||||
