-
Notifications
You must be signed in to change notification settings - Fork 197
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
📚 DOCS: Note that autodoc expects rST docstrings #339
📚 DOCS: Note that autodoc expects rST docstrings #339
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
Codecov Report
@@ Coverage Diff @@
## master #339 +/- ##
=======================================
Coverage 90.58% 90.58%
=======================================
Files 14 14
Lines 1826 1826
=======================================
Hits 1654 1654
Misses 172 172
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Co-authored-by: Chris Sewell <[email protected]>
Co-authored-by: Chris Sewell <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
As suggested by @choldgraf in #228, add a warning block in the relevant section of the docs that makes it clear that docstrings are expected to be written in reStructuredText rather than Markdown when using the
autodoc
Sphinx extension, and link to the aforementioned issue.