有没有人在 PyCharm 中有以下库的 "Documentation URL"s:
Does anyone have the "Documentation URL"s in PyCharm for the following libraries:
我是 PyCharm 和其他 Jetbrains IDE 的 "quick documentation" 功能的粉丝,但它需要知道每个库的具体 "Documentation URL",在 Preferences > Tools > Python External Documentation
设置。
我想知道是否有人为以下任何库解决了这个问题:
- 张量流
- PyTorch
- Matplotlib
- Seaborn
- Pandas
这些对我有用(使用 PyCharm 2018.2.4):
Matplotlib
模块名称:matplotlib
URL/Path 模式:https://matplotlib.org/api/_as_gen/{module.name}.{element.name}.html#{module.name}.{element.name}
Pandas
模块名称:pandas
URL/Path 模式:https://pandas.pydata.org/pandas-docs/stable/reference/api/{element.qname}.html#{element.qname}
张量流
(未经测试)
模块名称:tensorflow
URL/Path 模式:https://www.tensorflow.org/api_docs/python/tf/{element.name}
Seaborn
模块名称:seaborn
URL/Path 模式:https://seaborn.pydata.org/generated/{module.name}.{element.name}.html#{module.name}.{element.name}
scikit-学习
模块名称:sklearn
URL/Path 模式:https://scikit-learn.org/stable/modules/generated/{element.qname}.html#{element.qname}
我是 PyCharm 和其他 Jetbrains IDE 的 "quick documentation" 功能的粉丝,但它需要知道每个库的具体 "Documentation URL",在 Preferences > Tools > Python External Documentation
设置。
我想知道是否有人为以下任何库解决了这个问题:
- 张量流
- PyTorch
- Matplotlib
- Seaborn
- Pandas
这些对我有用(使用 PyCharm 2018.2.4):
Matplotlib
模块名称:matplotlib
URL/Path 模式:https://matplotlib.org/api/_as_gen/{module.name}.{element.name}.html#{module.name}.{element.name}
Pandas
模块名称:pandas
URL/Path 模式:https://pandas.pydata.org/pandas-docs/stable/reference/api/{element.qname}.html#{element.qname}
张量流
(未经测试)
模块名称:tensorflow
URL/Path 模式:https://www.tensorflow.org/api_docs/python/tf/{element.name}
Seaborn
模块名称:seaborn
URL/Path 模式:https://seaborn.pydata.org/generated/{module.name}.{element.name}.html#{module.name}.{element.name}
scikit-学习
模块名称:sklearn
URL/Path 模式:https://scikit-learn.org/stable/modules/generated/{element.qname}.html#{element.qname}