python - Pycharm 中的 Pygame 文档

标签 python pygame pycharm

Pycharm 允许在设置 -> Python 外部文档中加载外部文档源。我想加载 Pygame 文档以获得与此类似的结果: enter image description here

我尝试使用以下 URL 添加它:

http://pygame.org/docs/ref/{module.name}.html#{element.qname}

但是它不起作用。

如何让它发挥作用?

最佳答案

Pygame.org 需要 https。将 http:// 更改为 https:// 即可开始使用。

关于python - Pycharm 中的 Pygame 文档,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26691363/

相关文章:

python - 使用python进行非线性回归 - 更好地拟合这些数据的简单方法是什么?

python - manjaro linux 上 opencv 中的 ImportError

python - 缺乏 Pygame 经验

python - 与 sklearn.neighbors.NearestNeighbors 的输出混淆

python - 使用FreqDist,python总结词频数

python - 我试图将 python 文件转换为 exe 文件,但它不起作用

python_pygame - 文件未找到错误 : No such file or directory

tensorflow - 在 PyCharm 插件市场中找不到 TensorFlow 开发者证书插件

python - PyCharm 类型提示不适用于重载运算符

python - PyCharm 自动完成导入模块