You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: docs/source-fabric/fundamentals/installation.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Fabric is part of the `Lightning <https://lightning.ai>`_ package. Here is how y
38
38
39
39
If you don't already have it, this command will also install the latest `stable PyTorch version <https://pytorch.org/>`_.
40
40
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>`.
0 commit comments