Skip to content

Commit a019a10

Browse files
fineguyThe TensorFlow Datasets Authors
authored andcommitted
Remove build_api_docs.
PiperOrigin-RevId: 796315553
1 parent 11629d4 commit a019a10

File tree

5 files changed

+2
-162
lines changed

5 files changed

+2
-162
lines changed

.github/workflows/pytest-template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
--ignore="tensorflow_datasets/image/lsun_test.py" \
6767
--ignore="tensorflow_datasets/datasets/nsynth/nsynth_dataset_builder_test.py" \
6868
--ignore="tensorflow_datasets/datasets/imagenet2012_corrupted/imagenet2012_corrupted_dataset_builder_test.py" \
69-
--ignore="tensorflow_datasets/scripts/documentation/build_api_docs_test.py" \
7069
--ignore="tensorflow_datasets/import_without_tf_test.py" \
7170
--ignore="tensorflow_datasets/core/github_api/github_path_test.py" \
7271
--ignore="tensorflow_datasets/translate/wmt19_test.py" \

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"tensorflow_datasets",
2424
"-vv",
2525
"--continue-on-collection-errors",
26-
"--ignore=tensorflow_datasets/testing/test_utils.py",
27-
"--ignore=tensorflow_datasets/scripts/documentation/build_api_docs_test.py"
26+
"--ignore=tensorflow_datasets/testing/test_utils.py"
2827
],
2928
"files.watcherExclude": {
3029
"**/.git/**": true,

tensorflow_datasets/core/utils/docs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ def f():
2929
```
3030
3131
The functions exposed below are dummy decorators. This allows not having to load
32-
TensorFlow. The functions are monkey patched when needed in
33-
scripts/documentation/build_api_docs.py with actual TensorFlow documentation
34-
decorators.
32+
TensorFlow.
3533
"""
3634

3735
from typing import Any, TypeVar

tensorflow_datasets/scripts/documentation/build_api_docs.py

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

tensorflow_datasets/scripts/documentation/build_api_docs_test.py

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

0 commit comments

Comments
 (0)