Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppwwyyxx/dash-docset-tensorflow
dash/zeal docset for TensorFlow 1 & 2
https://github.com/ppwwyyxx/dash-docset-tensorflow
dash dash-docset tensorflow zeal
Last synced: 17 days ago
JSON representation
dash/zeal docset for TensorFlow 1 & 2
- Host: GitHub
- URL: https://github.com/ppwwyyxx/dash-docset-tensorflow
- Owner: ppwwyyxx
- License: apache-2.0
- Created: 2015-12-25T10:15:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T07:33:01.000Z (about 2 years ago)
- Last Synced: 2024-10-13T20:51:01.448Z (about 1 month ago)
- Topics: dash, dash-docset, tensorflow, zeal
- Language: CSS
- Homepage:
- Size: 925 KB
- Stars: 198
- Watchers: 10
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dash-docset-tensorflow
![screenshot](screenshot.jpg)
View TensorFlow docs in the [dash](https://kapeli.com/dash)/[zeal](https://github.com/zealdocs/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](https://github.com/ppwwyyxx/dash-docset-tensorflow/releases).## Steps to generate the docset (TF 2.10)
```bash
# 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](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`