From 3e6d775e6d4ef10e7d5f6c1e018137b821bd716e Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Mon, 3 Feb 2025 12:01:26 +0100 Subject: [PATCH] Tutorials: display links to subsections --- docs/tutorials/basic_usage.rst | 1 - docs/tutorials/case_studies.rst | 1 - docs/tutorials/customization.rst | 1 - docs/tutorials/getting_started.rst | 1 - 4 files changed, 4 deletions(-) diff --git a/docs/tutorials/basic_usage.rst b/docs/tutorials/basic_usage.rst index 51eb77a85ca..9e6db242ab6 100644 --- a/docs/tutorials/basic_usage.rst +++ b/docs/tutorials/basic_usage.rst @@ -10,7 +10,6 @@ The following tutorials introduce the basic concepts and components of TorchGeo: * `Command-Line Interface `_: TorchGeo's command-line interface .. toctree:: - :hidden: :maxdepth: 1 transforms diff --git a/docs/tutorials/case_studies.rst b/docs/tutorials/case_studies.rst index aee09a94265..1ff7bf54f25 100644 --- a/docs/tutorials/case_studies.rst +++ b/docs/tutorials/case_studies.rst @@ -8,7 +8,6 @@ The following case studies present end-to-end workflows for common use cases of Do you have a use case that is missing from this list? Please open a pull request to add tutorials for your own use cases. .. toctree:: - :hidden: :maxdepth: 1 earth_surface_water diff --git a/docs/tutorials/customization.rst b/docs/tutorials/customization.rst index 07b0870607b..23c734c1665 100644 --- a/docs/tutorials/customization.rst +++ b/docs/tutorials/customization.rst @@ -12,7 +12,6 @@ The following tutorials will teach you how to customize TorchGeo to meet your ne 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. .. toctree:: - :hidden: :maxdepth: 1 contribute_non_geo_dataset diff --git a/docs/tutorials/getting_started.rst b/docs/tutorials/getting_started.rst index 8049a95a20f..ae46c0a4f2e 100644 --- a/docs/tutorials/getting_started.rst +++ b/docs/tutorials/getting_started.rst @@ -10,7 +10,6 @@ The following tutorials will teach you enough to get started: * `Introduction to TorchGeo `_: A brief overview of the design of TorchGeo .. toctree:: - :hidden: :maxdepth: 1 pytorch