Skip to content

Commit

Permalink
Jupyter notebook: Config Tool Part II (#611)
Browse files Browse the repository at this point in the history
* 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
4 people authored Oct 17, 2024
1 parent 3561964 commit 2c75b30
Show file tree
Hide file tree
Showing 14 changed files with 991 additions and 517 deletions.
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: readthedocs
channels:
- conda-forge
dependencies:
- python=3.12
- sphinx_rtd_theme=2.0.*
- sphinxcontrib-bibtex=2.6.*
- tree
Loading

0 comments on commit 2c75b30

Please sign in to comment.