summaryrefslogtreecommitdiff
path: root/sphinx/ext/autosummary
Commit message (Expand)AuthorAgeFilesLines
* Merged in barnabas79/sphinx (pull request #218)Georg Brandl2014-03-012-2/+2
|\
| * Update copyright year.Georg Brandl2014-03-012-6/+7
| |\
| * | Update copyright year.Georg Brandl2014-03-012-2/+2
* | | 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-192-6/+7
|/
* 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
* 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-012-2/+2
* 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-232-46/+94
|\
| * Merge with 1.0Georg Brandl2011-09-232-46/+94
| |\
| | * 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/generate: slightly more robust parsing in find_autosummary_in_linesPauli Virtanen2011-06-291-2/+4
| | * 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-152-23/+20
| | |\
| | | * Fix docstring.Georg Brandl2011-01-041-1/+1
| | | * merge with 1.0Georg Brandl2011-01-042-2/+2
| | | |\
| | | * | 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-222-20/+15
* | | | | Shorten long lines.1.0.8Georg Brandl2011-09-231-1/+2
|/ / / /
* | | | Fix #627: Fix tracebacks for AttributeErrors in autosummary generation.Georg Brandl2011-09-231-4/+9
* | | | Always use longtables for autosummary.Georg Brandl2011-09-211-2/+2
|/ / /
* | | #347: use autodoc documenter detection in autosummary.Georg Brandl2011-01-152-28/+24
| |/ |/|
* | New year update.Georg Brandl2011-01-042-2/+2
|/
* 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-4/+6
|\
| * merge with trunkGeorg Brandl2010-01-172-5/+2
| |\
| * \ merge with trunkGeorg Brandl2010-01-171-1/+1
| |\ \
| * | | Change naming convention in doc_read_data to "domain:key".Georg Brandl2010-01-131-1/+1
| * | | merge with trunkGeorg Brandl2010-01-022-2/+2
| |\ \ \
| * \ \ \ merge with trunkGeorg Brandl2009-10-261-2/+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-052-4/+7
* | | | | | Rename os to osutil, thanks to relative imports.Georg Brandl2010-01-171-1/+1
| |_|_|_|/ |/| | | |
* | | | | Refactor util package.Georg Brandl2010-01-172-5/+2
| |_|_|/ |/| | |
* | | | #314: fix typo in autosummary template.Georg Brandl2010-01-121-1/+1
| |_|/ |/| |
* | | merge with 0.6Georg Brandl2010-01-016-287/+564
|\ \ \ | | |/ | |/|
| * | Make "make check" happy.Georg Brandl2009-10-262-3/+5
| |/
| * autosummary: generate stubs for ~items properlyPauli Virtanen2009-06-271-1/+3
| * autosummary: fix parsing in generatePauli Virtanen2009-06-271-3/+3