Numpy Docstring Format
Would there be any chance of supporting the numpy docstring format in a future release?
https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
Spyder supports it and as can be seen below it allows you to get a nicely rendered version of the raw docstring including rendered math and hyperlinks.
https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
Spyder supports it and as can be seen below it allows you to get a nicely rendered version of the raw docstring including rendered math and hyperlinks.
请先登录再写评论。
Actually I don't think that the HTML control we currently use for rendering docstrings supports math expressions, so that specific part may not be possible to implement.
Opened issue 8248: http://youtrack.jetbrains.com/issue/PY-8248