Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
Updated link to search docs. Addresses #383
  • Loading branch information
williamhobbs authored Nov 13, 2024
1 parent 6035b1a commit 5eff027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions herbie/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ def inventory(
search.
Read more in the user guide at
https://herbie.readthedocs.io/en/latest/user_guide/search.html
https://herbie.readthedocs.io/en/latest/user_guide/tutorial/search.html
verbose : None, bool
If True, then print a help message if no messages are found.
If False, does not print a help message if no messages are found.
Expand Down Expand Up @@ -855,7 +855,7 @@ def download(
If None, download the full file. Else, use regex to subset
the file by specific variables and levels.
Read more in the user guide:
https://herbie.readthedocs.io/en/latest/user_guide/search.html
https://herbie.readthedocs.io/en/latest/user_guide/tutorial/search.html
source : {'nomads', 'aws', 'google', 'azure', 'pando', 'pando2'}
If None, download GRIB2 file from self.grib2 which is
the first location the GRIB2 file was found from the
Expand Down

0 comments on commit 5eff027

Please sign in to comment.