From 64e31f07794a53cfc440647ac92a2966a52dff67 Mon Sep 17 00:00:00 2001 From: Michael Weinold <23102087+michaelweinold@users.noreply.github.com> Date: Sat, 2 Dec 2023 07:56:34 +0100 Subject: [PATCH 1/2] initial commit --- docs/_static/gallery.yaml | 3 +++ docs/examples/gallery.md | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/_static/gallery.yaml b/docs/_static/gallery.yaml index f821315d2..7c80c5c84 100644 --- a/docs/_static/gallery.yaml +++ b/docs/_static/gallery.yaml @@ -11,6 +11,9 @@ - title: Bokeh link: https://docs.bokeh.org/en/latest/ img-bottom: ../_static/gallery/bokeh.png +- title: Brightway + link: https://docs.brightway.dev/en/latest/ + img-bottom: ../_static/gallery/brightway.png - title: Jupyter link: https://docs.jupyter.org/en/latest/ img-bottom: ../_static/gallery/jupyter.png diff --git a/docs/examples/gallery.md b/docs/examples/gallery.md index 888b6d416..b088eb8e0 100644 --- a/docs/examples/gallery.md +++ b/docs/examples/gallery.md @@ -25,8 +25,6 @@ Thanks for your support! - title: Binder link: https://mybinder.readthedocs.io/en/latest/index.html -- title: Brightway - link: https://docs.brightway.dev/en/latest/ - title: cashocs link: https://cashocs.readthedocs.io/en/stable/ - title: CuPy From da6d30020a5bedbd5fca515a993466cb31568f49 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Sat, 6 Jan 2024 12:29:11 +0100 Subject: [PATCH 2/2] test: the png images are not build during tests --- tests/warning_list.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/warning_list.txt b/tests/warning_list.txt index b1d89e3f8..9cd4712d1 100644 --- a/tests/warning_list.txt +++ b/tests/warning_list.txt @@ -9,6 +9,7 @@ WARNING: image file not readable: _static/gallery/jupyter.png WARNING: image file not readable: _static/gallery/arviz.png WARNING: image file not readable: _static/gallery/sepal.png WARNING: image file not readable: _static/gallery/matplotlib.png +WARNING: image file not readable: _static/gallery/brightway.png WARNING: autosummary: stub file not found 'urllib.parse.DefragResult.count'. Check your autosummary_generate setting. WARNING: autosummary: stub file not found 'urllib.parse.DefragResult.index'. Check your autosummary_generate setting. WARNING: autosummary: stub file not found 'urllib.parse.DefragResultBytes.count'. Check your autosummary_generate setting.