Commit 07faea3
docs: fix broken intersphinx links (#442)
* docs: fix broken intersphinx links for pandas and numpy
Add napoleon_type_aliases to map short-form type names (ndarray,
pd.DataFrame, pd.Series, etc.) used in docstrings to their fully
qualified intersphinx targets. Remove the now-unnecessary pandas/numpy
entries from nitpick_ignore since intersphinx can resolve them properly.
Add anndata._core.anndata.AnnData to nitpick_ignore as autodoc resolves
the runtime module path for base-class references which intersphinx
cannot remap.
Closes #437
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: suppress pandas.core.frame.DataFrame nitpick warning
autodoc resolves pd.DataFrame type annotations to the internal
module path pandas.core.frame.DataFrame, which is not in the pandas
intersphinx inventory (only pandas.DataFrame is). Add to nitpick_ignore.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4426e4d commit 07faea3
1 file changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
116 | 123 | | |
117 | 124 | | |
118 | 125 | | |
| |||
228 | 235 | | |
229 | 236 | | |
230 | 237 | | |
231 | | - | |
232 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
233 | 244 | | |
234 | | - | |
235 | 245 | | |
236 | 246 | | |
237 | 247 | | |
| |||
0 commit comments