Skip to content

Commit

Permalink
Update Binder links (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrnetp authored Nov 20, 2024
1 parent 8ab5515 commit c52b4de
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/sections/user_guide/api/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
======================

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

.. automodule:: uwtools.api.config
:inherited-members: UserDict
Expand Down
2 changes: 1 addition & 1 deletion docs/sections/user_guide/api/fs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
==================

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

.. automodule:: uwtools.api.fs
:members:
2 changes: 1 addition & 1 deletion docs/sections/user_guide/api/rocoto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
======================

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

.. automodule:: uwtools.api.rocoto
:members:
2 changes: 1 addition & 1 deletion docs/sections/user_guide/api/template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
========================

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

.. automodule:: uwtools.api.template
:members:
10 changes: 5 additions & 5 deletions docs/shared/binder_links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Jupyter Notebooks

* Jupyter Notebook Tutorials (API)

* `Config Tool <https://mybinder.org/v2/gh/ufs-community/uwtools/notebooks?labpath=notebooks%2Fconfig.ipynb>`_
* `File System Tool <https://mybinder.org/v2/gh/ufs-community/uwtools/notebooks?labpath=notebooks%2Ffs.ipynb>`_
* `Rocoto Tool <https://mybinder.org/v2/gh/ufs-community/uwtools/notebooks?labpath=notebooks%2Frocoto.ipynb>`_
* `Template Tool <https://mybinder.org/v2/gh/ufs-community/uwtools/notebooks?labpath=notebooks%2Ftemplate.ipynb>`_
* `Config Tool <https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Fconfig.ipynb>`_
* `File System Tool <https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Ffs.ipynb>`_
* `Rocoto Tool <https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Frocoto.ipynb>`_
* `Template Tool <https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Ftemplate.ipynb>`_

* Cookbooks

* `Configuring an Experiment with UW Tools <https://mybinder.org/v2/gh/ufs-community/uwtools/notebooks?labpath=notebooks%2Fexp-config-cb.ipynb>`_
* `Building and Validating an Experiment Configuration <https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Fexp-config-cb.ipynb>`_

0 comments on commit c52b4de

Please sign in to comment.