Skip to content

Commit

Permalink
address docstring formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Dec 22, 2023
1 parent d73d472 commit 9654d97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xhydro/testing/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ def load_registry(file: Optional[Union[str, Path]] = None) -> dict[str, str]:
-----
There are two environment variables that can be used to control the behavior of this registry:
- ``XHYDRO_DATA_DIR``: If this environment variable is set, it will be used as the base directory to store the data
files. The directory should be an absolute path (i.e., it should start with ``/``). Otherwise,
the default location will be used (based on ``platformdirs``, see :func:`pooch.os_cache`).
files. The directory should be an absolute path (i.e., it should start with ``/``). Otherwise,
the default location will be used (based on ``platformdirs``, see :func:`pooch.os_cache`).
- ``XHYDRO_DATA_UPDATES``: If this environment variable is set, then the data files will be downloaded even if the
upstream hashes do not match. This is useful if you want to always use the latest version of the data files.
upstream hashes do not match. This is useful if you want to always use the latest version of the data files.
Examples
--------
Expand Down

0 comments on commit 9654d97

Please sign in to comment.