We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a56ec6 commit 112a903Copy full SHA for 112a903
1 file changed
mkdocs.yml
@@ -48,8 +48,9 @@ plugins:
48
handlers:
49
python:
50
paths: [src]
51
- import:
+ inventories:
52
- https://installer.readthedocs.io/en/stable/objects.inv
53
+ - https://docs.python.org/3/objects.inv
54
- https://numpy.org/doc/stable/objects.inv
55
- https://docs.scipy.org/doc/scipy/objects.inv
56
- https://pandas.pydata.org/docs/objects.inv
@@ -60,7 +61,10 @@ plugins:
60
61
ignore_init_summary: yes
62
show_submodules: no
63
show_source: true
- show_root_heading: false
64
+ show_symbol_type_heading: True
65
+ show_root_heading: true
66
+ show_root_toc_entry: true
67
+ show_docstring_attributes: true
68
show_root_full_path: false
69
docstring_section_style: list
70
members_order: alphabetical
0 commit comments