Skip to content

Commit

Permalink
UW-667 Jupyter notebook: Config Tool Part I (#607)
Browse files Browse the repository at this point in the history
* WIP

* WIP

* WIP

* Add config notebook, unit tests, Binder link & button

* add newline

* add markdown comment

* add suggestions from review

* apply suggestion from review

* updating markdown comments and RtD links

* Apply suggestions from code review

Co-authored-by: Paul Madden <[email protected]>

* change error demo style and update section links

* Apply suggestions from review

* update testing

* update RtD links and add uwtools version

---------

Co-authored-by: Paul Madden <[email protected]>
  • Loading branch information
Byrnetp and maddenp-noaa authored Sep 25, 2024
1 parent c6d6040 commit 3561964
Show file tree
Hide file tree
Showing 8 changed files with 1,086 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/sections/user_guide/api/config.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
``uwtools.api.config``
======================

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/ufs-community/uwtools/notebooks?labpath=notebooks%2Fconfig.ipynb

.. automodule:: uwtools.api.config
:inherited-members: UserDict
:members:
3 changes: 2 additions & 1 deletion docs/sections/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ User Guide
<ul>
<li>API Jupyter Notebooks
<ul>
<li><a href="https://mybinder.org/v2/gh/ufs-community/uwtools/notebooks?labpath=notebooks%2Ftemplate.ipynb">Template Tool</a>
<li><a href="https://mybinder.org/v2/gh/ufs-community/uwtools/notebooks?labpath=notebooks%2Fconfig.ipynb">Config Tool</a>
<li><a href="https://mybinder.org/v2/gh/ufs-community/uwtools/notebooks?labpath=notebooks%2Ffs.ipynb">File System Tool</a>
<li><a href="https://mybinder.org/v2/gh/ufs-community/uwtools/notebooks?labpath=notebooks%2Ftemplate.ipynb">Template Tool</a>
</ul>
</ul>

Expand Down
Loading

0 comments on commit 3561964

Please sign in to comment.