summaryrefslogtreecommitdiff
path: root/sphinx/ext/intersphinx.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Closes #1159: do not emit duplicate inventory entries for py:module objects.Georg Brandl2013-09-161-0/+6
| | | | | 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 Brandl2013-01-011-1/+1
|
* Fix intersphinx dictionary ordering confusion differently, as proposed by Jon.Georg Brandl2012-11-011-5/+14
|
* fix #1008 #1029 : intersphinx_mapping values are not stable if mapping have ↵Takayuki Shimizukawa2012-10-301-3/+4
| | | | plural key/value set
* Intersphinx: parse inventories correctly when object names contain embedded ↵Jeff Dairiki2012-02-261-1/+7
| | | | | | spaces. This is an issue, e.g., for (multi-word) glossary terms.
* Closes #801: Make intersphinx work properly without SSL support.Georg Brandl2011-11-011-1/+1
|
* Merge with 1.0Georg Brandl2011-09-231-1/+1
|\
| * Shorten long lines.v1.0.81.0Georg Brandl2011-09-231-1/+1
| |
* | Merge with 1.0Georg Brandl2011-09-231-1/+1
|\ \ | |/
| * Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-1/+1
| |
* | Merge with 1.0Georg Brandl2011-09-231-2/+4
|\ \ | |/
| * Fix #616: Allow keywords to be linked via intersphinx.Georg Brandl2011-09-221-2/+4
| |
* | [intersphinx] [Fixes #622] env.warn called with incorrect number of argumentsLucas Taylor2011-09-031-1/+1
| |
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
| |
| * #524: Open intersphinx inventories in binary mode on Windows, since version ↵Georg Brandl2010-09-171-1/+1
| | | | | | | | 2 contains zlib-compressed data.
* | merge with 1.0Georg Brandl2010-08-251-0/+2
|\ \ | |/
| * #512: Fix traceback when ``intersphinx_mapping`` is empty.Georg Brandl2010-08-251-0/+2
| |
* | merge with 1.0Georg Brandl2010-08-051-3/+14
|\ \ | |/
| * #480: Fix handling of target naming in intersphinx.Georg Brandl2010-08-051-3/+14
| |
* | Use b() from pycompat.Georg Brandl2010-07-281-7/+2
| |
* | fixed file handling and parsing in intersphinx so it properly handles encodingsDaniel Neuhäuser2010-06-071-8/+19
| |
* | Workaround for 2to3Daniel Neuhäuser2010-05-241-1/+3
|/
* Further fix for intersphinx labels, add test cases for that.Georg Brandl2010-07-271-2/+2
|
* Fix some naming issues in intersphinx when given an explicit prefix.Georg Brandl2010-07-261-3/+8
|
* Fix the intersphinx inventory caching.Georg Brandl2010-05-301-1/+1
|
* #426: Fix encoding issues when saving/loading intersphinx inventories.Georg Brandl2010-05-261-3/+3
|
* Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵Georg Brandl2010-05-241-4/+2
|\ | | | | | | | | | | | | | | 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.
* | #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-20/+43
|/ | | | projects, and to specify the project you want to link to.
* Fixed inventory updates in interlinks extension, now really includes allSebastian Wiesner2010-04-121-2/+3
| | | | | | interlinks. If .update() is used on intersphinx_inventory directly, the "last" cache entry overwrites all previous inventory entries. Instead, update dictinaries for different types separately.
* merge with trunkGeorg Brandl2010-01-021-43/+90
|\
| * Add test cases for intersphinx, and fix it to work with objtypes.Georg Brandl2009-09-091-28/+20
| |
| * HTML builder: compress inventory, which makes e.g. the Python inventory 85k ↵Georg Brandl2009-09-081-10/+37
| | | | | | | | instead of 450k.
| * More refactoring for language-independent domain support.Georg Brandl2009-09-071-40/+68
| | | | | | | | | | | | | | | | | | | | | | | | * 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
|/
* Fix intersphinx for installations without urllib2.HTTPSHandler.Georg Brandl2009-03-311-3/+5
|
* #122: proxy support for intersphinxSebastian Wiesner2009-03-191-2/+7
|
* merge with 0.5Georg Brandl2009-01-111-1/+1
|\
| * Remove debugging print.Georg Brandl2009-01-111-1/+1
| |
* | Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\ \ | |/
| * 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.
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
| |
* | Fix #64: import error in intersphinx.Georg Brandl2008-12-051-1/+1
| |
* | Move builders and writers into new packages.Georg Brandl2008-11-291-1/+1
|/
* Add intersphinx extension.Georg Brandl2008-08-041-0/+141