aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/client.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/api_guides/python/client.md')
-rw-r--r--tensorflow/docs_src/api_guides/python/client.md48
1 files changed, 24 insertions, 24 deletions
diff --git a/tensorflow/docs_src/api_guides/python/client.md b/tensorflow/docs_src/api_guides/python/client.md
index 27fc8610bf..56367e6671 100644
--- a/tensorflow/docs_src/api_guides/python/client.md
+++ b/tensorflow/docs_src/api_guides/python/client.md
@@ -4,33 +4,33 @@
This library contains classes for launching graphs and executing operations.
@{$guide/low_level_intro$This guide} has examples of how a graph
-is launched in a @{tf.Session}.
+is launched in a `tf.Session`.
## Session management
-* @{tf.Session}
-* @{tf.InteractiveSession}
-* @{tf.get_default_session}
+* `tf.Session`
+* `tf.InteractiveSession`
+* `tf.get_default_session`
## Error classes and convenience functions
-* @{tf.OpError}
-* @{tf.errors.CancelledError}
-* @{tf.errors.UnknownError}
-* @{tf.errors.InvalidArgumentError}
-* @{tf.errors.DeadlineExceededError}
-* @{tf.errors.NotFoundError}
-* @{tf.errors.AlreadyExistsError}
-* @{tf.errors.PermissionDeniedError}
-* @{tf.errors.UnauthenticatedError}
-* @{tf.errors.ResourceExhaustedError}
-* @{tf.errors.FailedPreconditionError}
-* @{tf.errors.AbortedError}
-* @{tf.errors.OutOfRangeError}
-* @{tf.errors.UnimplementedError}
-* @{tf.errors.InternalError}
-* @{tf.errors.UnavailableError}
-* @{tf.errors.DataLossError}
-* @{tf.errors.exception_type_from_error_code}
-* @{tf.errors.error_code_from_exception_type}
-* @{tf.errors.raise_exception_on_not_ok_status}
+* `tf.OpError`
+* `tf.errors.CancelledError`
+* `tf.errors.UnknownError`
+* `tf.errors.InvalidArgumentError`
+* `tf.errors.DeadlineExceededError`
+* `tf.errors.NotFoundError`
+* `tf.errors.AlreadyExistsError`
+* `tf.errors.PermissionDeniedError`
+* `tf.errors.UnauthenticatedError`
+* `tf.errors.ResourceExhaustedError`
+* `tf.errors.FailedPreconditionError`
+* `tf.errors.AbortedError`
+* `tf.errors.OutOfRangeError`
+* `tf.errors.UnimplementedError`
+* `tf.errors.InternalError`
+* `tf.errors.UnavailableError`
+* `tf.errors.DataLossError`
+* `tf.errors.exception_type_from_error_code`
+* `tf.errors.error_code_from_exception_type`
+* `tf.errors.raise_exception_on_not_ok_status`