summaryrefslogtreecommitdiff
path: root/sphinx/ext/inheritance_diagram.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/ | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary.
* refactor: Replace Directive by SphinxDirectiveTakeshi KOMIYA2018-05-111-6/+6
|
* Fix mypy violationsTakeshi KOMIYA2018-05-031-1/+1
|
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
| | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4.
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
|
* Catching ValueError when importing for py27 compatibilityDaniel Pizetta2018-02-021-2/+2
|
* Reimplement fix for #4019Daniel Pizetta2018-02-011-10/+12
|
* Merge pull request #1 from dpizetta/bug-objname-nonetypeDaniel Pizetta2018-01-311-6/+10
|\ | | | | Fix #4019: exception treatment for NoneType group attribute.
| * Fix #4019: exception treatment for NoneType group attibute.Daniel Pizetta2017-09-041-6/+10
| |
* | Use flake8-import-orderTakeshi KOMIYA2018-01-281-4/+3
| |
* | Merge remote-tracking branch 'atodorov/inheritance_top_class'Takeshi KOMIYA2018-01-131-6/+20
|\ \
| * | Add top-classes option to sphinx.ext.inheritance_diagramMr. Senko2017-06-051-6/+20
| |/ | | | | | | This will limit the scope of inheritance traversal
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \
| * | A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| |/
* | Merge pull request #3961 from gaborbernat/masterTakeshi KOMIYA2017-08-201-15/+21
|\ \ | | | | | | fixes #3959 alias/rename support for classes inside inheritence diagrams
| * | fixes #3959 alias/rename support for classes inside inheritence diagramsBernat Gabor2017-07-311-15/+21
| |/
* | remove unnecessay importSrinivas Reddy Thatiparthy2017-08-161-4/+1
|/
* Update type annotations for new mypyTakeshi KOMIYA2017-05-071-1/+1
|
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-2/+2
| |
* | ``sphinx.util.compat.Directive`` class is now deprecated.Takeshi KOMIYA2016-12-131-2/+1
| |
* | Update type annotationTakeshi KOMIYA2016-12-031-2/+2
| |
* | Merge branch '1.5-release'Takeshi KOMIYA2016-11-231-53/+61
|\ \ | |/
| * Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-231-49/+56
| |\
| | * Fix #3164: Change search order of ``sphinx.ext.inheritance_diagram``Takeshi KOMIYA2016-11-231-38/+44
| | |
| | * inheritance_diagram: Move _import_class_or_module() method to functionTakeshi KOMIYA2016-11-231-46/+47
| | |
| * | Remove meaningless commasTakeshi KOMIYA2016-11-171-3/+3
| | |
* | | Add type-check annotations to sphinx.extTakeshi KOMIYA2016-11-161-8/+31
|/ /
* | Add ``:caption:`` option for sphinx.ext.inheritance_diagramTakeshi KOMIYA2016-03-111-1/+7
|/
* Fix inheritance diagram to match graphviz ext.Elliott Sales de Andrade2016-02-131-3/+3
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Sort attributes in inheritance diagrams.Elliott Sales de Andrade2016-01-061-2/+2
| | | | | | This ensures that the graphviz script is always the same and thus the filename (which is the hash of the script and other things) remains consistent.
* Fix #967: SVG inheritance diagram is not hyperlinked (clickable)Takeshi KOMIYA2015-12-191-2/+11
|
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
|
* Fix sphinx.ext.inheritance_diagram on python 3Yclept Nemo2015-01-291-1/+1
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-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
| | | | | | | | This makes it possible to introduce more metadata values later.
* | Handle more instances of "__builtin__".Georg Brandl2014-09-201-1/+1
| |
* | Fix Python 3 compat in inheritance_diagram.pyGeorg Brandl2014-09-201-4/+5
| |
* | Move env.temp_data content that might be used to resolve references to a new ↵Georg Brandl2014-09-201-1/+1
| | | | | | | | env.ref_context dictionary.
* | Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
| |
* | merge with stableTakayuki Shimizukawa2014-08-151-1/+4
|\ \ | |/
| * ues sphinx.util.force_decode if doc is not unicode.Takayuki Shimizukawa2014-08-151-1/+3
| |
| * * importing the pull request #270 change to stable: Non-ASCII docstring ↵Takayuki Shimizukawa2014-08-151-0/+3
| | | | | | | | cause UnicodeDecodeError when uses with inheritance-diagram directive. Thanks to WAKAYAMA shirou. Closes #1533
* | remove unnecessary line.shirou2014-08-141-1/+0
| |
* | decode when reading __doc__ on inheritance_diagram.py instead of decode on ↵shirou2014-08-141-0/+4
| | | | | | | | graphviz.py
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/