Skip to content
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

docstrings/numpy: Support getting annotations/defaults/values from parent for "Receives" section #30

Closed
pawamoy opened this issue Feb 3, 2022 · 0 comments
Labels
feature New feature or request griffe: docstrings Related to docstring parsing griffe: numpy Related to Numpydoc-style docstrings

Comments

@pawamoy
Copy link
Member

pawamoy commented Feb 3, 2022

Is your feature request related to a problem? Please describe.
The goal is to have a common set of features between all parsers.

Describe the solution you'd like
The Numpy parser should be able to retrieve annotations/defaults/values from the docstring parent for "Receives" sections.

@pawamoy pawamoy added help wanted feature New feature or request griffe: docstrings Related to docstring parsing griffe: numpy Related to Numpydoc-style docstrings labels Feb 3, 2022
pawamoy added a commit that referenced this issue Apr 3, 2022
Implemented for the Attributes, Returns, Yields and Receives sections.

Issue #29: #29
Issue #30: #30
Issue #31: #31
Issue #32: #32
@pawamoy pawamoy closed this as completed Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request griffe: docstrings Related to docstring parsing griffe: numpy Related to Numpydoc-style docstrings
Projects
None yet
Development

No branches or pull requests

1 participant