How to set tensorflow documentation as an external

2019-05-03 08:19发布

I can't figure out what is Tensorlow's API path pattern. I know it can be set in PyCharm in Settings -> Tools -> Python External Documentation, but I don't know how this Tensorflow API is structured; for example tensorflow.contrib.data.python.ops.dataset_ops.Dataset is under https://www.tensorflow.org/api_docs/python/tf/contrib/data/Dataset. Is there some convention regarding API paths?

1条回答
萌系小妹纸
2楼-- · 2019-05-03 08:42

Try:

Module Name: tensorflow

Path Pattern: https://www.tensorflow.org/api_docs/python/tf/{element.name}

查看更多
登录 后发表回答