diff options
| author | Georg Brandl <georg@python.org> | 2010-05-23 11:17:03 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-05-23 11:17:03 +0200 |
| commit | 63213eb0113a1c97c4e9a1e0e6339bce4819307c (patch) | |
| tree | 4d75acaadeb6953b47fe82f78d2f816e5d0cf65a /doc/ext | |
| parent | e08591d8bdf983d6d66cdf460ec4822950561830 (diff) | |
| parent | fcfd885280e4529635f8566667123bbfa1713f84 (diff) | |
| download | sphinx-63213eb0113a1c97c4e9a1e0e6339bce4819307c.tar.gz | |
merge with 0.6
Diffstat (limited to 'doc/ext')
| -rw-r--r-- | doc/ext/intersphinx.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ext/intersphinx.rst b/doc/ext/intersphinx.rst index b82a08f1..6a079cd4 100644 --- a/doc/ext/intersphinx.rst +++ b/doc/ext/intersphinx.rst @@ -44,7 +44,7 @@ linking: An example, to add links to modules and objects in the Python standard library documentation:: - intersphinx_mapping = {'http://docs.python.org/dev': None} + intersphinx_mapping = {'http://docs.python.org/': None} This will download the corresponding :file:`objects.inv` file from the Internet and generate links to the pages under the given URI. The downloaded @@ -53,11 +53,11 @@ linking: A second example, showing the meaning of a non-``None`` value:: - intersphinx_mapping = {'http://docs.python.org/dev': 'python-inv.txt'} + intersphinx_mapping = {'http://docs.python.org/': 'python-inv.txt'} - This will read the inventory from :file:`python.inv` in the source + This will read the inventory from :file:`python-inv.txt` in the source directory, but still generate links to the pages under - ``http://docs.python.org/dev``. It is up to you to update the inventory file + ``http://docs.python.org/``. It is up to you to update the inventory file as new objects are added to the Python documentation. When fetching remote inventory files, proxy settings will be read from |
