Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set tensorflow documentation as an external documentation in PyCharm?

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?

like image 324
3voC Avatar asked Jan 15 '18 22:01

3voC


1 Answers

Try:

Module Name: tensorflow

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

like image 74
Arpit Jain Avatar answered Oct 24 '22 09:10

Arpit Jain