File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 33
33
- api/open.md
34
34
- api/load.md
35
35
- api/save.md
36
+ - api/buffer.md
36
37
- api/convenience.md
37
38
- api/config.md
38
39
- api/codecs.md
@@ -117,18 +118,19 @@ plugins:
117
118
python :
118
119
paths : [src/zarr]
119
120
options :
120
- # We set allow_inspection: false to ensure that all docstrings come
121
- # from the pyi files, not the Rust-facing doc comments.
122
- allow_inspection : false
121
+ allow_inspection : true
123
122
docstring_section_style : list
124
123
docstring_style : numpy
124
+ inherited_members : true
125
125
line_length : 60
126
126
separate_signature : true
127
127
show_root_heading : true
128
128
show_signature_annotations : true
129
129
show_source : false
130
130
show_symbol_type_toc : true
131
131
signature_crossrefs : true
132
+ extensions :
133
+ - griffe_inherited_docstrings
132
134
133
135
inventories :
134
136
- https://docs.python.org/3/objects.inv
You can’t perform that action at this time.
0 commit comments