Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6aab77d

Browse filesBrowse files
committed
docs: Fix module import bug
1 parent c647f01 commit 6aab77d
Copy full SHA for 6aab77d

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎mkdocs.yml

Copy file name to clipboardExpand all lines: mkdocs.yml
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,16 @@ plugins:
2626
python:
2727
options:
2828
members_order: source
29+
group_by_category: false
2930
signature_crossrefs: true
3031
show_signature: true
3132
docstring_section_style: list
3233
show_root_heading: true
3334
heading_level: 3
35+
preload_modules:
36+
- typing
37+
- typing_extensions
38+
- ctypes
3439
import:
3540
- https://docs.python.org/3/objects.inv
3641
- https://numpy.org/doc/stable/objects.inv

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.