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 0d8b980 commit e6fa81dCopy full SHA for e6fa81d
docs/conf.py
@@ -125,8 +125,16 @@ def parse_attributes_section(self, section):
125
NumpyDocstring._parse_attributes_section = parse_attributes_section
126
127
128
+def parse_other_attributes_section(self, section):
129
+ return self._format_fields("Other Attributes", self._consume_fields())
130
+
131
132
+NumpyDocstring._parse_other_attributes_section = parse_other_attributes_section
133
134
135
def patched_parse(self):
136
self._sections["attributes"] = self._parse_attributes_section
137
+ self._sections["other attributes"] = self._parse_other_attributes_section
138
self._unpatched_parse()
139
140
0 commit comments