aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/README.md
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2016-01-25 14:42:53 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-25 15:16:57 -0800
commit914c870c6f6894d9be4c44d39878b1b7eeaf71bd (patch)
treecf14dbda8e7b4b75edcfc8ecec53be37a673e070 /tensorflow/contrib/README.md
parent22ac2b00fcb51e36ceaadf75e0b1f488e28ac9fc (diff)
Open-source doc generator. Adds tools/docs with shell scripts to generate docs from source code, both c++ and python. The generated docs overwrite the docs in the g3doc/api_docs folder.
Change: 112989505
Diffstat (limited to 'tensorflow/contrib/README.md')
-rw-r--r--tensorflow/contrib/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/tensorflow/contrib/README.md b/tensorflow/contrib/README.md
new file mode 100644
index 0000000000..61ded454c8
--- /dev/null
+++ b/tensorflow/contrib/README.md
@@ -0,0 +1,11 @@
+# TensorFlow contrib
+
+Any code in this directory is not officially supported, and may change or be
+removed at any time without notice.
+
+The contrib directory contains project directories, each of which has designated
+owners.
+
+When adding a project, please stick to the following directory structure:
+Create a project directory in contrib/, and mirror the portions of the
+TensorFlow tree that your project requires underneath contrib/my_project/.