Skip to content

BUG: Properly parse See Also when summary on first line. #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

Carreau
Copy link
Contributor

@Carreau Carreau commented Jul 15, 2020

in a case like:

"""signature

See Also
--------
a,b,c,d

""""

Numpydoc would incorrectly assign a, b, c, d as a description with no
name, or type associated items.

Closes #281

in a case like:

"""signature

See Also
--------
a,b,c,d

""""

Numpydoc would incorrectly assign `a, b, c, d` as a description with no
name, or type associated items.

Closes numpy#281
@codecov-commenter
Copy link

Codecov Report

Merging #282 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #282   +/-   ##
=======================================
  Coverage   93.09%   93.10%           
=======================================
  Files           7        7           
  Lines        1260     1261    +1     
=======================================
+ Hits         1173     1174    +1     
  Misses         87       87           

@Carreau
Copy link
Contributor Author

Carreau commented Jul 15, 2020

(ok, was not able to reopen (github blocked it), so I sent #283

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed See Also Parsing.
3 participants