Skip to content

Commit 282f453

Browse files
committed
Double __ ????
1 parent ff8bf33 commit 282f453

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/source/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Video
9494
DEPRECATED: All the video decoding and encoding capabilities of torchvision
9595
are deprecated from version 0.22 and will be removed in version 0.24. We
9696
recommend that you migrate to
97-
`TorchCodec<https://github.com/pytorch/torchcodec>`_, where we'll
97+
`TorchCodec<https://github.com/pytorch/torchcodec>`__, where we'll
9898
consolidate the future decoding/encoding capabilities of PyTorch
9999

100100
.. autosummary::

torchvision/io/video.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def write_video(
7474
DEPRECATED: All the video decoding and encoding capabilities of torchvision
7575
are deprecated from version 0.22 and will be removed in version 0.24. We
7676
recommend that you migrate to
77-
`TorchCodec<https://github.com/pytorch/torchcodec>`_, where we'll
77+
`TorchCodec<https://github.com/pytorch/torchcodec>`__, where we'll
7878
consolidate the future decoding/encoding capabilities of PyTorch
7979
8080
This function relies on PyAV (therefore, ultimately FFmpeg) to encode
@@ -86,7 +86,7 @@ def write_video(
8686
8787
In the near future, we intend to centralize PyTorch's video decoding
8888
capabilities within the `torchcodec
89-
<https://github.com/pytorch/torchcodec>`_ project. We encourage you to
89+
<https://github.com/pytorch/torchcodec>`__ project. We encourage you to
9090
try it out and share your feedback, as the torchvision video decoders
9191
will eventually be deprecated.
9292
@@ -293,7 +293,7 @@ def read_video(
293293
DEPRECATED: All the video decoding and encoding capabilities of torchvision
294294
are deprecated from version 0.22 and will be removed in version 0.24. We
295295
recommend that you migrate to
296-
`TorchCodec<https://github.com/pytorch/torchcodec>`_, where we'll
296+
`TorchCodec<https://github.com/pytorch/torchcodec>`__, where we'll
297297
consolidate the future decoding/encoding capabilities of PyTorch
298298
299299
Args:
@@ -425,7 +425,7 @@ def read_video_timestamps(filename: str, pts_unit: str = "pts") -> Tuple[List[in
425425
DEPRECATED: All the video decoding and encoding capabilities of torchvision
426426
are deprecated from version 0.22 and will be removed in version 0.24. We
427427
recommend that you migrate to
428-
`TorchCodec<https://github.com/pytorch/torchcodec>`_, where we'll
428+
`TorchCodec<https://github.com/pytorch/torchcodec>`__, where we'll
429429
consolidate the future decoding/encoding capabilities of PyTorch
430430
431431
Note that the function decodes the whole video frame-by-frame.

torchvision/io/video_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class VideoReader:
5757
DEPRECATED: All the video decoding and encoding capabilities of torchvision
5858
are deprecated from version 0.22 and will be removed in version 0.24. We
5959
recommend that you migrate to
60-
`TorchCodec<https://github.com/pytorch/torchcodec>`_, where we'll
60+
`TorchCodec<https://github.com/pytorch/torchcodec>`__, where we'll
6161
consolidate the future decoding/encoding capabilities of PyTorch
6262
6363
.. betastatus:: VideoReader class

0 commit comments

Comments
 (0)