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
This is also related to #45 which I opened a couple weeks ago, and to PR #4 (which has been open way too long, I realize).
I also recently discovered myst-parser (as I tweeted here) which seems like it provides a Markdown-ish way to provide docstrings and have them still be compatible with Sphinx. The question of how & whether to mix standard reST, Markdown, typing, and sphinx is definitely a question of style and deserves good coverage here!
Since Python3.5 supports for type hints.
It could be better than writing docstring at sometimes.
Such as follow example.
We can learn from code a lot directly rather than docstring.
Before
Later
The text was updated successfully, but these errors were encountered: