ret*_*nuH 7 python ide code-documentation pycharm
我是PyCharm和其他Jetbrains IDE的"快速文档"功能的粉丝,但它需要知道每个库的特定"文档URL",它们在设置下Preferences > Tools > Python External Documentation设置.
我想知道是否有人为以下任何库工作:
小智 9
这些对我有用(使用PyCharm 2018.2.4):
模块名称: matplotlib
网址/路径模式: https://matplotlib.org/api/_as_gen/{module.name}.{element.name}.html#{module.name}.{element.name}
模块名称: pandas
网址/路径模式: https://pandas.pydata.org/pandas-docs/stable/reference/api/{element.qname}.html#{element.qname}
(另)
模块名称: tensorflow
网址/路径模式: https://www.tensorflow.org/api_docs/python/tf/{element.name}
模块名称: seaborn
网址/路径模式: https://seaborn.pydata.org/generated/{module.name}.{element.name}.html#{module.name}.{element.name}