Skip to content

Commit

Permalink
Minor edits to docs.
Browse files Browse the repository at this point in the history
Change: 150258994
  • Loading branch information
tensorflower-gardener committed Mar 15, 2017
1 parent dcd71f6 commit 7946a21
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions tensorflow/docs_src/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
This section provides a few documents about TensorFlow itself,
including the following:

* @{roadmap$Roadmap}, which summarizes upcoming additions to TensorFlow.
* @{uses$TensorFlow in Use}, which provides a link to our model zoo and
* @{$roadmap$Roadmap}, which summarizes upcoming additions to TensorFlow.
* @{$uses$TensorFlow in Use}, which provides a link to our model zoo and
lists some popular ways that TensorFlow is being used.
* @{$bib$TensorFlow White Papers}, which provides abstracts of white papers
about TensorFlow.
* @{attribution$Attribution}, which specifies how to attribute and refer
* @{$attribution$Attribution}, which specifies how to attribute and refer
to TensorFlow.
4 changes: 2 additions & 2 deletions tensorflow/docs_src/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This section contains the following documents:

* @{welcome$Welcome to the TensorFlow Community}, which explains how
* @{$welcome$Welcome to the TensorFlow Community}, which explains how
you can get involved, where to report issues, and where to join
like-minded TensorFlow enthusiasts online.
* @{$documentation$Writing TensorFlow Documentation}, which explains
TensorFlow's documentation conventions. If you are modifying
TensorFlow source code or documentation, please read this guide.
* @{style_guide$TensorFlow Style Guide}, which identifies coding style
* @{$style_guide$TensorFlow Style Guide}, which identifies coding style
conventions that TensorFlow developers and users should follow.
4 changes: 2 additions & 2 deletions tensorflow/docs_src/deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ the following documents:

* @{$distributed$Distributed TensorFlow}, which explains how to create
a cluster of TensorFlow servers.
* @{tfserve$TensorFlow Serving}, which describes TensorFlow Serving--an
* @{$tfserve$TensorFlow Serving}, which describes TensorFlow Serving--an
open-source serving system for machine learning models. This document
provides a short introduction to TensorFlow Serving; the bulk of the
documentation about TensorFlow Serving is in a
[separate website](https://tensorflow.github.io/serving/serving_basic).
* @{hadoop$How to run TensorFlow on Hadoop}, which has a highly
* @{$hadoop$How to run TensorFlow on Hadoop}, which has a highly
self-explanatory title.

2 changes: 1 addition & 1 deletion tensorflow/docs_src/extend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TensorFlow:
add support for your own shared or distributed filesystem.
* @{$new_data_formats$Custom Data Readers}, which details how to add support
for your own file and record formats.
* @{estimators$Creating Estimators in tf.contrib.learn}, which explains how
* @{$estimators$Creating Estimators in tf.contrib.learn}, which explains how
to write your own custom Estimator. For example, you could build your
own Estimator to implement some variation on standard linear regression.

Expand Down
4 changes: 2 additions & 2 deletions tensorflow/docs_src/get_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
For a brief overview of TensorFlow programming fundamentals, see the following
guide:

* @{$getting_started/get_started$Getting Started with TensorFlow}
* @{$get_started/get_started$Getting Started with TensorFlow}

MNIST has become the canonical dataset for trying out a new machine learning
toolkit. We offer three guides that each demonstrate a different approach
Expand All @@ -14,7 +14,7 @@ to training an MNIST model on TensorFlow:
* @{$mnist/pros$Deep MNIST for Experts}, which is more-in depth than
"MNIST for ML Beginners," and assumes some familiarity with machine
learning concepts.
* @{$tutorials/mnist$TensorFlow Mechanics 101}, which introduces MNIST through
* @{$mnist/mechanics$TensorFlow Mechanics 101}, which introduces MNIST through
the low-level API.

For developers new to TensorFlow, the high-level API is a good place to start.
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/docs_src/install/install_mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ the specified versions. If upgrading is not possible, you may still run
TensorFlow with GPU support, but only if you do both of the following:

* Install TensorFlow from sources as described
@{install_sources$here}.
@{$install_sources$here}.
* Install or upgrade to at least the following NVIDIA versions:
* CUDA toolkit 7.0 or greater
* cuDNN v3 or greater
Expand Down

0 comments on commit 7946a21

Please sign in to comment.