我喜欢PyCharm和其他Jetbrains的“快速文档”特性,但是它需要知道每个库的特定" Documentation“,它是在Preferences > Tools > Python External Documentation设置下设置的。
我想知道是否有人已经为下列任何一个库找到了它:
发布于 2018-09-26 11:21:25
这些为我工作(使用PyCharm 2018.2.4):
Matplotlib
模块名称: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
(未经测试)
模块名称: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}
科学知识-学习
模块名称:雪橇
网址/路径模式:https://scikit-learn.org/stable/modules/generated/{element.qname}.html#{element.qname}
https://stackoverflow.com/questions/49777474
复制相似问题