Internal change
PiperOrigin-RevId: 246039264
This commit is contained in:
parent
ead6286a5a
commit
f67e646bc1
@ -112,9 +112,9 @@ def build_docs(output_dir, code_url_prefix, search_hints=True):
|
||||
|
||||
code_url_prefixes = (
|
||||
code_url_prefix,
|
||||
# External packages source repositories
|
||||
"https://github.com/tensorflow/tensorboard/tree/master/tensorboard"
|
||||
"https://github.com/tensorflow/estimator/tree/master/tensorflow_estimator"
|
||||
# External packages source repositories,
|
||||
"https://github.com/tensorflow/tensorboard/tree/master/tensorboard",
|
||||
"https://github.com/tensorflow/estimator/tree/master/tensorflow_estimator",
|
||||
)
|
||||
|
||||
doc_generator = generate_lib.DocGenerator(
|
||||
|
Loading…
Reference in New Issue
Block a user