File size: 348 Bytes
25e57c6
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Docs generation scripts for TensorFlow Models

The scripts here are used to generate api-reference pages for tensorflow.org.

The scripts require tensorflow_docs, which can be installed directly from

github:



```

$> pip install -U git+https://github.com/tensorflow/docs

$> python build_all_api_docs.py --output_dir=/tmp/tfm_docs
```