aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/BUILD
blob: 34bf7b6a116f76380dffe37e6a2c4fe395d0b3b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Files used to generate TensorFlow docs.

licenses(["notice"])  # Apache 2.0

package(
    default_visibility = ["//tensorflow:internal"],
)

exports_files(["LICENSE"])

filegroup(
    name = "docs_src",
    data = glob(["**/*.md"]),
)