We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6062c commit 5813978Copy full SHA for 5813978
mkdocs.yml
@@ -347,6 +347,7 @@ plugins:
347
show_source: false
348
link_source: true
349
docstring_section_style: spacy
350
+ annotations_path: source
351
inventories:
352
- https://docs.python.org/3/objects.inv
353
- https://pandas.pydata.org/docs/objects.inv
@@ -355,6 +356,7 @@ plugins:
355
356
- https://docs.pydantic.dev/latest/objects.inv
357
- https://fastapi.tiangolo.com/objects.inv
358
- https://scikit-learn.org/stable/objects.inv
359
+ - https://docs.pola.rs/api/python/stable/objects.inv
360
361
markdown_extensions:
362
- admonition
0 commit comments