Skip to content

Commit 80f6738

Browse files
MarkDaousttensorflower-gardener
authored andcommitted
Remove the docs tests.
PiperOrigin-RevId: 439396600
1 parent 9332b71 commit 80f6738

7 files changed

+16
-109
lines changed

official/utils/docs/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Docs generation scripts for TensorFlow Models
2+
3+
The scripts here are used to generate api-reference pages for tensorflow.org.
4+
5+
The scripts require tensorflow_docs, which can be installed directly from
6+
github:
7+
8+
```
9+
$> pip install -U git+https://github.com/tensorflow/docs
10+
$> python build_all_api_docs.py --output_dir=/tmp/tfm_docs
11+
```
12+

official/utils/docs/build_all_api_docs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
Example:
1818
1919
$> pip install -U git+https://github.com/tensorflow/docs
20-
$> python build_nlp_api_docs \
21-
--output_dir=/tmp/api_docs
20+
$> python build_nlp_api_docs.py --output_dir=/tmp/api_docs
2221
"""
2322

2423
import pathlib

official/utils/docs/build_all_api_docs_test.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

official/utils/docs/build_nlp_api_docs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
Example:
1818
1919
$> pip install -U git+https://github.com/tensorflow/docs
20-
$> python build_nlp_api_docs \
21-
--output_dir=/tmp/api_docs
20+
$> python build_nlp_api_docs.py --output_dir=/tmp/api_docs
2221
"""
2322

2423
import pathlib

official/utils/docs/build_orbit_api_docs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
Example:
1818
1919
$> pip install -U git+https://github.com/tensorflow/docs
20-
$> python build_orbit_api_docs \
21-
--output_dir=/tmp/api_docs
20+
$> python build_orbit_api_docs.py --output_dir=/tmp/api_docs
2221
"""
2322
from absl import app
2423
from absl import flags

official/utils/docs/build_orbit_api_docs_test.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

official/utils/docs/build_vision_api_docs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
Example:
1818
1919
$> pip install -U git+https://github.com/tensorflow/docs
20-
$> python build_vision_api_docs \
21-
--output_dir=/tmp/api_docs
20+
$> python build_vision_api_docs.py --output_dir=/tmp/api_docs
2221
"""
2322

2423
import pathlib

0 commit comments

Comments
 (0)