Skip to content

Commit

Permalink
Try .ipynb links
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Dec 1, 2024
1 parent 872348b commit 2bad37d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Basic Usage

The following tutorials introduce the basic concepts and components of TorchGeo:

* `Transforms <transforms>`_: Preprocessing and data augmentation transforms for geospatial data
* `Indices <indices>`_: Spectral indices
* `Pretrained Weights <pretrained_weights>`_: Models and pretrained weights
* `Lightning Trainers <trainers>`: PyTorch Lightning data modules and trainers
* `Transforms <transforms.ipynb>`_: Preprocessing and data augmentation transforms for geospatial data
* `Indices <indices.ipynb>`_: Spectral indices
* `Pretrained Weights <pretrained_weights.ipynb>`_: Models and pretrained weights
* `Lightning Trainers <trainers.ipynb>`_: PyTorch Lightning data modules and trainers

.. toctree::
:hidden:
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/customization.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Customization and Contributing
==============================
Customization
=============

Is TorchGeo missing a dataset or model you need? Would you like to modify the default augmentations for a data module or extend a builtin trainer?

The following tutorials will teach you how to customize TorchGeo to meet your needs:

* `Custom Raster Datasets <custom_raster_datasets>`_: How to create a new RasterDataset
* `Custom Raster Datasets <custom_raster_datasets.ipynb>`_: How to create a new RasterDataset

TorchGeo is a community-driven open source library. If there is a feature missing that you would like to add, please open a pull request to add it. See the ref:`contributing` guidelines to get started.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ New to deep learning or remote sensing? First time using PyTorch or TorchGeo? Yo

The following tutorials will teach you enough to get started:

* `Introduction to TorchGeo <torchgeo>`_: A brief overview of the design of TorchGeo
* `Introduction to TorchGeo <torchgeo.ipynb>`_: A brief overview of the design of TorchGeo

.. toctree::
:hidden:
Expand Down

0 comments on commit 2bad37d

Please sign in to comment.