File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 27
27
28
28
intersphinx_mapping = dict (
29
29
python = ("https://docs.python.org/3" , None ),
30
- jinja = ("http://jinja.pocoo.org/docs/2.10" , None ),
30
+ jinja = ("http://jinja.pocoo.org/docs/2.10.x " , None ),
31
31
sphinx = ("https://www.sphinx-doc.org/en/master/" , None ),
32
32
# examples
33
33
numpy = ("https://docs.scipy.org/doc/numpy/" , None ),
34
34
anndata = ("https://anndata.readthedocs.io/en/latest/" , None ),
35
- pandas = ("http ://pandas.pydata.org/pandas-docs/stable/" , None ),
35
+ pandas = ("https ://pandas.pydata.org/pandas-docs/stable/" , None ),
36
36
scipy = ("https://docs.scipy.org/doc/scipy/reference/" , None ),
37
37
)
38
38
Original file line number Diff line number Diff line change 53
53
qualname_overrides_default = {
54
54
"anndata.base.AnnData" : "anndata.AnnData" ,
55
55
"anndata.core.anndata.AnnData" : "anndata.AnnData" ,
56
+ "matplotlib.axes._axes.Axes" : "matplotlib.axes.Axes" ,
56
57
"pandas.core.frame.DataFrame" : "pandas.DataFrame" ,
57
58
"pandas.core.indexes.base.Index" : "pandas.Index" ,
58
59
"scipy.sparse.base.spmatrix" : "scipy.sparse.spmatrix" ,
You can’t perform that action at this time.
0 commit comments