GitXplorerGitXplorer
p

dash-docset-tensorflow

public
198 stars
19 forks
0 issues

Commits

List of commits on branch master.
Unverified
131726ce5c924da7d234e15887a8af953dfe3b2f

fix tf1 screenshot

pppwwyyxx committed 2 years ago
Unverified
7af9ddcbe3c16a19f29c525437106f690a74bedf

fix readme

pppwwyyxx committed 2 years ago
Unverified
1b96b2a389927dd3b794fdf8420dc72c18e645ad

update readme

pppwwyyxx committed 2 years ago
Unverified
cb18b3b6cb1aa602a8b56f98b7d5920c886b83ab

Support TF2

pppwwyyxx committed 2 years ago
Unverified
a585561b60728f0bab550d94fa4621ee91e40f8c

add mathjax.

pppwwyyxx committed 4 years ago
Unverified
e4b86e654344fa749c0a9ba7c0e0b7ca08491447

speed up with selectolax and mp

pppwwyyxx committed 4 years ago

README

The README file for this repository.

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:

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)

# Install dashing
go get -u github.com/technosophos/dashing
pip install --user tqdm beautifulsoup4 lxml pygments misaka
pip install --user -U git+https://github.com/tensorflow/docs
cd to [tensorflow repo]/tensorflow/tools/docs
python generate2.py --code_url_prefix "https://github.com/tensorflow/tensorflow/blob/v2.10.0/tensorflow/" --output_dir=/tmp/tf_generated_docs
cd to this repo
# Manually update version in `meta.json`
./generate-docset.sh /tmp/tf_generated_docs/
# "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