Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jupyter notebook: Config Tool Part II (#611)
* update_values() -> update_from() (#578) * DRY out Driver._validate() (#579) * Move execute() to its own API namespace, disambiguate (#580) * Config classes to API (#582) * Simplify unknown-extension error message (#584) * UW-657 fs makedirs (#572) * Docstring cleanup (#585) * GH 586 bad stdin_ok prompt (#587) * Fix issue with creating a metatask dep. (#589) The rocoto schema is set up to allow metataskdep entries in the YAML, but the logic was not included in the tool to handle them. This addition fixes that. * Add --show-schema support to drivers (#588) * Config notebook p2 and example notebook removal * removing merge diff text * pin python version for RtD * improvements from code review * add config.compare() format mismatch example * Remove typo Co-authored-by: Emily Carpenter <[email protected]> --------- Co-authored-by: Paul Madden <[email protected]> Co-authored-by: Christina Holt <[email protected]> Co-authored-by: Emily Carpenter <[email protected]>
- Loading branch information