Skip to content

Commit c190eb3

Browse files
committed
Rearrange links in alphabetical order
1 parent 0ffc6a1 commit c190eb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,14 +394,14 @@
394394

395395
# Example configuration for intersphinx: refer to the Python standard library.
396396
intersphinx_mapping = {
397+
'openstack': ('https://docs.openstack.org/glance/latest/', None),
397398
'python': ('https://docs.python.org/3', None),
398399
'python2': ('https://docs.python.org/2', None),
399400
'pip': ('https://pip.pypa.io/en/latest/', None),
401+
'scipy': ('https://www.scipy.org', None),
400402
'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None),
401-
'twine': ('https://twine.readthedocs.io/en/stable/', None),
402403
'tox': ('https://tox.readthedocs.io/en/latest/', None),
403-
'scipy': ('https://www.scipy.org', None),
404-
'openstack': ('https://docs.openstack.org/glance/latest/', None),
404+
'twine': ('https://twine.readthedocs.io/en/stable/', None),
405405
}
406406

407407

0 commit comments

Comments
 (0)