Skip to content

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

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

Merged
merged 1 commit into from
Jul 16, 2020

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


Reissue of #282, github was not picking the force-pushed commits.

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
@larsoner larsoner merged commit 4e86e81 into numpy:master Jul 16, 2020
@larsoner
Copy link
Collaborator

Thanks @Carreau

@jarrodmillman jarrodmillman added this to the 1.2.0 milestone Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed See Also Parsing.
4 participants