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中进行选择

原文地址:https://www.cnblogs.com/mangmangbiluo/p/12055844.html