summaryrefslogtreecommitdiff
path: root/sphinx/ext/intersphinx.py
Commit message (Expand)AuthorAgeFilesLines
* [WIP] parallel readGeorg Brandl2014-09-221-1/+1
* Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
* make :any: role work with intersphinx!Georg Brandl2014-09-191-9/+15
* Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
* Addressing comment and adding docsBrigitta Sipocz2014-08-211-0/+1
* fix indentBrigitta Sipocz2014-08-191-1/+1
* #1537: Adding the option of multiple inv for the same name & uriBrigitta Sipocz2014-08-191-13/+18
* use b prefix for bytes instead of sphinx.pycompat.b function.shimizukawa2014-05-011-5/+4
* use six privided functions/classes to support py2/py3 in one source. refs #1350shimizukawa2014-04-301-6/+6
* provide __next__() and use native next() to support py2/py3 in one source. re...shimizukawa2014-04-291-2/+2
* use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-3/+4
* Update copyright year.Georg Brandl2014-03-011-2/+2
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-2/+2
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Fixes #1204: use the correct relative path referring to local intersphinx tar...Georg Brandl2013-09-161-0/+4
* Closes #1159: do not emit duplicate inventory entries for py:module objects.Georg Brandl2013-09-161-0/+6
* 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 p...shimizukawa2012-10-301-3/+4
* Intersphinx: parse inventories correctly when object names contain embedded s...Jeff Dairiki2012-02-261-1/+7
* Closes #801: Make intersphinx work properly without SSL support.Georg Brandl2011-11-011-1/+1
* Merge with 1.0Georg Brandl2011-09-231-8/+16
|\
| * Merge with 1.0Georg Brandl2011-09-231-8/+16
| |\
| | * Merge with 1.0Georg Brandl2011-09-231-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
| | |\ \
| | * \ \ merge with 1.0Georg Brandl2010-08-251-9/+17
| | |\ \ \
| | | * \ \ merge with 1.0Georg 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 encodingsDasIch2010-06-071-8/+19
| | | * | | | Workaround for 2to3DasIch2010-05-241-1/+3
* | | | | | | Shorten long lines.1.0.8Georg Brandl2011-09-231-1/+1
|/ / / / / /
* | | | | | Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fix #616: Allow keywords to be linked via intersphinx.Georg Brandl2011-09-221-2/+4
| |_|_|/ |/| | |
* | | | New year update.Georg Brandl2011-01-041-1/+1
* | | | #524: Open intersphinx inventories in binary mode on Windows, since version 2...Georg Brandl2010-09-171-1/+1
|/ / /
* | | #512: Fix traceback when ``intersphinx_mapping`` is empty.Georg Brandl2010-08-251-0/+2
| |/ |/|
* | #480: Fix handling of target naming in intersphinx.Georg Brandl2010-08-051-3/+14
|/
* 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 external/inter...Georg Brandl2010-05-241-20/+41
|\
| * #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-20/+43
|/
* Fixed inventory updates in interlinks extension, now really includes allSebastian Wiesner2010-04-121-2/+3
* merge with trunkGeorg Brandl2010-01-021-1/+1
|\
| * Happy new year!Georg Brandl2010-01-011-1/+1
* | 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 i...Georg Brandl2009-09-081-10/+37
* | More refactoring for language-independent domain support.Georg Brandl2009-09-071-40/+68
|/