-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Overview Changes: * Added the cruft configuration back in. * Fast-forwarded changes. * Modified existing documentation to remove mentions of RavenPy. ## Additional Information The library still relies on the older approach to testing data management. I'd like to update this both here and in RavenPy, as (despite their complete separation) they use the same testing data sets. Like `finch`, perhaps we can add this to PyPI as well? I've updated the PyPI name to `birdhouse-raven` but seeing as this project no longer is associated with RavenPy, I still feel like the proposal in #379 should be considered.
- Loading branch information
Showing
53 changed files
with
708 additions
and
471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"template": "https://github.com/bird-house/cookiecutter-birdhouse", | ||
"commit": "2964f01a05703d88c087bb491811d16c703307b6", | ||
"skip": [], | ||
"context": { | ||
"cookiecutter": { | ||
"full_name": "David Huard", | ||
"email": "[email protected]", | ||
"github_username": "Ouranosinc", | ||
"project_name": "Raven", | ||
"project_slug": "raven", | ||
"project_repo_name": "raven", | ||
"project_readthedocs_name": "pavics-raven", | ||
"project_short_description": "Raven offers processes related to hydrological modeling, and in particular, the Raven hydrological modeling framework.", | ||
"version": "0.17.1", | ||
"open_source_license": "MIT license", | ||
"http_port": "9099", | ||
"use_pytest": "y", | ||
"use_black": "n", | ||
"create_author_file": "y", | ||
"_copy_without_render": [ | ||
"{{cookiecutter.project_slug}}/templates/*.cfg" | ||
], | ||
"__gh_slug": "Ouranosinc/raven", | ||
"_template": "https://github.com/bird-house/cookiecutter-birdhouse" | ||
} | ||
}, | ||
"checkout": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.