Skip to content

Commit e437188

Browse files
MarkDaousttensorflower-gardener
authored andcommitted
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
1 parent 72c5eff commit e437188

73 files changed

Lines changed: 179 additions & 121 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tensorflow/contrib/bayesflow/python/ops/monte_carlo_impl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
# ==============================================================================
1515
"""Monte Carlo integration and helpers.
1616
17-
See the @{$python/contrib.bayesflow.monte_carlo} guide.
18-
1917
@@expectation
2018
@@expectation_importance_sampler
2119
@@expectation_importance_sampler_logspace

tensorflow/contrib/crf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ==============================================================================
1515
"""Linear-chain CRF layer.
1616
17-
See the @{$python/contrib.crf} guide.
17+
See the [CRF](https://tensorflow.org/api_guides/python/contrib.crf) guide.
1818
1919
@@crf_binary_score
2020
@@crf_decode

tensorflow/contrib/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
guarantees as `tf.data`, but we will provide deprecation advice in advance of
2121
removing existing functionality.
2222
23-
See @{$guide/datasets$Importing Data} for an overview.
23+
See [Importing Data](https://tensorflow.org/guide/datasets) for an overview.
2424
2525
@@Counter
2626
@@CheckpointInputPipelineHook

tensorflow/contrib/estimator/python/estimator/export.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def export_saved_model_for_mode(
3131
# pylint: disable=line-too-long
3232
"""Exports a single train/eval/predict graph as a SavedModel.
3333
34-
For a detailed guide, see
35-
@{$saved_model#using_savedmodel_with_estimators$Using SavedModel with Estimators}.
34+
For a detailed guide, see [Using SavedModel with Estimators](
35+
https://tensorflow.org/guide/saved_model#using_savedmodel_with_estimators).
3636
3737
Sample usage:
3838
```python

tensorflow/contrib/estimator/python/estimator/hooks.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ def __init__(self,
7474
estimator: A `tf.estimator.Estimator` instance to call evaluate.
7575
input_fn: Equivalent to the `input_fn` arg to `estimator.evaluate`. A
7676
function that constructs the input data for evaluation.
77-
See @{$premade_estimators#create_input_functions} for more
78-
information. The function should construct and return one of
77+
See [Createing input functions](
78+
https://tensorflow.org/guide/premade_estimators#create_input_functions)
79+
for more information. The function should construct and return one of
7980
the following:
8081
8182
* A 'tf.data.Dataset' object: Outputs of `Dataset` object must be a

tensorflow/contrib/ffmpeg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# pylint: disable=g-short-docstring-punctuation
1616
"""Working with audio using FFmpeg.
1717
18-
See the @{$python/contrib.ffmpeg} guide.
18+
See the [FFMPEG](https://tensorflow.org/api_guides/python/contrib.ffmpeg) guide.
1919
2020
@@decode_audio
2121
@@encode_audio

tensorflow/contrib/framework/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
"""Framework utilities.
1717
18-
See the @{$python/contrib.framework} guide.
18+
See the
19+
[Contrib Framework](https://tensorflow.org/api_guides/python/contrib.framework)
20+
guide.
1921
2022
@@assert_same_float_dtype
2123
@@assert_scalar

tensorflow/contrib/framework/python/ops/script_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
# ==============================================================================
1515

16-
"""Script Language Operators. See the @{$python/script_ops} guide.
16+
"""Script Language Operators.
1717
1818
@@py_func
1919
"""

tensorflow/contrib/graph_editor/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
# ==============================================================================
1515
"""TensorFlow Graph Editor.
1616
17-
See the @{$python/contrib.graph_editor} guide.
17+
See the
18+
[Graph Editor](https://tensorflow.org/api_guides/python/contrib.graph_editor)
19+
guide.
1820
"""
1921

2022
from __future__ import absolute_import

tensorflow/contrib/integrate/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
"""Integration and ODE solvers.
1717
18-
See the @{$python/contrib.integrate} guide.
18+
See the
19+
[Contrib Integrate](https://tensorflow.org/api_guides/python/contrib.integrate)
20+
guide.
1921
2022
@@odeint
2123
@@odeint_fixed

0 commit comments

Comments
 (0)