Skip to content

Commit

Permalink
Merge pull request #17 from NHFLO/get_paths-documentation
Browse files Browse the repository at this point in the history
Update get_paths documentation
  • Loading branch information
bdestombe authored Nov 25, 2024
2 parents 562d221 + ef02a70 commit cfe6385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nhflodata/get_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def get_abs_data_path(name="", version="latest", location="get_from_env", local_
name : str
Name of the data set.
version : str
Version of the data set. Can be "latest" or a specific version number.
Version of the data set. Can be "latest" or a specific version number. Version numbers
must be a valid semantic version number: 1.0.0, 1.0.1, 1.1.0, etc.
Corresponds to the verion_nhflo entry in repository.yaml.
location : str, optional
Location of the data set. Can be "mockup", "local", "nhflo_server", or "get_from_env".
Expand Down

0 comments on commit cfe6385

Please sign in to comment.