Skip to content

Commit 38fc269

Browse files
committed
update both datamodules and basic-gan tutorials to reference stable doc version
1 parent 7f1138a commit 38fc269

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lightning_examples/basic-gan/gan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# ### MNIST DataModule
2121
#
2222
# Below, we define a DataModule for the MNIST Dataset. To learn more about DataModules, check out our tutorial
23-
# on them or see the [latest docs](https://pytorch-lightning.readthedocs.io/en/latest/data/datamodule.html).
23+
# on them or see the [latest docs](https://pytorch-lightning.readthedocs.io/en/stable/extensions/datamodules.html).
2424

2525

2626
# %%

lightning_examples/datamodules/.meta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ build: 3
77
description: This notebook will walk you through how to start using Datamodules. With
88
the release of `pytorch-lightning` version 0.9.0, we have included a new class called
99
`LightningDataModule` to help you decouple data related hooks from your `LightningModule`.
10-
The most up to date documentation on datamodules can be found
11-
[here](https://pytorch-lightning.readthedocs.io/en/latest/data/datamodule.html).
10+
The most up-to-date documentation on datamodules can be found
11+
[here](https://pytorch-lightning.readthedocs.io/en/stable/extensions/datamodules.html).
1212
requirements:
1313
- torchvision
1414
accelerator:

0 commit comments

Comments
 (0)