From d012c2180d1b76d83dc2b7e96a131ff104e8957c Mon Sep 17 00:00:00 2001 From: Simon Proud Date: Thu, 12 Oct 2023 11:42:57 +0100 Subject: [PATCH] Rename 'readers' page in documentation within two satpy readers. --- satpy/readers/modis_l2.py | 2 +- satpy/readers/seviri_base.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/satpy/readers/modis_l2.py b/satpy/readers/modis_l2.py index 1a7fc3ae38..ac1522dfe9 100644 --- a/satpy/readers/modis_l2.py +++ b/satpy/readers/modis_l2.py @@ -28,7 +28,7 @@ - m[o/y]d35_l2: cloud_mask dataset - some datasets in m[o/y]d06 files -To get a list of the available datasets for a given file refer to the "Load data" section in :doc:`../readers`. +To get a list of the available datasets for a given file refer to the "Load data" section in :doc:`../reading`. Geolocation files diff --git a/satpy/readers/seviri_base.py b/satpy/readers/seviri_base.py index 131fe39ad4..7870e591a0 100644 --- a/satpy/readers/seviri_base.py +++ b/satpy/readers/seviri_base.py @@ -122,7 +122,7 @@ * The ``orbital_parameters`` attribute provides the nominal and actual satellite position, as well as the projection centre. See the `Metadata` section in - the :doc:`../readers` chapter for more information. + the :doc:`../reading` chapter for more information. * The ``acq_time`` coordinate provides the mean acquisition time for each scanline. Use a ``MultiIndex`` to enable selection by acquisition time: