aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/how_tos/index.md
diff options
context:
space:
mode:
authorGravatar Illia Polosukhin <ilblackdragon@gmail.com>2016-04-22 12:09:46 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-04-22 13:11:48 -0700
commitae72d97b154923f4333fcc9416e7050b6df97df3 (patch)
treeb881e61de1006ffafeaa05af93cd8434a34f9231 /tensorflow/g3doc/how_tos/index.md
parenta494836d22a4e515d0d69ed52b4a13d7dd029922 (diff)
Removed section about Estimators - it's premature and there is still question what to do with generic or very specific models. Also renamed Developer Guide -> Style Guide.
Change: 120575423
Diffstat (limited to 'tensorflow/g3doc/how_tos/index.md')
-rw-r--r--tensorflow/g3doc/how_tos/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/g3doc/how_tos/index.md b/tensorflow/g3doc/how_tos/index.md
index 7decd4fe66..e38f13b976 100644
--- a/tensorflow/g3doc/how_tos/index.md
+++ b/tensorflow/g3doc/how_tos/index.md
@@ -69,11 +69,11 @@ compose in your graph, but here are the details of how to add you own custom Op.
## How to write TensorFlow code
-Tensorflow Developer Guide is set of style decisions that both developers
+Tensorflow Style Guide is set of style decisions that both developers
and users of Tensorflow should follow to increase the readability of their code,
reduce the number of errors, and promote consistency.
-[View Developer Guide](style_guide.md)
+[View Style Guide](style_guide.md)
## Writing Documentation