Skip to content

livingmoon/dash-docset-tensorflow

 
 

Repository files navigation

dash-docset-tensorflow

Build dash/zeal docset for TensorFlow.

To use, you can add this feed in Dash/Zeal:

https://raw.githubusercontent.com/ppwwyyxx/dash-docset-tensorflow/master/TensorFlow.xml

Or download the latest release here.

Steps to generate the docset

  • Install dashing: go get -u github.com/technosophos/dashing
  • pip install --user python-magic beautifulsoup
  • cd THIS_REPO
  • wget --header 'Accept-Encoding: deflate' --domains=www.tensorflow.org -e robots=off --no-parent --adjust-extension -r 'https://www.tensorflow.org/versions/master/api_docs/'
  • cp dashing.json icon*.png main.css www.tensorflow.org
  • ./preprocess.sh www.tensorflow.org
  • cd www.tensorflow.org/
  • dashing build will give you a TensorFlow.docset folder.

Right now this dashing.json only roughly parses function names (which is enough for me to use). Feel free to add more features and contribute!

screenshot

About

dash/zeal docset for tensorflow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 98.3%
  • Python 1.4%
  • Shell 0.3%