intersphinx-registry 0.2510.5__tar.gz → 0.2510.17__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.2510.5
3
+ Version: 0.2510.17
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
@@ -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, 2510, 5)
14
+ version_info = (0, 2510, 17)
15
15
  __version__ = ".".join(map(str, version_info))
16
16
 
17
17
  registry_file = Path(__file__).parent / "registry.json"
@@ -20,23 +20,30 @@
20
20
  "conda": ["https://docs.conda.io/projects/conda/en/stable/", null],
21
21
  "conda-build": ["https://docs.conda.io/projects/conda-build/en/stable/", null],
22
22
  "configspace": ["https://automl.github.io/ConfigSpace/latest/", null],
23
+ "cupy": ["https://docs.cupy.dev/en/stable/", null],
23
24
  "cycler": ["https://matplotlib.org/cycler/", null],
24
25
  "cython": ["https://docs.cython.org/en/latest/", null],
25
26
  "dask": ["https://docs.dask.org/en/latest/", null],
27
+ "dask_image": ["https://image.dask.org/en/latest/", null],
26
28
  "dateutil": ["https://dateutil.readthedocs.io/en/stable/", null],
27
29
  "devguide": ["https://devguide.python.org/", null],
28
30
  "devpi": ["https://devpi.net/docs/devpi/devpi/latest/+doc/", null],
29
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],
30
34
  "dipy": ["https://docs.dipy.org/stable/", null],
31
35
  "distlib": ["https://distlib.readthedocs.io/en/latest/", null],
32
36
  "distributed": ["https://distributed.dask.org/en/stable/", null],
33
37
  "django": ["https://docs.djangoproject.com/en/stable/", "https://docs.djangoproject.com/en/stable/_objects/"],
34
38
  "dlpack": ["https://dmlc.github.io/dlpack/latest/", null],
39
+ "exspy": ["https://hyperspy.org/exspy/", null],
35
40
  "flax": ["https://flax.readthedocs.io/en/latest/", null],
36
41
  "flexx": ["https://flexx.readthedocs.io/en/latest/", null],
37
42
  "fsspec": ["https://filesystem-spec.readthedocs.io/en/latest/", null],
38
43
  "geopandas": ["https://geopandas.org/en/stable/", null],
44
+ "h5py": ["https://docs.h5py.org/en/stable/", null],
39
45
  "hub": ["https://jupyterhub.readthedocs.io/en/latest/", null],
46
+ "hyperspy": ["https://hyperspy.org/hyperspy-doc/current/", null],
40
47
  "imageio": ["https://imageio.readthedocs.io/en/stable/", null],
41
48
  "iminuit": ["https://iminuit.readthedocs.io/en/stable/", null],
42
49
  "importlib-resources": ["https://importlib-resources.readthedocs.io/en/latest/", null],
@@ -58,6 +65,7 @@
58
65
  "jupytercore": ["https://jupyter-core.readthedocs.io/en/latest/", null],
59
66
  "jupyterlite": ["https://jupyterlite.readthedocs.io/en/stable/", null],
60
67
  "jupytext": ["https://jupytext.readthedocs.io/en/stable/", null],
68
+ "kikuchipy": ["https://kikuchipy.org/en/latest/", null],
61
69
  "kwarray": ["https://kwarray.readthedocs.io/en/latest/", null],
62
70
  "kwimage": ["https://kwimage.readthedocs.io/en/latest/", null],
63
71
  "lab": ["https://jupyterlab.readthedocs.io/en/latest/", null],
@@ -66,6 +74,7 @@
66
74
  "magicgui": ["https://pyapp-kit.github.io/magicgui/", null],
67
75
  "markdown_it": ["https://markdown-it-py.readthedocs.io/en/latest/", null],
68
76
  "matplotlib": ["https://matplotlib.org/stable/", null],
77
+ "mdp": ["https://mdp-toolkit.github.io/", null],
69
78
  "meson-python": ["https://meson-python.readthedocs.io/en/stable/", null],
70
79
  "mne": ["https://mne.tools/stable/", null],
71
80
  "mne_bids": ["https://mne.tools/mne-bids/stable/", null],
@@ -88,26 +97,31 @@
88
97
  "notebook": ["https://jupyter-notebook.readthedocs.io/en/stable/", null],
89
98
  "nox": ["https://nox.thea.codes/en/latest/", null],
90
99
  "numba": ["https://numba.readthedocs.io/en/latest/", null],
100
+ "numcodecs": ["https://numcodecs.readthedocs.io/en/stable/", null],
91
101
  "numpy": ["https://numpy.org/doc/stable/", null],
92
102
  "numpy-tutorials": ["https://numpy.org/numpy-tutorials/", null],
93
103
  "numpydoc": ["https://numpydoc.readthedocs.io/en/latest/", null],
94
104
  "nx-guides": ["https://networkx.org/nx-guides/", null],
95
105
  "openstack": ["https://docs.openstack.org/glance/latest/", null],
106
+ "orix": ["https://orix.readthedocs.io/en/stable/", null],
96
107
  "pandas": ["https://pandas.pydata.org/docs/", null],
97
108
  "pandas-gbq": ["https://pandas-gbq.readthedocs.io/en/latest/", null],
98
109
  "paramiko": ["https://docs.paramiko.org/en/stable/", null],
99
110
  "parso": ["https://parso.readthedocs.io/en/latest/", null],
100
111
  "patsy": ["https://patsy.readthedocs.io/en/latest/", null],
101
112
  "pillow": ["https://pillow.readthedocs.io/en/stable/", null],
113
+ "pint": ["https://pint.readthedocs.io/en/stable/", null],
102
114
  "pip": ["https://pip.pypa.io/en/latest/", null],
103
115
  "pipenv": ["https://pipenv.pypa.io/en/latest/", null],
104
116
  "piwheels": ["https://piwheels.readthedocs.io/en/latest/", null],
105
117
  "plotly": ["https://plotly.com/python-api-reference/", null],
106
118
  "pluggy": ["https://pluggy.readthedocs.io/en/stable/", null],
107
119
  "poliastro": ["https://docs.poliastro.space/en/stable/", null],
120
+ "pooch": ["https://www.fatiando.org/pooch/latest/", null],
108
121
  "prompt_toolkit": ["https://python-prompt-toolkit.readthedocs.io/en/stable/", null],
109
122
  "py": ["https://pylib.readthedocs.io/en/latest/", null],
110
123
  "pyarrow": ["https://arrow.apache.org/docs/", null],
124
+ "pybaselines": ["https://pybaselines.readthedocs.io/en/stable/", null],
111
125
  "pybind11": ["https://pybind11.readthedocs.io/en/stable/", null],
112
126
  "pydantic": ["https://docs.pydantic.dev/latest/", null],
113
127
  "pyerfa": ["https://pyerfa.readthedocs.io/en/stable/", null],
@@ -120,6 +134,7 @@
120
134
  "pypa": ["https://www.pypa.io/en/latest/", null],
121
135
  "pypug": ["https://packaging.python.org/en/latest/", null],
122
136
  "pypy": ["https://doc.pypy.org/en/latest/", null],
137
+ "pyqt": ["https://www.riverbankcomputing.com/static/Docs/PyQt5/", null],
123
138
  "pyqtgraph": ["https://pyqtgraph.readthedocs.io/en/latest/", null],
124
139
  "pyro": ["https://docs.pyro.ai/en/stable/", null],
125
140
  "pytest": ["https://pytest.org/en/stable/", null],
@@ -127,6 +142,7 @@
127
142
  "python-guide": ["https://docs.python-guide.org/", null],
128
143
  "pytorch_lightning": ["https://lightning.ai/docs/pytorch/stable/", null],
129
144
  "pyvista": ["https://docs.pyvista.org/", null],
145
+ "pyxem": ["https://www.pyxem.org/en/stable/", null],
130
146
  "qiskit": ["https://docs.quantum.ibm.com/api/qiskit/", null],
131
147
  "qtconsole": ["https://qtconsole.readthedocs.io/en/stable/", null],
132
148
  "readthedocs": ["https://docs.readthedocs.io/en/stable/", null],
@@ -134,11 +150,12 @@
134
150
  "requests": ["https://docs.python-requests.org/en/latest/", null],
135
151
  "rich": ["https://rich.readthedocs.io/en/stable/", null],
136
152
  "rpy2": ["https://rpy2.github.io/doc/latest/html/", null],
153
+ "rsciio": ["https://hyperspy.org/rosettasciio/", null],
137
154
  "rst-to-myst": ["https://rst-to-myst.readthedocs.io/en/stable/", null],
138
155
  "rtd": ["https://docs.readthedocs.io/en/stable/", null],
139
156
  "rtd-dev": ["https://dev.readthedocs.io/en/latest/", null],
140
157
  "scanpy": ["https://scanpy.readthedocs.io/en/stable/", null],
141
- "scipy": ["https://docs.scipy.org/doc/scipy/", null],
158
+ "scipy": ["https://scipy.github.io/devdocs/", null],
142
159
  "scipy-lecture-notes": ["https://scipy-lectures.org/", null],
143
160
  "scriptconfig": ["https://scriptconfig.readthedocs.io/en/latest/", null],
144
161
  "seaborn": ["https://seaborn.pydata.org/", null],
@@ -166,6 +183,7 @@
166
183
  "tornado": ["https://www.tornadoweb.org/en/stable/", null],
167
184
  "tox": ["https://tox.wiki/en/stable/", null],
168
185
  "traitlets": ["https://traitlets.readthedocs.io/en/latest/", null],
186
+ "traits": ["https://docs.enthought.com/traits/", null],
169
187
  "twine": ["https://twine.readthedocs.io/en/stable/", null],
170
188
  "typing": ["https://typing.readthedocs.io/en/latest/", null],
171
189
  "typing_extensions": ["https://typing-extensions.readthedocs.io/en/stable/", null],