项目作者: ppwwyyxx

项目描述 :
dash/zeal docset for tensorflow
高级语言: CSS
项目地址: git://github.com/ppwwyyxx/dash-docset-tensorflow.git
创建时间: 2015-12-25T10:15:44Z
项目社区:https://github.com/ppwwyyxx/dash-docset-tensorflow

开源协议:Apache License 2.0

下载


dash-docset-tensorflow

screenshot

View TensorFlow docs in the dash/zeal offline docset browser.

To use, you can add the following feeds in Dash/Zeal:

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

Or download the latest release here.

Steps to generate the docset (TF 2.10)

  1. # Install dashing
  2. go get -u github.com/technosophos/dashing
  3. pip install --user tqdm beautifulsoup4 lxml pygments misaka
  4. pip install --user -U git+https://github.com/tensorflow/docs
  5. cd to [tensorflow repo]/tensorflow/tools/docs
  6. python generate2.py --code_url_prefix "https://github.com/tensorflow/tensorflow/blob/v2.10.0/tensorflow/" --output_dir=/tmp/tf_generated_docs
  7. cd to this repo
  8. # Manually update version in `meta.json`
  9. ./generate-docset.sh /tmp/tf_generated_docs/
  10. # "TensorFlow 2.docset" will now be generated under ./html

For TensorFlow 1 docs, see ./TF1.

Developer notes:

  • Check class & method names at tf.queue.QueueBase
  • Check Latex rendering at tf.math.in_top_k
  • Check href at tf.gather