Skip to content

Commit c5363af

Browse files
authored
Fix the "our" word duplication in the docs (#19055)
There were a bit inconsistent sentences with a word duplication issue in the documentation. These changes also: * unify references to the Compatibility matrix * add a reference to the Compatibility matrix into PyTorch Lightning's Installation Docs
1 parent 294db45 commit c5363af

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

docs/source-fabric/fundamentals/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Fabric is part of the `Lightning <https://lightning.ai>`_ package. Here is how y
3838

3939
If you don't already have it, this command will also install the latest `stable PyTorch version <https://pytorch.org/>`_.
4040

41-
You can find our the list of supported PyTorch versions in our `compatibility matrix <https://lightning.ai/docs/pytorch/stable/versioning.html#compatibility-matrix>`__.
41+
You can find the list of supported PyTorch versions in our :ref:`compatibility matrix <versioning:Compatibility matrix>`.
4242

4343

4444
----

docs/source-fabric/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Conda users
6262

6363
Or read the :doc:`advanced install guide <fundamentals/installation>`.
6464

65-
You can find our the list of supported PyTorch versions in our :ref:`compatibility matrix <versioning:Compatibility matrix>`.
65+
You can find the list of supported PyTorch versions in our :ref:`compatibility matrix <versioning:Compatibility matrix>`.
6666

6767
.. raw:: html
6868

docs/source-pytorch/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Conda users
6060

6161
Or read the `advanced install guide <starter/installation.html>`_
6262

63-
You can find our the list of supported PyTorch versions in our :ref:`compatibility matrix <versioning:Compatibility matrix>`.
63+
You can find the list of supported PyTorch versions in our :ref:`compatibility matrix <versioning:Compatibility matrix>`.
6464

6565
.. raw:: html
6666

docs/source-pytorch/starter/installation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Custom PyTorch Version
6868
^^^^^^^^^^^^^^^^^^^^^^
6969
To use any PyTorch version visit the `PyTorch Installation Page <https://pytorch.org/get-started/locally/#start-locally>`_.
7070

71+
You can find the list of supported PyTorch versions in our :ref:`compatibility matrix <versioning:Compatibility matrix>`.
72+
7173
----
7274

7375

0 commit comments

Comments
 (0)