aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/integrate
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-02-24 10:45:00 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-24 11:09:33 -0800
commitdc00fe6cf27c59fc78783735375a05ff720333f4 (patch)
tree45df6dcc7aedf991ffddecc1d6a4931f9b653bb7 /tensorflow/contrib/integrate
parent4fac560515d19123afb5e6cf4e7a91c3f057d0c7 (diff)
Update module docstrings to (consistently) link to the guide in the
body instead of the title (consistently). Also fix some malformed @{$...} references and titles starting with "##". Change: 148476930
Diffstat (limited to 'tensorflow/contrib/integrate')
-rw-r--r--tensorflow/contrib/integrate/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/contrib/integrate/__init__.py b/tensorflow/contrib/integrate/__init__.py
index 7bcebbaffe..68bf511099 100644
--- a/tensorflow/contrib/integrate/__init__.py
+++ b/tensorflow/contrib/integrate/__init__.py
@@ -13,7 +13,9 @@
# limitations under the License.
# ==============================================================================
-"""Integration and ODE solvers. See the @{$python/contrib.integrate} guide.
+"""Integration and ODE solvers.
+
+See the @{$python/contrib.integrate} guide.
@@odeint
"""