Skip to content

Commit

Permalink
clean up nblink dependency (#196)
Browse files Browse the repository at this point in the history
* clean up nblink dependency

* remove nblink from docs

* Update whats_new.rst
  • Loading branch information
larsbuntemeyer authored Oct 15, 2024
1 parent f3197b4 commit ca34136
Show file tree
Hide file tree
Showing 20 changed files with 1,128 additions and 34 deletions.
1 change: 0 additions & 1 deletion ci/requirements/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies:
- pip
- nbconvert
- nbsphinx
- nbsphinx-link
- ipython
- ipykernel
- py-cordex
Expand Down
3 changes: 0 additions & 3 deletions docs/ar.nblink

This file was deleted.

3 changes: 0 additions & 3 deletions docs/cmorization.nblink

This file was deleted.

1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"numpydoc",
"sphinx_autosummary_accessors",
"nbsphinx",
"nbsphinx_link",
"IPython.sphinxext.ipython_directive",
"IPython.sphinxext.ipython_console_highlighting",
]
Expand Down
3 changes: 0 additions & 3 deletions docs/ghg-forcing.nblink

This file was deleted.

11 changes: 5 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
usage
notebooks/domains
processing
remo-dataset
production-analysis
ghg-forcing
preprocessing-cf
cmorization
ar
notebooks/remo-dataset
notebooks/production-analysis
notebooks/ghg-forcing
notebooks/preprocessing-cf
notebooks/atmospheric-river
contributing
authors
whats_new
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,112 changes: 1,112 additions & 0 deletions docs/notebooks/warm-start.ipynb

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions docs/preprocessing-cf.nblink

This file was deleted.

4 changes: 2 additions & 2 deletions docs/processing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ from these tutorials is based on some notebooks you can download directly from t
.. toctree::
:maxdepth: 2

warm-start
prsint
notebooks/warm-start
notebooks/prsint
3 changes: 0 additions & 3 deletions docs/production-analysis.nblink

This file was deleted.

3 changes: 0 additions & 3 deletions docs/prsint.nblink

This file was deleted.

3 changes: 0 additions & 3 deletions docs/remo-dataset.nblink

This file was deleted.

3 changes: 0 additions & 3 deletions docs/warm-start.nblink

This file was deleted.

8 changes: 8 additions & 0 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ What's New
import pyremo
UNRELEASED
----------

Internal Changes
~~~~~~~~~~~~~~~~

- Removed ``nblink`` dependency (:pull:`196`).

v0.7.1 (2 August 2024)
----------------------

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ builtins = ["ellipsis"]
exclude = [
".eggs",
"doc",
"notebooks",
]
# E402: module level import not at top of file
# E501: line too long - let black worry about that
Expand Down

0 comments on commit ca34136

Please sign in to comment.