summaryrefslogtreecommitdiff
path: root/sphinx/ext/refcounting.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed the ``sphinx.ext.refcounting`` extension -- it is very specific toGeorg Brandl2013-10-121-101/+0
| | | | CPython and has no place in the main distribution.
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* rather than use two-ifs, do it in one if-elif-else branch.Nozomu Kaneko2012-12-151-6/+4
|
* fix #1056: message "Return value: ..." generated by refcounting not localizedNozomu Kaneko2012-12-151-4/+7
|
* New year update.Georg Brandl2011-01-041-1/+1
|
* merge with trunkGeorg Brandl2010-01-021-1/+1
|\
| * More refactoring for language-independent domain support.Georg Brandl2009-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Happy new year!Georg Brandl2010-01-011-1/+1
|/
* Reformat to EOL80.Georg Brandl2009-01-101-2/+4
|
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
| | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* #2207: fix if no Pygments available.Georg Brandl2008-02-291-0/+3
|
* Rename sphinx.addons to sphinx.ext.Georg Brandl2008-02-251-0/+95