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
Closes#16.
Closes#17.
### Summary of Changes
* Parse docstrings in the `epydoc` format
* Add a flag to the CLI to choose the docstring format (supports the
settings `plaintext`, `numpy` and `epydoc` at the moment)
* Refactor the parser for `Numpydoc` to use the `docstring_parser`
Is your feature request related to a problem?
When running the API command, the user must be able to choose a documentation format.
Desired solution
Add another flag to the API command. By default it should not try to parse the documentation any further.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: