summaryrefslogtreecommitdiff
path: root/sphinx/ext/autosummary/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* merge with stableshimizukawa2014-10-091-6/+9
|\
| * Make remaining builtin extensions parallel-read-proof.Georg Brandl2014-09-221-1/+1
| * [WIP] parallel readGeorg Brandl2014-09-221-1/+1
| * Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
| * Move env.temp_data content that might be used to resolve references to a new ...Georg Brandl2014-09-201-2/+2
| * Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
| * merge with stableshimizukawa2014-09-021-4/+5
| |\
| | * merge with stableshimizukawa2014-07-131-4/+6
| | |\
| | | * * fix over 80 chars line and remove unused import.shimizukawa2014-06-151-1/+2
| | | * merge with stableshimizukawa2014-06-091-3/+4
| | | |\
| | | | * use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-1/+2
| | | | * Merged in barnabas79/sphinx (pull request #218)Georg Brandl2014-03-011-1/+1
| | | | |\
| | | | | * Update copyright year.Georg Brandl2014-03-011-1/+1
| | | | | |\
| | | | * | | Closes #1374: Autosummary generates overly-long summaries if first line doesn...Paul Molodowitch2014-02-031-0/+10
| | | | | |/ | | | | |/|
| | | | * | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
* | | | | | fix: autosummary of modules broken in Sphinx-1.2.3. closes #1585shimizukawa2014-10-041-1/+2
|/ / / / /
* | | | | run `make check` and correct errors.shimizukawa2014-09-011-2/+4
|/ / / /
* | | | * Fix: autosummary can't handle nested classes correctly. Closes #1441shimizukawa2014-06-211-10/+15
|/ / /
* | | * Fix: autosummary does not create the description from attributes docstring....shimizukawa2014-04-111-1/+16
* | | Closes #1374: Autosummary generates overly-long summaries if first line doesn...Paul Molodowitch2014-02-031-0/+10
| |/ |/|
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Closes #943: In autosummary, recognize "first sentences" to pull from the doc...Georg Brandl2014-01-111-2/+1
* Don't strip file extension from names in autosummary directive.Thomas Kluyver2013-11-141-2/+0
* Copyright update.Georg Brandl2013-01-011-1/+1
* Always use longtables for autosummary.Georg Brandl2011-09-211-2/+2
* autosummary: obtain import prefixes from environment also in the autolink rolePauli Virtanen2011-06-291-14/+22
* autosummary: respect py:currentclass when looking up Python objectsPauli Virtanen2011-06-291-1/+9
* autosummary: fix get_documenter to handle its *parent* parameter correctlyPauli Virtanen2011-06-291-9/+26
* autosummary: improve robustness of the signature compactificationPauli Virtanen2011-06-291-5/+21
* merge with 1.0Georg Brandl2011-01-151-16/+12
|\
| * merge with 1.0Georg Brandl2011-01-041-1/+1
| |\
| * | Add add_node() support for texinfo and add handlers for nodes in our extensions.Georg Brandl2010-10-221-2/+4
| * | Docstring harmonization.Georg Brandl2010-08-221-14/+8
* | | #347: use autodoc documenter detection in autosummary.Georg Brandl2011-01-151-24/+20
| |/ |/|
* | New year update.Georg Brandl2011-01-041-1/+1
|/
* Add manual page writer.Georg Brandl2010-02-211-2/+4
* Rename doc_read_data to temp_data, which reflects better what it does.Georg Brandl2010-01-171-1/+1
* Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-2/+1
* merge with trunkGeorg Brandl2010-01-171-2/+0
|\
| * Refactor util package.Georg Brandl2010-01-171-2/+0
* | Change naming convention in doc_read_data to "domain:key".Georg Brandl2010-01-131-1/+1
* | merge with trunkGeorg Brandl2010-01-021-1/+1
|\ \ | |/
| * merge with 0.6Georg Brandl2010-01-011-82/+254
| |\
| | * Make "make check" happy.Georg Brandl2009-10-261-1/+1
| * | Happy new year!Georg Brandl2010-01-011-1/+1
* | | More refactoring for language-independent domain support.Georg Brandl2009-09-071-2/+3
* | | Use Domain.role().Georg Brandl2009-08-091-2/+2
* | | Fix remaining uses of xfileref_role.Georg Brandl2009-08-091-2/+3
* | | Fix long lines.Georg Brandl2009-07-051-1/+1
| |/ |/|
* | autosummary: fix python2.4 compatibilityPauli Virtanen2009-05-211-1/+9