intersphinx-registry 0.2406.4__py2.py3-none-any.whl → 0.2410.4__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.
@@ -10,7 +10,8 @@ from typing import Dict, Tuple, Set, Optional, cast
10
10
 
11
11
  # See issue 4, we this the best format is Major.YYMM.day,
12
12
  # in case of multiple releases a day we can borrow the next day's date.
13
- __version__ = "0.2406.04"
13
+ # no 0 in front of the day as it is not pep440 compliant.
14
+ __version__ = "0.2410.4"
14
15
 
15
16
  registry_file = Path(__file__).parent / "registry.json"
16
17
 
@@ -1,6 +1,4 @@
1
1
  {
2
- "pillow": ["https://pillow.readthedocs.io/en/stable/", null],
3
- "pypug": ["https://packaging.python.org/en/latest/", null],
4
2
  "anndata": ["https://anndata.readthedocs.io/en/stable/", null],
5
3
  "asdf-astropy": ["https://asdf-astropy.readthedocs.io/en/latest/", null],
6
4
  "astropy-dev": ["https://docs.astropy.org/en/latest/", null],
@@ -48,7 +46,7 @@
48
46
  "ipywidgets": ["https://ipywidgets.readthedocs.io/en/latest/", null],
49
47
  "jax": ["https://jax.readthedocs.io/en/latest/", null],
50
48
  "jedi": ["https://jedi.readthedocs.io/en/latest/", null],
51
- "jinja": ["http://jinja.pocoo.org/docs/", null],
49
+ "jinja": ["https://jinja.palletsprojects.com/", null],
52
50
  "joblib": ["https://joblib.readthedocs.io/en/latest/", null],
53
51
  "jupyter": ["https://docs.jupyter.org/en/latest/", null],
54
52
  "jupyter-server": ["https://jupyter-server.readthedocs.io/en/stable/", null],
@@ -67,8 +65,9 @@
67
65
  "matplotlib": ["https://matplotlib.org/stable/", null],
68
66
  "meson-python": ["https://meson-python.readthedocs.io/en/stable/", null],
69
67
  "mne": ["https://mne.tools/stable/", null],
70
- "mne_lsl": ["https://mne.tools/mne-lsl/stable/", null],
68
+ "mne_bids": ["https://mne.tools/mne-bids/stable/", null],
71
69
  "mne_icalabel": ["https://mne.tools/mne-icalabel/stable/", null],
70
+ "mne_lsl": ["https://mne.tools/mne-lsl/stable/", null],
72
71
  "monkeytype": ["https://monkeytype.readthedocs.io/en/latest/", null],
73
72
  "mpmath": ["https://mpmath.org/doc/current/", null],
74
73
  "myst-nb": ["https://myst-nb.readthedocs.io/en/v0.12.3/", null],
@@ -98,6 +97,7 @@
98
97
  "pandas-gbq": ["https://pandas-gbq.readthedocs.io/en/latest/", null],
99
98
  "parso": ["https://parso.readthedocs.io/en/latest/", null],
100
99
  "patsy": ["https://patsy.readthedocs.io/en/latest/", null],
100
+ "pillow": ["https://pillow.readthedocs.io/en/stable/", null],
101
101
  "pip": ["https://pip.pypa.io/en/latest/", null],
102
102
  "pipenv": ["https://pipenv.pypa.io/en/latest/", null],
103
103
  "piwheels": ["https://piwheels.readthedocs.io/en/latest/", null],
@@ -124,7 +124,7 @@
124
124
  "python": ["https://docs.python.org/3/", null],
125
125
  "python-guide": ["https://docs.python-guide.org/", null],
126
126
  "pytorch_lightning": ["https://lightning.ai/docs/pytorch/stable/", null],
127
- "pyvista": ["https://docs.pyvista.org/version/stable/", null],
127
+ "pyvista": ["https://docs.pyvista.org/", null],
128
128
  "qiskit": ["https://docs.quantum.ibm.com/api/qiskit/", null],
129
129
  "qtconsole": ["https://jupyter.org/qtconsole/dev/", null],
130
130
  "readthedocs": ["https://docs.readthedocs.io/en/stable/", null],
@@ -143,6 +143,7 @@
143
143
  "six": ["https://six.readthedocs.io/", null],
144
144
  "skimage": ["https://scikit-image.org/docs/stable/", null],
145
145
  "sklearn": ["https://scikit-learn.org/stable/", null],
146
+ "sounddevice": ["https://python-sounddevice.readthedocs.io/", null],
146
147
  "spack": ["https://spack.readthedocs.io/en/latest/", null],
147
148
  "sparse": ["https://sparse.pydata.org/en/latest/", null],
148
149
  "sphinx": ["https://www.sphinx-doc.org/en/master/", null],
@@ -155,7 +156,7 @@
155
156
  "statsmodels": ["https://www.statsmodels.org/stable/", null],
156
157
  "sympy": ["https://docs.sympy.org/latest/", null],
157
158
  "tljh": ["https://tljh.jupyter.org/en/latest/", null],
158
- "torch": ["https://pytorch.org/docs/master/", null],
159
+ "torch": ["https://pytorch.org/docs/main/", null],
159
160
  "tornado": ["https://www.tornadoweb.org/en/stable/", null],
160
161
  "tox": ["https://tox.wiki/en/stable/", null],
161
162
  "traitlets": ["https://traitlets.readthedocs.io/en/latest/", null],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: intersphinx_registry
3
- Version: 0.2406.4
3
+ Version: 0.2410.4
4
4
  Summary: This package provides convenient utilities and data to write a sphinx config file.
5
5
  Author-email: Matthias Bussonnier <bussonniermatthias@gmail.com>
6
6
  Description-Content-Type: text/markdown
@@ -0,0 +1,8 @@
1
+ intersphinx_registry/__init__.py,sha256=5gW2gc1H9PrVjYkw391ZpGvPCUC11FdDsxnjoYXTgiA,1762
2
+ intersphinx_registry/lookup.py,sha256=mc_KD3Iy6kgX4S53bbetm7OuGcWHIlkAu1ogQnpu17w,483
3
+ intersphinx_registry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ intersphinx_registry/registry.json,sha256=ZmDxsMOIThRhHcAowhGFFp9v_r7ff80_zhXwYcFjm2I,9987
5
+ intersphinx_registry-0.2410.4.dist-info/LICENSE,sha256=j98x_c52nvqkLlr-U8tUaubJG3IBCIFEInYE4L_Yqqo,1086
6
+ intersphinx_registry-0.2410.4.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
7
+ intersphinx_registry-0.2410.4.dist-info/METADATA,sha256=jd1mLtSjcJR5wul-qTELaLyW4QZdvvUQ5y6mi6VD67s,1658
8
+ intersphinx_registry-0.2410.4.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- intersphinx_registry/__init__.py,sha256=kVzWV04w_Nz1hOLOmOcqoCaM9uABBwobgjQSSk1REjo,1705
2
- intersphinx_registry/lookup.py,sha256=mc_KD3Iy6kgX4S53bbetm7OuGcWHIlkAu1ogQnpu17w,483
3
- intersphinx_registry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- intersphinx_registry/registry.json,sha256=6Pizi7Lf_Fo1X5_OS6ruJz_WJi544C1iAuUStQr_RsU,9929
5
- intersphinx_registry-0.2406.4.dist-info/LICENSE,sha256=j98x_c52nvqkLlr-U8tUaubJG3IBCIFEInYE4L_Yqqo,1086
6
- intersphinx_registry-0.2406.4.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
7
- intersphinx_registry-0.2406.4.dist-info/METADATA,sha256=rdkIVPcRpTNTFw9oIz4yWgQfOq9vPFL8--ZdUr5y0kg,1658
8
- intersphinx_registry-0.2406.4.dist-info/RECORD,,