Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -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 Brandl | 2014-01-19 | 1 | -10/+16 | |
|/ | | | | documenting classes that can't be pickled. | |||||
* | sort class items in inheritance_diagram | Min RK | 2013-10-21 | 1 | -1/+1 | |
| | | | | avoids hash changing every time a diagram is regenerated due to random dict ordering | |||||
* | Forgot double slash | Michael Droettboom | 2013-04-08 | 1 | -1/+1 | |
| | ||||||
* | Escape the quotes in the tooltip message | Michael Droettboom | 2013-04-03 | 1 | -0/+1 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Merged in jonovik/sphinx (pull request #25) | Georg Brandl | 2012-10-28 | 1 | -8/+12 | |
|\ | ||||||
| * | Avoid re-importing modules. | Jon Olav Vik | 2011-09-27 | 1 | -16/+12 | |
| | | ||||||
| * | Inheritance diagram: Make tooltip from first line of docstring | Jon Olav Vik | 2011-09-26 | 1 | -0/+8 | |
| | | ||||||
* | | fixed encoding for hashing functions for Python 3 | Rob Reilink | 2012-03-13 | 1 | -2/+3 | |
| | | ||||||
* | | Closes #854: Fix inheritance_diagram raising attribute errors on builtins. | Georg Brandl | 2012-01-29 | 1 | -1/+2 | |
|/ | ||||||
* | Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase. | Jonathan Waltman | 2011-03-05 | 1 | -2/+18 | |
| | ||||||
* | merge with 1.0 | Georg Brandl | 2011-01-15 | 1 | -1/+1 | |
|\ | ||||||
| * | #597: fix list of exceptions to catch. | Georg Brandl | 2011-01-15 | 1 | -1/+1 | |
| | | ||||||
| * | Fix a bug in the inheritance diagram exception that caused base classes to ↵ | Georg Brandl | 2011-01-07 | 1 | -1/+1 | |
| | | | | | | | | be skipped if one of them is a builtin. | |||||
* | | #367: Added automatic exclusion of hidden members in inheritance diagrams, ↵ | Georg Brandl | 2011-01-07 | 1 | -5/+13 | |
| | | | | | | | | and an option to selectively enable it. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Add add_node() support for texinfo and add handlers for nodes in our extensions. | Georg Brandl | 2010-10-22 | 1 | -1/+2 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2010-08-23 | 1 | -35/+40 | |
|\ \ | |/ | ||||||
| * | #510: Fix inheritance diagrams for classes that are not picklable. | Georg Brandl | 2010-08-23 | 1 | -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 Brandl | 2010-08-22 | 1 | -21/+11 | |
|/ | ||||||
* | Fix ASCII diagram | Éric Araujo | 2010-08-02 | 1 | -1/+1 | |
| | ||||||
* | Add more visitors for manpage writer. | Georg Brandl | 2010-03-01 | 1 | -1/+2 | |
| | ||||||
* | Rename doc_read_data to temp_data, which reflects better what it does. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
| | ||||||
* | Make the _ gettext alias an explicit import instead of installing into builtins. | Georg Brandl | 2010-01-17 | 1 | -2/+2 | |
| | ||||||
* | Change naming convention in doc_read_data to "domain:key". | Georg Brandl | 2010-01-13 | 1 | -1/+1 | |
| | ||||||
* | merge with trunk | Georg Brandl | 2010-01-07 | 1 | -2/+3 | |
|\ | ||||||
| * | The ``alt`` text of inheritance diagrams is now much cleaner: | Georg Brandl | 2010-01-03 | 1 | -2/+3 | |
| | | | | | | | | it's not the graphviz code but a description "Inheritance diagram of ...". | |||||
* | | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -3/+4 | |
|\ \ | |/ |/| | ||||||
| * | More refactoring for language-independent domain support. | Georg Brandl | 2009-09-07 | 1 | -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 trunk | Georg Brandl | 2009-09-04 | 1 | -2/+0 | |
| |\ | ||||||
| * | | Use Domain.role(). | Georg Brandl | 2009-08-09 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix remaining uses of xfileref_role. | Georg Brandl | 2009-08-09 | 1 | -4/+3 | |
| | | | ||||||
| * | | Add The Wine Cellar Book. | Georg Brandl | 2009-08-04 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fix a few stylistic nits. | Georg Brandl | 2009-04-13 | 1 | -0/+1 | |
| | | | ||||||
* | | | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Cleanup unused imports. | Georg Brandl | 2009-09-04 | 1 | -2/+0 | |
| | | ||||||
* | | #157: fix make check. | Georg Brandl | 2009-05-10 | 1 | -0/+1 | |
|/ | ||||||
* | remove not available urls argument from method call | Bernhard Leiner | 2009-03-26 | 1 | -1/+1 | |
| | ||||||
* | New ``inheritance_diagram`` extension to embed... inheritance diagrams! | Georg Brandl | 2009-03-05 | 1 | -0/+367 | |