aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/check_ops.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/api_guides/python/check_ops.md')
-rw-r--r--tensorflow/docs_src/api_guides/python/check_ops.md34
1 files changed, 17 insertions, 17 deletions
diff --git a/tensorflow/docs_src/api_guides/python/check_ops.md b/tensorflow/docs_src/api_guides/python/check_ops.md
index 6f8a18af42..b52fdaa3ab 100644
--- a/tensorflow/docs_src/api_guides/python/check_ops.md
+++ b/tensorflow/docs_src/api_guides/python/check_ops.md
@@ -1,19 +1,19 @@
# Asserts and boolean checks
-* @{tf.assert_negative}
-* @{tf.assert_positive}
-* @{tf.assert_proper_iterable}
-* @{tf.assert_non_negative}
-* @{tf.assert_non_positive}
-* @{tf.assert_equal}
-* @{tf.assert_integer}
-* @{tf.assert_less}
-* @{tf.assert_less_equal}
-* @{tf.assert_greater}
-* @{tf.assert_greater_equal}
-* @{tf.assert_rank}
-* @{tf.assert_rank_at_least}
-* @{tf.assert_type}
-* @{tf.is_non_decreasing}
-* @{tf.is_numeric_tensor}
-* @{tf.is_strictly_increasing}
+* `tf.assert_negative`
+* `tf.assert_positive`
+* `tf.assert_proper_iterable`
+* `tf.assert_non_negative`
+* `tf.assert_non_positive`
+* `tf.assert_equal`
+* `tf.assert_integer`
+* `tf.assert_less`
+* `tf.assert_less_equal`
+* `tf.assert_greater`
+* `tf.assert_greater_equal`
+* `tf.assert_rank`
+* `tf.assert_rank_at_least`
+* `tf.assert_type`
+* `tf.is_non_decreasing`
+* `tf.is_numeric_tensor`
+* `tf.is_strictly_increasing`