summaryrefslogtreecommitdiff
path: root/sphinx/ext/inheritance_diagram.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | MergeDmitry Shachnev2014-01-201-1/+1
|\ \ | |/ |/|
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 #1302: Fix regression in :mod:`sphinx.ext.inheritance_diagram` when ↵Georg Brandl2014-01-191-10/+16
|/ | | | documenting classes that can't be pickled.
* sort class items in inheritance_diagramMin RK2013-10-211-1/+1
| | | | avoids hash changing every time a diagram is regenerated due to random dict ordering
* Forgot double slashMichael Droettboom2013-04-081-1/+1
|
* Escape the quotes in the tooltip messageMichael Droettboom2013-04-031-0/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Merged in jonovik/sphinx (pull request #25)Georg Brandl2012-10-281-8/+12
|\
| * Avoid re-importing modules.Jon Olav Vik2011-09-271-16/+12
| |
| * Inheritance diagram: Make tooltip from first line of docstringJon Olav Vik2011-09-261-0/+8
| |
* | fixed encoding for hashing functions for Python 3Rob Reilink2012-03-131-2/+3
| |
* | Closes #854: Fix inheritance_diagram raising attribute errors on builtins.Georg Brandl2012-01-291-1/+2
|/
* Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase.Jonathan Waltman2011-03-051-2/+18
|
* merge with 1.0Georg Brandl2011-01-151-1/+1
|\
| * #597: fix list of exceptions to catch.Georg Brandl2011-01-151-1/+1
| |
| * Fix a bug in the inheritance diagram exception that caused base classes to ↵Georg Brandl2011-01-071-1/+1
| | | | | | | | be skipped if one of them is a builtin.
* | #367: Added automatic exclusion of hidden members in inheritance diagrams, ↵Georg Brandl2011-01-071-5/+13
| | | | | | | | and an option to selectively enable it.
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Add add_node() support for texinfo and add handlers for nodes in our extensions.Georg Brandl2010-10-221-1/+2
| |
* | merge with 1.0Georg Brandl2010-08-231-35/+40
|\ \ | |/
| * #510: Fix inheritance diagrams for classes that are not picklable.Georg Brandl2010-08-231-43/+44
| | | | | | | | | | No need to keep the actual list of classes; only names and edges need to be present in generate_dot().
* | Docstring harmonization.Georg Brandl2010-08-221-21/+11
|/
* Fix ASCII diagramÉric Araujo2010-08-021-1/+1
|
* Add more visitors for manpage writer.Georg Brandl2010-03-011-1/+2
|
* 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/+2
|
* Change naming convention in doc_read_data to "domain:key".Georg Brandl2010-01-131-1/+1
|
* merge with trunkGeorg Brandl2010-01-071-2/+3
|\
| * The ``alt`` text of inheritance diagrams is now much cleaner:Georg Brandl2010-01-031-2/+3
| | | | | | | | it's not the graphviz code but a description "Inheritance diagram of ...".
* | merge with trunkGeorg Brandl2010-01-021-3/+4
|\ \ | |/ |/|
| * More refactoring for language-independent domain support.Georg Brandl2009-09-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Renamed "desc"ription unit to "object" wherever possible. * Added standard x-ref types to a StandardDomain which is always consulted. * Split domains module into a subpackage. * Removed additional_xref_types in favor of new directive classes in StandardDomain. * Implemented x-ref inventory version 2, for all object types. * Added env.doc_read_data which is for temporary data stored while reading. * Minimally updated extension tutorial. * Started to implement changes to interactive search. * Test suite passes again.
| * merge with trunkGeorg Brandl2009-09-041-2/+0
| |\
| * | Use Domain.role().Georg Brandl2009-08-091-2/+2
| | |
| * | Fix remaining uses of xfileref_role.Georg Brandl2009-08-091-4/+3
| | |
| * | Add The Wine Cellar Book.Georg Brandl2009-08-041-0/+1
| | |
| * | Fix a few stylistic nits.Georg Brandl2009-04-131-0/+1
| | |
* | | Happy new year!Georg Brandl2010-01-011-1/+1
| |/ |/|
* | Cleanup unused imports.Georg Brandl2009-09-041-2/+0
| |
* | #157: fix make check.Georg Brandl2009-05-101-0/+1
|/
* remove not available urls argument from method callBernhard Leiner2009-03-261-1/+1
|
* New ``inheritance_diagram`` extension to embed... inheritance diagrams!Georg Brandl2009-03-051-0/+367