Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Minor PEP8 cleanup. | Georg Brandl | 2014-09-21 | 1 | -0/+3 | |
| | | ||||||
* | | Add ref context to all "any" references. Should make it possible to resolve ↵ | Georg Brandl | 2014-09-20 | 1 | -1/+10 | |
| | | | | | | | | them more accurately. | |||||
* | | PEP8 cleanup in roles.py. | Georg Brandl | 2014-09-20 | 1 | -11/+13 | |
| | | ||||||
* | | Added the `any` role that can be used to find a cross-reference of | Georg Brandl | 2014-09-19 | 1 | -0/+2 | |
| | | | | | | | | | | *any* type in *any* domain. Custom domains should implement the new `~Domain.resolve_any_xref` method to make this work properly. | |||||
* | | Changing the default role document-locally with the docutils ".. default-role::" | Georg Brandl | 2014-09-19 | 1 | -1/+6 | |
| | | | | | | | | directive is now supported. | |||||
* | | Fix #1381 :rfc: and :pep: roles support custom link text | tk0miya | 2014-08-20 | 1 | -14/+20 | |
| | | ||||||
* | | Now sphinx.roles.abbr_role pass through `**options` to ↵ | Takayuki Shimizukawa | 2014-07-26 | 1 | -2/+4 | |
| | | | | | | | | `addnodes.abbriviation`. Closes #1515 | |||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+3 | |
| | | | | | | | | refs #1350. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Closes #1174: Fix smart quotes being applied inside roles like ↵ | Georg Brandl | 2014-01-12 | 1 | -3/+3 | |
|/ | | | | :rst:role:`program` or :rst:role:`makevar`. | |||||
* | remove xfileref_role() and directive_dwim() which were deprecated in 1.0 | Georg Brandl | 2013-03-29 | 1 | -8/+0 | |
| | ||||||
* | Closes #976: Fix gettext does not extract index entries. | Takayuki Shimizukawa | 2013-01-05 | 1 | -0/+1 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -3/+4 | |
|\ | ||||||
| * | Fix the ``abbr`` role when the abbreviation has newlines in it. | Georg Brandl | 2011-09-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fix #648: Fix line numbers reported in warnings about undefined references. | Georg Brandl | 2011-09-23 | 1 | -2/+2 | |
| | | ||||||
* | | Always warn on missing :doc: or citation references. | Georg Brandl | 2011-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-08 | 1 | -1/+3 | |
|\ \ | |/ | ||||||
| * | #572: Show warnings by default when reference labels cannot be found. | Georg Brandl | 2011-01-08 | 1 | -1/+3 | |
| | | ||||||
* | | #454: Add more index markup capabilities: marking see/seealso entries, and ↵ | Georg Brandl | 2011-01-07 | 1 | -5/+10 | |
| | | | | | | | | main entries for a given key. | |||||
* | | #586: Implemented improved glossary markup which allows multiple terms per ↵ | Georg Brandl | 2011-01-06 | 1 | -1/+0 | |
| | | | | | | | | definition. | |||||
* | | #516: Added new value of the :confval:`latex_show_urls` option to show the ↵ | Georg Brandl | 2011-01-06 | 1 | -0/+1 | |
| | | | | | | | | URLs in footnotes. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | #504: Add an ``index`` role, to make inline index entries. | Georg Brandl | 2010-08-25 | 1 | -1/+23 | |
| | | ||||||
* | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -6/+5 | |
|/ | ||||||
* | Allow references to PEPs and RFCs with explicit anchors. | Georg Brandl | 2010-08-05 | 1 | -2/+12 | |
| | ||||||
* | #486: Fix removal of ``!`` for all cross-reference roles. | Georg Brandl | 2010-08-05 | 1 | -2/+2 | |
| | ||||||
* | Fix :guilabel: unescaping, and make some tests actually run. | Georg Brandl | 2010-07-21 | 1 | -1/+2 | |
| | ||||||
* | Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵ | Georg Brandl | 2010-05-24 | 1 | -9/+27 | |
|\ | | | | | | | | | | | | | | | external/internal distinction code) In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page. The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators. | |||||
| * | Rename "underline" class to accelerator to preserve separation of semantics ↵ | tpowers | 2010-04-27 | 1 | -4/+5 | |
| | | | | | | | | & presentation. | |||||
| * | Indicate "accelerator" key of menu & gui items via ampersand. | tpowers | 2010-04-26 | 1 | -6/+25 | |
| | | | | | | | | Accelerator(s) will be underlined within :menuselection: and :guilabel:. | |||||
| * | Implemented "simple" docroles for things that only format the text in a ↵ | tpowers | 2010-04-26 | 1 | -7/+20 | |
| | | | | | | | | different style. | |||||
* | | Move :ref: labels over to std domain. | Georg Brandl | 2010-05-23 | 1 | -4/+0 | |
|/ | ||||||
* | Fix variable name. | Georg Brandl | 2010-03-01 | 1 | -1/+1 | |
| | ||||||
* | Allow escaping "<" in x-ref roles by a backslash. | Georg Brandl | 2010-03-01 | 1 | -1/+3 | |
| | ||||||
* | Fix-up classes for roles without domain. | Georg Brandl | 2010-02-28 | 1 | -1/+2 | |
| | ||||||
* | In HTML output, inline roles now get a CSS class with their name, | Georg Brandl | 2010-02-28 | 1 | -8/+10 | |
| | | | | | allowing styles to customize their appearance. Domain-specific roles get two classes, ``domain`` and ``domain-rolename``. | |||||
* | Make the _ gettext alias an explicit import instead of installing into builtins. | Georg Brandl | 2010-01-17 | 1 | -1/+2 | |
| | ||||||
* | merge with trunk | Georg Brandl | 2010-01-17 | 1 | -1/+2 | |
|\ | ||||||
| * | Refactor util package. | Georg Brandl | 2010-01-17 | 1 | -1/+2 | |
| | | ||||||
* | | merge with trunk | Georg Brandl | 2010-01-07 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | merge with 0.6 | Georg Brandl | 2010-01-03 | 1 | -0/+1 | |
| |\ | ||||||
| | * | #302: Fix links generated by the ``:doc:`` role for LaTeX output. | Georg Brandl | 2010-01-03 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | For that, record the source docname in an xfileref node in node['refdoc']. The LaTeX builder creates one big toctree out of all documents, therefore "fromdocname" in resolve_references refers to the wrong file. | |||||
* | | | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -140/+134 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Work on remaining XXXs. | Georg Brandl | 2009-09-12 | 1 | -1/+34 | |
| | | | ||||||
| * | | fix bugs. | Georg Brandl | 2009-09-10 | 1 | -4/+5 | |
| | | | ||||||
| * | | Remove envvar from specific roles list. | Georg Brandl | 2009-09-09 | 1 | -1/+0 | |
| | | |