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

Support for mando, ReST, Numpy, and Google docstrings #24

Merged
merged 2 commits into from
Mar 10, 2016
Merged

Support for mando, ReST, Numpy, and Google docstrings #24

merged 2 commits into from
Mar 10, 2016

Conversation

timcera
Copy link
Contributor

@timcera timcera commented Mar 10, 2016

Support for Numpy and Google formatted docstrings by conversion to ReST using sphinx.ext.napoleon. Trim out unused field lists from ReST to make mando formatted docstring.

Support for Google and Numpy docstrings is handled via conversion to
ReST docstrings using functions from sphinx.ext.napoleon.  These changes
also remove from docstrings the sphinx fieldlists that mando doesn't
use.  Simple tests for Google and Numpy docstrings are included.
@rubik
Copy link
Owner

rubik commented Mar 10, 2016

Amazing work, Tim! Thank you for adding these features. I'll improve the README and the docs explaining all the supported formats.

rubik added a commit that referenced this pull request Mar 10, 2016
feat(core): add support for mando, ReST, Numpy, and Google docstrings
@rubik rubik merged commit cff529a into rubik:master Mar 10, 2016
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.

2 participants