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 386d922 commit e0f4a78Copy full SHA for e0f4a78
specparam/modutils/docs.py
@@ -22,12 +22,11 @@ def get_docs_indices(docstring, sections=DOCSTRING_SECTIONS):
22
Docstring to check indices for.
23
sections : list of str, optional
24
List of sections to check and get indices for.
25
- If not provided, uses the default set of
26
27
Returns
28
-------
29
inds : dict
30
- Dictionary in which each key is a section label, and each value is the corresponding index.
+ Dictionary where each key is a section label, and each value is the corresponding index.
31
"""
32
33
inds = {label : None for label in sections}
0 commit comments