Internal change

PiperOrigin-RevId: 246039264
This commit is contained in:
Yash Katariya 2019-04-30 15:56:22 -07:00 committed by TensorFlower Gardener
parent ead6286a5a
commit f67e646bc1

View File

@ -112,9 +112,9 @@ def build_docs(output_dir, code_url_prefix, search_hints=True):
code_url_prefixes = ( code_url_prefixes = (
code_url_prefix, code_url_prefix,
# External packages source repositories # External packages source repositories,
"https://github.com/tensorflow/tensorboard/tree/master/tensorboard" "https://github.com/tensorflow/tensorboard/tree/master/tensorboard",
"https://github.com/tensorflow/estimator/tree/master/tensorflow_estimator" "https://github.com/tensorflow/estimator/tree/master/tensorflow_estimator",
) )
doc_generator = generate_lib.DocGenerator( doc_generator = generate_lib.DocGenerator(