| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+18 |
| |\ | |||||
| | * | merge with stable | Georg Brandl | 2014-01-12 | 1 | -2/+2 |
| | |\ | |||||
| | * | | Allow "." and "~" prefixes in inline :param: typedefs. | Virgil Dupras | 2014-01-04 | 1 | -1/+18 |
| | | | | |||||
| * | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Closes #1233: Allow finding both Python classes and exceptions with the ↵ | Georg Brandl | 2014-01-12 | 1 | -2/+2 |
| |/ | | | | "class" and "exc" roles in intersphinx. | ||||
| * | Closes #1159: do not emit duplicate inventory entries for py:module objects. | Georg Brandl | 2013-09-16 | 1 | -1/+2 |
| | | | | | | Also add a workaround on the consumer side in intersphinx, so that links to projects using old versions of Sphinx generate correct links. | ||||
| * | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Closes #864: Fix crash with some settings of :confval:`modindex_common_prefix`. | Georg Brandl | 2012-01-29 | 1 | -1/+2 |
| | | |||||
| * | Closes #859: Fix exception under certain circumstances when not finding ↵ | Georg Brandl | 2012-01-29 | 1 | -16/+17 |
| | | | | | appropriate objects to link to. | ||||
| * | Satisfy "make check". | Georg Brandl | 2011-10-09 | 1 | -5/+6 |
| | | |||||
| * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -39/+68 |
| |\ | |||||
| | * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -3/+3 |
| | |\ | |||||
| | * \ | merge with 1.0 | Georg Brandl | 2011-05-15 | 1 | -11/+12 |
| | |\ \ | |||||
| | * | | | #437: autodoc now shows values of class data attributes. | Georg Brandl | 2011-01-08 | 1 | -0/+8 |
| | | | | | |||||
| | * | | | The :rst:dir:`py:module` directive doesn't output its ``platform`` option ↵ | Georg Brandl | 2011-01-08 | 1 | -9/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | value anymore. (It was the only thing that the directive did output, and therefore quite inconsistent.) | ||||
| | * | | | #478: Added :rst:dir:`py:decorator` directive to describe decorators. | Georg Brandl | 2011-01-08 | 1 | -10/+44 |
| | | | | | |||||
| | * | | | #454: Add more index markup capabilities: marking see/seealso entries, and ↵ | Georg Brandl | 2011-01-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | main entries for a given key. | ||||
| | * | | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * \ \ \ | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -13/+9 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | merge with 1.0 | Georg Brandl | 2010-08-23 | 1 | -13/+9 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -13/+9 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix #648: Fix line numbers reported in warnings about undefined references. | Georg Brandl | 2011-09-23 | 1 | -8/+6 |
| | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | | Fix pyflakes issues. | Georg Brandl | 2011-09-22 | 1 | -3/+3 |
| | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Closes #669: Respect the ``noindex`` flag option in py:module directives. | Georg Brandl | 2011-05-15 | 1 | -9/+12 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | #581: Fix traceback in Python domain for empty cross-reference targets. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | |_|_|/ |/| | | | |||||
| * | | | | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Regression of #77: If there is only one parameter given with ``:param:`` ↵ | Georg Brandl | 2011-01-03 | 1 | -2/+4 |
| |/ / | | | | | | | markup, the bullet list is now suppressed again. | ||||
| * | | #507: Fix crash parsing Python argument lists containing brackets in string ↵ | Georg Brandl | 2010-08-23 | 1 | -21/+47 |
| |/ | | | | literals. | ||||
| * | #481, #482: fix ``.name`` reference matching. | Georg Brandl | 2010-08-05 | 1 | -40/+54 |
| | | | | | | #482: When doing a non-exact search, match only the given type of object. #481: Apply non-exact search for Python reference targets with ``.name`` for modules too. | ||||
| * | In the Python domain, references like ``:func:`.name``` now look for | Georg Brandl | 2010-06-12 | 1 | -13/+25 |
| | | | | | matching names with any prefix if no direct match is found. | ||||
| * | #413: Added a way for intersphinx to refer to named labels in other | Georg Brandl | 2010-05-23 | 1 | -2/+2 |
| | | | | | projects, and to specify the project you want to link to. | ||||
| * | merge with 0.6 | Georg Brandl | 2010-05-23 | 1 | -1/+2 |
| | | |||||
| * | Port 0f8b5391a6c2 to domains: Fix references to methods without a module. | Georg Brandl | 2010-02-28 | 1 | -0/+2 |
| | | |||||
| * | Change domain-index API: introduce a class. | Georg Brandl | 2010-02-28 | 1 | -70/+71 |
| | | |||||
| * | Add missing option_spec for Python domain. | Georg Brandl | 2010-02-28 | 1 | -0/+4 |
| | | |||||
| * | Add method for adding custom indexes. | Georg Brandl | 2010-02-21 | 1 | -8/+3 |
| | | |||||
| * | Get rid of the "module" node. | Georg Brandl | 2010-02-20 | 1 | -6/+2 |
| | | |||||
| * | Remove "group" identifier from get_index() entries; let the template figure ↵ | Georg Brandl | 2010-02-20 | 1 | -10/+6 |
| | | | | | that out. | ||||
| * | Make the concept of "module index" generalized to domains. As a ↵ | Georg Brandl | 2010-02-20 | 1 | -0/+80 |
| | | | | | side-effect, the latex modindex is no longer generated by LaTeX. | ||||
| * | Add missing docstring, add missing object types for Python domain. | Georg Brandl | 2010-01-17 | 1 | -7/+9 |
| | | |||||
| * | Rename doc_read_data to temp_data, which reflects better what it does. | Georg Brandl | 2010-01-17 | 1 | -13/+13 |
| | | |||||
| * | Make the _ gettext alias an explicit import instead of installing into builtins. | Georg Brandl | 2010-01-17 | 1 | -1/+1 |
| | | |||||
| * | merge with trunk | Georg Brandl | 2010-01-17 | 1 | -1/+1 |
| | | |||||
| * | Fix doc field type roles. | Georg Brandl | 2010-01-17 | 1 | -3/+4 |
| | | |||||
| * | Finish new doc field handling implementation. | Georg Brandl | 2010-01-17 | 1 | -0/+17 |
| | | |||||
| * | Note the full name on the signature node. | Georg Brandl | 2010-01-13 | 1 | -0/+1 |
| | | |||||
| * | Rename parse_signature() to handle_signature(); allows more to happen. ↵ | Georg Brandl | 2010-01-13 | 1 | -18/+29 |
| | | | | | Record module and class name in Python object descriptions. | ||||
| * | Change naming convention in doc_read_data to "domain:key". | Georg Brandl | 2010-01-13 | 1 | -14/+14 |
| | | |||||
| * | Add some XXXes... sigh. | Georg Brandl | 2010-01-08 | 1 | -0/+1 |
| | | |||||
