intersphinx-registry 0.2601.5__py2.py3-none-any.whl → 0.2602.2__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ from typing import Optional, Tuple, cast
12
12
  # See issue 4, we this the best format is Major.YYMM.day,
13
13
  # in case of multiple releases a day we can borrow the next day's date.
14
14
  # no 0 in front of the day as it is not pep440 compliant.
15
- version_info = (0, 2601, 5)
15
+ version_info = (0, 2602, 2)
16
16
  __version__ = ".".join(map(str, version_info))
17
17
 
18
18
  registry_file = Path(__file__).parent / "registry.json"
@@ -60,7 +60,7 @@
60
60
  "jupyter": ["https://docs.jupyter.org/en/latest/", null],
61
61
  "jupyter-server": ["https://jupyter-server.readthedocs.io/en/stable/", null],
62
62
  "jupyter_core": ["https://jupyter-core.readthedocs.io/en/stable/", null],
63
- "jupyterbook": ["https://jupyterbook.org/en/stable/", null],
63
+ "jupyterbook": ["https://jupyterbook.org/stable/", null],
64
64
  "jupyterclient": ["https://jupyter-client.readthedocs.io/en/latest/", null],
65
65
  "jupytercore": ["https://jupyter-core.readthedocs.io/en/latest/", null],
66
66
  "jupyterlite": ["https://jupyterlite.readthedocs.io/en/stable/", null],
@@ -155,8 +155,9 @@
155
155
  "rst-to-myst": ["https://rst-to-myst.readthedocs.io/en/stable/", null],
156
156
  "rtd-dev": ["https://dev.readthedocs.io/en/latest/", null],
157
157
  "scanpy": ["https://scanpy.readthedocs.io/en/stable/", null],
158
- "scipy": ["https://docs.scipy.org/doc/scipy/", null],
158
+ "scikit-umfpack": ["https://scikit-umfpack.github.io/scikit-umfpack/", null],
159
159
  "scipy-lecture-notes": ["https://scipy-lectures.org/", null],
160
+ "scipy": ["https://docs.scipy.org/doc/scipy/", null],
160
161
  "scriptconfig": ["https://scriptconfig.readthedocs.io/en/latest/", null],
161
162
  "seaborn": ["https://seaborn.pydata.org/", null],
162
163
  "setuptools": ["https://setuptools.pypa.io/en/stable/", null],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: intersphinx_registry
3
- Version: 0.2601.5
3
+ Version: 0.2602.2
4
4
  Summary: This package provides convenient utilities and data to write a sphinx config file.
5
5
  Author-email: M Bussonnier <bussonniermatthias@gmail.com>
6
6
  Description-Content-Type: text/markdown
@@ -1,15 +1,15 @@
1
- intersphinx_registry/__init__.py,sha256=A51oQMp2TiI5gE0SWH1tcmGhi2QkVSDHteeEoV4k0x8,2477
1
+ intersphinx_registry/__init__.py,sha256=428CfQUla9xesus5GImsu_5iGR7ahcAMw-YhUKfWHpc,2477
2
2
  intersphinx_registry/__main__.py,sha256=Onf2k3sdsvpaifbi8UFhnbF_yTEHGxRpTT5RUAAWSXU,81
3
3
  intersphinx_registry/_info.py,sha256=1aFYUmj1io6kGJaf_8wB9D7MjTkwl8BmOubUY7x3muk,2224
4
4
  intersphinx_registry/cli.py,sha256=3X9Rfz59sMlXYDSNTxSk-hrHcCO0OjrRdjGVDzLT--w,4265
5
5
  intersphinx_registry/lookup.py,sha256=ffUPEnKl37CObcu0Ul9dzEznSrEal9OeuZKzq5G1Yck,5273
6
6
  intersphinx_registry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- intersphinx_registry/registry.json,sha256=PoZKwZLlAa2h5oWKuJKLRbQWoSGVN19JrxzF3MPvsiM,12711
7
+ intersphinx_registry/registry.json,sha256=63yQKRggmebKQUOQI1Nn5u8onY7XuqTGoQx8IjPb6Yc,12788
8
8
  intersphinx_registry/rev_search.py,sha256=Gkd8YGWR8L7Gqc57u2YBg0d0iDBH47p8mBVtbCEAHKQ,23667
9
9
  intersphinx_registry/reverse_lookup.py,sha256=8kPvX-UUhWlO1o14kJd8PYWpecAXR8y9dAcbt_49SyE,7499
10
10
  intersphinx_registry/utils.py,sha256=_WjmtuzlXjuA9z1-Pv-CkgjHtORtlNV6faao2GP4rYI,3021
11
- intersphinx_registry-0.2601.5.dist-info/entry_points.txt,sha256=qbnBLPGMbSDiZHGpPOiuXwMFfAS7iVT3bakVKhwmHgo,70
12
- intersphinx_registry-0.2601.5.dist-info/licenses/LICENSE,sha256=j98x_c52nvqkLlr-U8tUaubJG3IBCIFEInYE4L_Yqqo,1086
13
- intersphinx_registry-0.2601.5.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
14
- intersphinx_registry-0.2601.5.dist-info/METADATA,sha256=exl6YyihrpRQiscWMp-AMDofjYvysQbttZcifSVIpUU,5868
15
- intersphinx_registry-0.2601.5.dist-info/RECORD,,
11
+ intersphinx_registry-0.2602.2.dist-info/entry_points.txt,sha256=qbnBLPGMbSDiZHGpPOiuXwMFfAS7iVT3bakVKhwmHgo,70
12
+ intersphinx_registry-0.2602.2.dist-info/licenses/LICENSE,sha256=j98x_c52nvqkLlr-U8tUaubJG3IBCIFEInYE4L_Yqqo,1086
13
+ intersphinx_registry-0.2602.2.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
14
+ intersphinx_registry-0.2602.2.dist-info/METADATA,sha256=DlfL8RaFWC-vVuDVJ1tM4gYQ0BGSNK0Qc6zBVb1JYXE,5868
15
+ intersphinx_registry-0.2602.2.dist-info/RECORD,,