aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/signal
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2018-08-16 11:41:12 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-16 12:10:03 -0700
commite4371880b1a50f7b23b2375c9c7c7fcd2dcf1a5b (patch)
treeda6c6a356190e79e818f1291224b14b0ffe23048 /tensorflow/contrib/signal
parent72c5efff887256ab50bc5f9e586cea17c71a50b2 (diff)
Remove magic-doc-links from code.
This change contains no code changes. Only doc-strings. We can't use relative links in code files, so we don't have much choice but to link to tensorflow.org/ The deleted links were to docs that no longer exist. PiperOrigin-RevId: 209019572
Diffstat (limited to 'tensorflow/contrib/signal')
-rw-r--r--tensorflow/contrib/signal/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/contrib/signal/__init__.py b/tensorflow/contrib/signal/__init__.py
index 6a2080bcec..d088e74434 100644
--- a/tensorflow/contrib/signal/__init__.py
+++ b/tensorflow/contrib/signal/__init__.py
@@ -14,7 +14,9 @@
# ==============================================================================
"""Signal processing operations.
-See the @{$python/contrib.signal} guide.
+See the
+[Contrib Signal](https://tensorflow.org/api_guides/python/contrib.signal)
+guide.
@@frame
@@hamming_window