intersphinx-registry 0.2601.5__tar.gz → 0.2602.2__tar.gz

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.
@@ -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
@@ -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],