sublime text3 python docstring 插件
https://github.com/adambullmer/sublime_docblockr_python
安装DocBlockr插件
{
"DocblockrPython": {
"formatter": "sphinx"
},
"folders": [
// ...
]
}
这个是user的设置, 有三种rS, numpy, google风格,sphinx就是rS(reStructuredText)风格.
PyCharm 中则是在setting->Tools->Python Integrated Tools中进行选择

浙公网安备 33010602011771号