Skip to content

Commit 589d864

Browse files
authored
Merge pull request #34 from abeelen/numpydoc_methods
Add Methods to numpydoc doc_sections. Fix #33
2 parents a19a5b0 + 4abb133 commit 589d864

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/custom_inherit/_doc_parse_tools/numpy_parse_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def parse_numpy_doc(doc):
2323
("Short Summary", None),
2424
("Deprecation Warning", None),
2525
("Attributes", None),
26+
("Methods", None),
2627
("Extended Summary", None),
2728
("Parameters", None),
2829
("Returns", None),

0 commit comments

Comments
 (0)