Skip to content

Commit b2bf39b

Browse files
committed
Configured intersphinx mapping and fixed inventory
1 parent 9b83ad0 commit b2bf39b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

source/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@
397397
# Example configuration for intersphinx: refer to the Python standard library.
398398
intersphinx_mapping = {
399399
'boltons': ('https://boltons.readthedocs.io/en/latest/', None),
400+
'bottle': ('https://bottlepy.org/docs/dev/', None),
400401
'build': ('https://pypa-build.readthedocs.io/en/stable/', None),
401402
'cffi': ('https://cffi.readthedocs.io/en/latest/', None),
402403
'conda': ('https://conda.io/en/latest/', None),
@@ -407,7 +408,7 @@
407408
'nox': ('https://nox.thea.codes/en/latest/', None),
408409
'openstack': ('https://docs.openstack.org/glance/latest/', None),
409410
'packaging': ('https://packaging.pypa.io/en/latest/', None),
410-
'packaging.python.org': ('https://packaging.python.org/', None),
411+
'packaging.python.org': ('https://packaging.python.org/en/latest/', None),
411412
'pip': ('https://pip.pypa.io/en/latest/', None),
412413
'pipenv': ('https://pipenv.pypa.io/en/latest/', None),
413414
'piwheels': ('https://piwheels.readthedocs.io/en/latest/', None),
@@ -416,10 +417,10 @@
416417
'pypa': ('https://www.pypa.io/en/latest/', None),
417418
'python': ('https://docs.python.org/3', None),
418419
'python-guide': ('https://docs.python-guide.org', None),
419-
'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None),
420+
'setuptools': ('https://setuptools.pypa.io/en/latest/', None),
420421
'spack': ('https://spack.readthedocs.io/en/latest/', None),
421422
'sphinx': ('https://www.sphinx-doc.org/en/master', None),
422-
'tox': ('https://tox.readthedocs.io/en/latest/', None),
423+
'tox': ('https://tox.wiki/en/latest/', None),
423424
'twine': ('https://twine.readthedocs.io/en/stable/', None),
424425
'virtualenv': ('https://virtualenv.pypa.io/en/stable/', None),
425426
}

source/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ library.
6666
This is great for sharing simple scripts and snippets between people
6767
who both have compatible Python versions (such as via email,
6868
StackOverflow, or GitHub gists). There are even some entire Python
69-
libraries that offer this as an option, such as `bottle.py
70-
<https://bottlepy.org/docs/dev/>`_ and :doc:`boltons
69+
libraries that offer this as an option, such as
70+
:doc:`bottle.py<bottle:tutorial>` and :doc:`boltons
7171
<boltons:architecture>`.
7272

7373
However, this pattern won't scale for projects that consist of

0 commit comments

Comments
 (0)