aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2017-03-15 16:45:32 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-15 18:04:24 -0700
commit3d489f2ef23b540aa835d2182b12c1830833b4f0 (patch)
treea4b93fb2ba80cebb6da3fe17d27ebd066f48806b
parent0243ef5c822f6f173533ffa8bde464f3c67d1dfa (diff)
Fix broken links in in docs_src/ (missing $)
Delete OpMatcher and op_type from guide (they have been deleted from the public api). Change: 150267754
-rw-r--r--tensorflow/docs_src/api_guides/python/contrib.graph_editor.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/tensorflow/docs_src/api_guides/python/contrib.graph_editor.md b/tensorflow/docs_src/api_guides/python/contrib.graph_editor.md
index 10296ee4d7..f611624079 100644
--- a/tensorflow/docs_src/api_guides/python/contrib.graph_editor.md
+++ b/tensorflow/docs_src/api_guides/python/contrib.graph_editor.md
@@ -170,11 +170,6 @@ which to operate must always be given explicitly. This is the reason why
* @{tf.contrib.graph_editor.copy_with_input_replacements}
* @{tf.contrib.graph_editor.graph_replace}
-## Module: match
-
-* @{tf.contrib.graph_editor.op_type}
-* @{tf.contrib.graph_editor.OpMatcher}
-
## Useful aliases
* @{tf.contrib.graph_editor.ph}