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 c647f01 commit 6aab77dCopy full SHA for 6aab77d
mkdocs.yml
@@ -26,11 +26,16 @@ plugins:
26
python:
27
options:
28
members_order: source
29
+ group_by_category: false
30
signature_crossrefs: true
31
show_signature: true
32
docstring_section_style: list
33
show_root_heading: true
34
heading_level: 3
35
+ preload_modules:
36
+ - typing
37
+ - typing_extensions
38
+ - ctypes
39
import:
40
- https://docs.python.org/3/objects.inv
41
- https://numpy.org/doc/stable/objects.inv
0 commit comments