1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Connect to the other documentation packages
Forwarded: not-needed
--- mapclassify.orig/docs/conf.py
+++ mapclassify/docs/conf.py
@@ -253,14 +253,14 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- "geopandas": ("https://geopandas.org/en/latest/", None),
- "libpysal": ("https://pysal.org/libpysal/", None),
- "matplotlib": ("https://matplotlib.org/stable/", None),
- "networkx": ("https://networkx.org/documentation/stable/", None),
- "numpy": ("https://numpy.org/doc/stable/", None),
- "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
- "python": ("https://docs.python.org/3.11/", None),
- "scipy": ("https://docs.scipy.org/doc/scipy/", None),
+ "geopandas": ("https://geopandas.org/en/latest/", "../debian/intersphinx/geopandas_objects.inv"),
+ "libpysal": ("/usr/share/doc/python-libpysal-doc/html/", None),
+ "matplotlib": ("https://matplotlib.org/stable/", "../debian/intersphinx/matplotlib_objects.inv"),
+ "networkx": ("https://networkx.org/documentation/stable/", "../debian/intersphinx/networkx_objects.inv"),
+ "numpy": ("/usr/share/doc/python-numpy/html/", None),
+ "pandas": ("/usr/share/doc/python-pandas-doc/html/", None),
+ "python": ("/usr/share/doc/python3/html/", None),
+ "scipy": ("/usr/share/doc/python-scipy-doc/html/", None),
}
|