Skip to content

Commit

Permalink
Configured intersphinx mapping and fixed inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysle committed May 8, 2023
1 parent 9b83ad0 commit b2bf39b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 397,7 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'boltons': ('https://boltons.readthedocs.io/en/latest/', None),
'bottle': ('https://bottlepy.org/docs/dev/', None),
'build': ('https://pypa-build.readthedocs.io/en/stable/', None),
'cffi': ('https://cffi.readthedocs.io/en/latest/', None),
'conda': ('https://conda.io/en/latest/', None),
Expand All @@ -407,7 408,7 @@
'nox': ('https://nox.thea.codes/en/latest/', None),
'openstack': ('https://docs.openstack.org/glance/latest/', None),
'packaging': ('https://packaging.pypa.io/en/latest/', None),
'packaging.python.org': ('https://packaging.python.org/', None),
'packaging.python.org': ('https://packaging.python.org/en/latest/', None),
'pip': ('https://pip.pypa.io/en/latest/', None),
'pipenv': ('https://pipenv.pypa.io/en/latest/', None),
'piwheels': ('https://piwheels.readthedocs.io/en/latest/', None),
Expand All @@ -416,10 417,10 @@
'pypa': ('https://www.pypa.io/en/latest/', None),
'python': ('https://docs.python.org/3', None),
'python-guide': ('https://docs.python-guide.org', None),
'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None),
'setuptools': ('https://setuptools.pypa.io/en/latest/', None),
'spack': ('https://spack.readthedocs.io/en/latest/', None),
'sphinx': ('https://www.sphinx-doc.org/en/master', None),
'tox': ('https://tox.readthedocs.io/en/latest/', None),
'tox': ('https://tox.wiki/en/latest/', None),
'twine': ('https://twine.readthedocs.io/en/stable/', None),
'virtualenv': ('https://virtualenv.pypa.io/en/stable/', None),
}
Expand Down
4 changes: 2 additions & 2 deletions source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 66,8 @@ library.
This is great for sharing simple scripts and snippets between people
who both have compatible Python versions (such as via email,
StackOverflow, or GitHub gists). There are even some entire Python
libraries that offer this as an option, such as `bottle.py
<https://bottlepy.org/docs/dev/>`_ and :doc:`boltons
libraries that offer this as an option, such as
:doc:`bottle.py<bottle:tutorial>` and :doc:`boltons
<boltons:architecture>`.

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

0 comments on commit b2bf39b

Please sign in to comment.