You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a trailing space behind the section (e.g. "Parameters " instead of "Parameters"), docrep will not recognize the section. This should be fixed.
Example:
importdocrepd=docrep.DocstringProcessor()
@d.get_sections(base='test')deftest(i):
'''Some test function Parameters ---------- i: int some param '''passprint(d.params["test.parameters"]) # gives ''
The text was updated successfully, but these errors were encountered:
If you have a trailing space behind the section (e.g.
"Parameters "
instead of"Parameters"
), docrep will not recognize the section. This should be fixed.Example:
The text was updated successfully, but these errors were encountered: