Skip to content

Commit

Permalink
Add newline before versionchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantre committed Sep 29, 2023
1 parent 00df416 commit 2e659a9
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions torchgeo/datasets/agb_live_woody_density.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def __init__(
Raises:
FileNotFoundError: if no files are found in ``paths``
.. versionchanged:: 0.5
*root* was renamed to *paths*
"""
Expand Down
1 change: 1 addition & 0 deletions torchgeo/datasets/astergdem.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def __init__(
Raises:
FileNotFoundError: if no files are found in ``paths``
RuntimeError: if dataset is missing
.. versionchanged:: 0.5
*root* was renamed to *paths*
"""
Expand Down
1 change: 1 addition & 0 deletions torchgeo/datasets/chesapeake.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def __init__(
Raises:
FileNotFoundError: if no files are found in ``paths``
RuntimeError: if ``download=False`` but dataset is missing or checksum fails
.. versionchanged:: 0.5
*root* was renamed to *paths*
"""
Expand Down
1 change: 1 addition & 0 deletions torchgeo/datasets/cms_mangrove_canopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def __init__(
FileNotFoundError: if no files are found in ``paths``
RuntimeError: if dataset is missing or checksum fails
AssertionError: if country or measurement arg are not str or invalid
.. versionchanged:: 0.5
*root* was renamed to *paths*
"""
Expand Down
1 change: 1 addition & 0 deletions torchgeo/datasets/esri2020.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def __init__(
Raises:
FileNotFoundError: if no files are found in ``paths``
RuntimeError: if ``download=False`` but dataset is missing or checksum fails
.. versionchanged:: 0.5
*root* was renamed to *paths*
"""
Expand Down
1 change: 1 addition & 0 deletions torchgeo/datasets/eudem.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def __init__(
Raises:
FileNotFoundError: if no files are found in ``paths``
.. versionchanged:: 0.5
*root* was renamed to *paths*
"""
Expand Down
1 change: 1 addition & 0 deletions torchgeo/datasets/geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ def __init__(
Raises:
FileNotFoundError: if no files are found in ``paths``
.. versionchanged:: 0.5
*root* was renamed to *paths*
"""
Expand Down
1 change: 1 addition & 0 deletions torchgeo/datasets/globbiomass.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def __init__(
FileNotFoundError: if no files are found in ``paths``
RuntimeError: if dataset is missing or checksum fails
AssertionError: if measurement argument is invalid, or not a str
.. versionchanged:: 0.5
*root* was renamed to *paths*
"""
Expand Down
1 change: 1 addition & 0 deletions torchgeo/datasets/landsat.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def __init__(
Raises:
FileNotFoundError: if no files are found in ``paths``
.. versionchanged:: 0.5
*root* was renamed to *paths*
"""
Expand Down
1 change: 1 addition & 0 deletions torchgeo/datasets/nlcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def __init__(
AssertionError: if ``years`` or ``classes`` are invalid
FileNotFoundError: if no files are found in ``paths``
RuntimeError: if ``download=False`` but dataset is missing or checksum fails
.. versionchanged:: 0.5
*root* was renamed to *paths*
"""
Expand Down
2 changes: 2 additions & 0 deletions torchgeo/datasets/sentinel.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def __init__(
Raises:
AssertionError: if ``bands`` is invalid
FileNotFoundError: if no files are found in ``paths``
.. versionchanged:: 0.5
*root* was renamed to *paths*
"""
Expand Down Expand Up @@ -317,6 +318,7 @@ def __init__(
Raises:
FileNotFoundError: if no files are found in ``paths``
.. versionchanged:: 0.5
*root* was renamed to *paths*
"""
Expand Down

0 comments on commit 2e659a9

Please sign in to comment.