intersphinx-registry 0.2501.23__py2.py3-none-any.whl → 0.2510.9__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.
- intersphinx_registry/__init__.py +1 -1
- intersphinx_registry/registry.json +23 -2
- {intersphinx_registry-0.2501.23.dist-info → intersphinx_registry-0.2510.9.dist-info}/METADATA +3 -2
- intersphinx_registry-0.2510.9.dist-info/RECORD +9 -0
- {intersphinx_registry-0.2501.23.dist-info → intersphinx_registry-0.2510.9.dist-info}/WHEEL +1 -1
- intersphinx_registry-0.2501.23.dist-info/RECORD +0 -9
- {intersphinx_registry-0.2501.23.dist-info → intersphinx_registry-0.2510.9.dist-info/licenses}/LICENSE +0 -0
intersphinx_registry/__init__.py
CHANGED
|
@@ -11,7 +11,7 @@ from typing import Dict, Tuple, Set, Optional, cast
|
|
|
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
13
|
# no 0 in front of the day as it is not pep440 compliant.
|
|
14
|
-
version_info = (0,
|
|
14
|
+
version_info = (0, 2510, 9)
|
|
15
15
|
__version__ = ".".join(map(str, version_info))
|
|
16
16
|
|
|
17
17
|
registry_file = Path(__file__).parent / "registry.json"
|
|
@@ -12,30 +12,38 @@
|
|
|
12
12
|
"boltons": ["https://boltons.readthedocs.io/en/latest/", null],
|
|
13
13
|
"bottle": ["https://bottlepy.org/docs/dev/", null],
|
|
14
14
|
"build": ["https://build.pypa.io/en/latest/", null],
|
|
15
|
-
"cartopy": ["https://
|
|
15
|
+
"cartopy": ["https://cartopy.readthedocs.io/latest/", null],
|
|
16
16
|
"cffi": ["https://cffi.readthedocs.io/en/latest/", null],
|
|
17
17
|
"click": ["https://click.palletsprojects.com/", null],
|
|
18
|
+
"cloudpathlib": ["https://cloudpathlib.drivendata.org/stable/", null],
|
|
18
19
|
"commonmark": ["https://commonmarkpy.readthedocs.io/en/stable/", null],
|
|
19
20
|
"conda": ["https://docs.conda.io/projects/conda/en/stable/", null],
|
|
20
21
|
"conda-build": ["https://docs.conda.io/projects/conda-build/en/stable/", null],
|
|
21
22
|
"configspace": ["https://automl.github.io/ConfigSpace/latest/", null],
|
|
23
|
+
"cupy": ["https://docs.cupy.dev/en/stable/", null],
|
|
22
24
|
"cycler": ["https://matplotlib.org/cycler/", null],
|
|
23
25
|
"cython": ["https://docs.cython.org/en/latest/", null],
|
|
24
26
|
"dask": ["https://docs.dask.org/en/latest/", null],
|
|
27
|
+
"dask_image": ["https://image.dask.org/en/latest/", null],
|
|
25
28
|
"dateutil": ["https://dateutil.readthedocs.io/en/stable/", null],
|
|
26
29
|
"devguide": ["https://devguide.python.org/", null],
|
|
27
30
|
"devpi": ["https://devpi.net/docs/devpi/devpi/latest/+doc/", null],
|
|
28
31
|
"dh-virtualenv": ["https://dh-virtualenv.readthedocs.io/en/latest/", null],
|
|
32
|
+
"diffpy.structure": ["https://www.diffpy.org/diffpy.structure/", null],
|
|
33
|
+
"diffsims": ["https://diffsims.readthedocs.io/en/stable/", null],
|
|
29
34
|
"dipy": ["https://docs.dipy.org/stable/", null],
|
|
30
35
|
"distlib": ["https://distlib.readthedocs.io/en/latest/", null],
|
|
31
36
|
"distributed": ["https://distributed.dask.org/en/stable/", null],
|
|
32
37
|
"django": ["https://docs.djangoproject.com/en/stable/", "https://docs.djangoproject.com/en/stable/_objects/"],
|
|
33
38
|
"dlpack": ["https://dmlc.github.io/dlpack/latest/", null],
|
|
39
|
+
"exspy": ["https://hyperspy.org/exspy/", null],
|
|
34
40
|
"flax": ["https://flax.readthedocs.io/en/latest/", null],
|
|
35
41
|
"flexx": ["https://flexx.readthedocs.io/en/latest/", null],
|
|
36
42
|
"fsspec": ["https://filesystem-spec.readthedocs.io/en/latest/", null],
|
|
37
43
|
"geopandas": ["https://geopandas.org/en/stable/", null],
|
|
44
|
+
"h5py": ["https://docs.h5py.org/en/stable/", null],
|
|
38
45
|
"hub": ["https://jupyterhub.readthedocs.io/en/latest/", null],
|
|
46
|
+
"hyperspy": ["https://hyperspy.org/hyperspy-doc/current/", null],
|
|
39
47
|
"imageio": ["https://imageio.readthedocs.io/en/stable/", null],
|
|
40
48
|
"iminuit": ["https://iminuit.readthedocs.io/en/stable/", null],
|
|
41
49
|
"importlib-resources": ["https://importlib-resources.readthedocs.io/en/latest/", null],
|
|
@@ -57,6 +65,7 @@
|
|
|
57
65
|
"jupytercore": ["https://jupyter-core.readthedocs.io/en/latest/", null],
|
|
58
66
|
"jupyterlite": ["https://jupyterlite.readthedocs.io/en/stable/", null],
|
|
59
67
|
"jupytext": ["https://jupytext.readthedocs.io/en/stable/", null],
|
|
68
|
+
"kikuchipy": ["https://kikuchipy.org/en/latest/", null],
|
|
60
69
|
"kwarray": ["https://kwarray.readthedocs.io/en/latest/", null],
|
|
61
70
|
"kwimage": ["https://kwimage.readthedocs.io/en/latest/", null],
|
|
62
71
|
"lab": ["https://jupyterlab.readthedocs.io/en/latest/", null],
|
|
@@ -65,6 +74,7 @@
|
|
|
65
74
|
"magicgui": ["https://pyapp-kit.github.io/magicgui/", null],
|
|
66
75
|
"markdown_it": ["https://markdown-it-py.readthedocs.io/en/latest/", null],
|
|
67
76
|
"matplotlib": ["https://matplotlib.org/stable/", null],
|
|
77
|
+
"mdp": ["https://mdp-toolkit.github.io/", null],
|
|
68
78
|
"meson-python": ["https://meson-python.readthedocs.io/en/stable/", null],
|
|
69
79
|
"mne": ["https://mne.tools/stable/", null],
|
|
70
80
|
"mne_bids": ["https://mne.tools/mne-bids/stable/", null],
|
|
@@ -87,26 +97,33 @@
|
|
|
87
97
|
"notebook": ["https://jupyter-notebook.readthedocs.io/en/stable/", null],
|
|
88
98
|
"nox": ["https://nox.thea.codes/en/latest/", null],
|
|
89
99
|
"numba": ["https://numba.readthedocs.io/en/latest/", null],
|
|
100
|
+
"numcodecs": ["https://numcodecs.readthedocs.io/en/stable/", null],
|
|
90
101
|
"numpy": ["https://numpy.org/doc/stable/", null],
|
|
91
102
|
"numpy-tutorials": ["https://numpy.org/numpy-tutorials/", null],
|
|
92
103
|
"numpydoc": ["https://numpydoc.readthedocs.io/en/latest/", null],
|
|
93
104
|
"nx-guides": ["https://networkx.org/nx-guides/", null],
|
|
94
105
|
"openstack": ["https://docs.openstack.org/glance/latest/", null],
|
|
106
|
+
"orix": ["https://orix.readthedocs.io/en/stable/", null],
|
|
95
107
|
"pandas": ["https://pandas.pydata.org/docs/", null],
|
|
96
108
|
"pandas-gbq": ["https://pandas-gbq.readthedocs.io/en/latest/", null],
|
|
109
|
+
"paramiko": ["https://docs.paramiko.org/en/stable/", null],
|
|
97
110
|
"parso": ["https://parso.readthedocs.io/en/latest/", null],
|
|
98
111
|
"patsy": ["https://patsy.readthedocs.io/en/latest/", null],
|
|
99
112
|
"pillow": ["https://pillow.readthedocs.io/en/stable/", null],
|
|
113
|
+
"pint": ["https://pint.readthedocs.io/en/stable/", null],
|
|
100
114
|
"pip": ["https://pip.pypa.io/en/latest/", null],
|
|
101
115
|
"pipenv": ["https://pipenv.pypa.io/en/latest/", null],
|
|
102
116
|
"piwheels": ["https://piwheels.readthedocs.io/en/latest/", null],
|
|
103
117
|
"plotly": ["https://plotly.com/python-api-reference/", null],
|
|
104
118
|
"pluggy": ["https://pluggy.readthedocs.io/en/stable/", null],
|
|
105
119
|
"poliastro": ["https://docs.poliastro.space/en/stable/", null],
|
|
120
|
+
"pooch": ["https://www.fatiando.org/pooch/latest/", null],
|
|
106
121
|
"prompt_toolkit": ["https://python-prompt-toolkit.readthedocs.io/en/stable/", null],
|
|
107
122
|
"py": ["https://pylib.readthedocs.io/en/latest/", null],
|
|
108
123
|
"pyarrow": ["https://arrow.apache.org/docs/", null],
|
|
124
|
+
"pybaselines": ["https://pybaselines.readthedocs.io/en/stable/", null],
|
|
109
125
|
"pybind11": ["https://pybind11.readthedocs.io/en/stable/", null],
|
|
126
|
+
"pydantic": ["https://docs.pydantic.dev/latest/", null],
|
|
110
127
|
"pyerfa": ["https://pyerfa.readthedocs.io/en/stable/", null],
|
|
111
128
|
"pygraphviz": ["https://pygraphviz.github.io/documentation/stable/", null],
|
|
112
129
|
"pymde": ["https://pymde.org/", null],
|
|
@@ -117,6 +134,7 @@
|
|
|
117
134
|
"pypa": ["https://www.pypa.io/en/latest/", null],
|
|
118
135
|
"pypug": ["https://packaging.python.org/en/latest/", null],
|
|
119
136
|
"pypy": ["https://doc.pypy.org/en/latest/", null],
|
|
137
|
+
"pyqt": ["https://www.riverbankcomputing.com/static/Docs/PyQt5/", null],
|
|
120
138
|
"pyqtgraph": ["https://pyqtgraph.readthedocs.io/en/latest/", null],
|
|
121
139
|
"pyro": ["https://docs.pyro.ai/en/stable/", null],
|
|
122
140
|
"pytest": ["https://pytest.org/en/stable/", null],
|
|
@@ -124,13 +142,15 @@
|
|
|
124
142
|
"python-guide": ["https://docs.python-guide.org/", null],
|
|
125
143
|
"pytorch_lightning": ["https://lightning.ai/docs/pytorch/stable/", null],
|
|
126
144
|
"pyvista": ["https://docs.pyvista.org/", null],
|
|
145
|
+
"pyxem": ["https://www.pyxem.org/en/stable/", null],
|
|
127
146
|
"qiskit": ["https://docs.quantum.ibm.com/api/qiskit/", null],
|
|
128
|
-
"qtconsole": ["https://
|
|
147
|
+
"qtconsole": ["https://qtconsole.readthedocs.io/en/stable/", null],
|
|
129
148
|
"readthedocs": ["https://docs.readthedocs.io/en/stable/", null],
|
|
130
149
|
"referencing": ["https://referencing.readthedocs.io/en/stable/", null],
|
|
131
150
|
"requests": ["https://docs.python-requests.org/en/latest/", null],
|
|
132
151
|
"rich": ["https://rich.readthedocs.io/en/stable/", null],
|
|
133
152
|
"rpy2": ["https://rpy2.github.io/doc/latest/html/", null],
|
|
153
|
+
"rsciio": ["https://hyperspy.org/rosettasciio/", null],
|
|
134
154
|
"rst-to-myst": ["https://rst-to-myst.readthedocs.io/en/stable/", null],
|
|
135
155
|
"rtd": ["https://docs.readthedocs.io/en/stable/", null],
|
|
136
156
|
"rtd-dev": ["https://dev.readthedocs.io/en/latest/", null],
|
|
@@ -163,6 +183,7 @@
|
|
|
163
183
|
"tornado": ["https://www.tornadoweb.org/en/stable/", null],
|
|
164
184
|
"tox": ["https://tox.wiki/en/stable/", null],
|
|
165
185
|
"traitlets": ["https://traitlets.readthedocs.io/en/latest/", null],
|
|
186
|
+
"traits": ["https://docs.enthought.com/traits/", null],
|
|
166
187
|
"twine": ["https://twine.readthedocs.io/en/stable/", null],
|
|
167
188
|
"typing": ["https://typing.readthedocs.io/en/latest/", null],
|
|
168
189
|
"typing_extensions": ["https://typing-extensions.readthedocs.io/en/stable/", null],
|
{intersphinx_registry-0.2501.23.dist-info → intersphinx_registry-0.2510.9.dist-info}/METADATA
RENAMED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: intersphinx_registry
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2510.9
|
|
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
|
|
7
7
|
Classifier: License :: OSI Approved :: MIT License
|
|
8
|
+
License-File: LICENSE
|
|
8
9
|
Requires-Dist: pytest>=7.0 ; extra == "tests"
|
|
9
10
|
Requires-Dist: pytest-xdist ; extra == "tests"
|
|
10
11
|
Requires-Dist: requests ; extra == "tests"
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
intersphinx_registry/__init__.py,sha256=HM9ZsEqPQCqw4UFIljdKAOQmEi0WUK1cN165lNtEcmY,1812
|
|
2
|
+
intersphinx_registry/_info.py,sha256=wlicM8WkAaykwDkeyp5JRGgYOG3Kp7diu0bjBlYfH9M,2223
|
|
3
|
+
intersphinx_registry/lookup.py,sha256=cCOpg_Xmr0l7bvRvmHi6V_yrVDPWtgpSGRgUJf8YqFk,2298
|
|
4
|
+
intersphinx_registry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
intersphinx_registry/registry.json,sha256=W3-8R_IPu64WuCd9M-Pe76rrhE0q1TEElbCiS-x_cyk,12766
|
|
6
|
+
intersphinx_registry-0.2510.9.dist-info/licenses/LICENSE,sha256=j98x_c52nvqkLlr-U8tUaubJG3IBCIFEInYE4L_Yqqo,1086
|
|
7
|
+
intersphinx_registry-0.2510.9.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
|
|
8
|
+
intersphinx_registry-0.2510.9.dist-info/METADATA,sha256=f7nvE6aUg_fo8WSVNvaSaEl0Wnkps_QwoFDnUsaIHy0,3554
|
|
9
|
+
intersphinx_registry-0.2510.9.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
intersphinx_registry/__init__.py,sha256=r6753jSt4-hk3u190lHpdEtjg2_gpDUOBPEIvR1RNTM,1813
|
|
2
|
-
intersphinx_registry/_info.py,sha256=wlicM8WkAaykwDkeyp5JRGgYOG3Kp7diu0bjBlYfH9M,2223
|
|
3
|
-
intersphinx_registry/lookup.py,sha256=cCOpg_Xmr0l7bvRvmHi6V_yrVDPWtgpSGRgUJf8YqFk,2298
|
|
4
|
-
intersphinx_registry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
intersphinx_registry/registry.json,sha256=6dDEotQ9b6hb9hG-9iACo-MUyledm5mej1mksQ9FSBw,11459
|
|
6
|
-
intersphinx_registry-0.2501.23.dist-info/LICENSE,sha256=j98x_c52nvqkLlr-U8tUaubJG3IBCIFEInYE4L_Yqqo,1086
|
|
7
|
-
intersphinx_registry-0.2501.23.dist-info/WHEEL,sha256=ssQ84EZ5gH1pCOujd3iW7HClo_O_aDaClUbX4B8bjKY,100
|
|
8
|
-
intersphinx_registry-0.2501.23.dist-info/METADATA,sha256=86Emr7_SWvBcJtn1sAhQvaLqP4rsAAaLwbDyJGXV6M4,3533
|
|
9
|
-
intersphinx_registry-0.2501.23.dist-info/RECORD,,
|
|
File without changes
|