From 914c870c6f6894d9be4c44d39878b1b7eeaf71bd Mon Sep 17 00:00:00 2001 From: Martin Wicke Date: Mon, 25 Jan 2016 14:42:53 -0800 Subject: 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 --- tensorflow/contrib/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tensorflow/contrib/README.md (limited to 'tensorflow/contrib/README.md') 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/. -- cgit v1.2.3