summaryrefslogtreecommitdiff
path: root/sphinx/ext/autosummary/generate.py
Commit message (Expand)AuthorAgeFilesLines
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* ext: pep8 fixesGeorg Brandl2015-03-081-7/+10
* FIX: Use codecs moduleEric89GXL2015-02-081-8/+4
* FIX: Safer decodingEric89GXL2015-02-081-2/+8
* FIX: Use context managers and explicit encodingEric89GXL2015-02-041-9/+7
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | merge with stableTakayuki Shimizukawa2014-07-131-2/+5
|\ \ | |/
| * * Fix: autodoc, autosummary: importing setup.py will invoke setup process and...Takayuki Shimizukawa2014-07-051-0/+3
| * * Fix: autosummary can't handle nested classes correctly. Closes #1441Takayuki Shimizukawa2014-06-211-2/+2
* | wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa2014-04-301-4/+1
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-5/+6
|/
* Closes #1261: Python 3 cannot sort None and str types, make everything a str.Georg Brandl2014-01-121-1/+1
* Closes #618: add documenter classes to registry in autosummary standalone gen...Georg Brandl2014-01-121-0/+15
* Copyright update.Georg Brandl2013-01-011-1/+1
* Fix overlong lines.Georg Brandl2011-11-011-1/+2
* Closes #796: use package_dir everywhere instead of __file__.Georg Brandl2011-11-011-1/+2
* Merge with 1.0Georg Brandl2011-09-231-1/+2
|\
| * Shorten long lines.v1.0.81.0Georg Brandl2011-09-231-1/+2
* | 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
* | 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 temp...Pauli Virtanen2009-05-151-54/+91
* | autosummary: refactor generate.get_documented*Pauli Virtanen2009-04-131-72/+63
* | 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