Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Brightway to Featured Example Gallery Grid #1580

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/_static/gallery.yaml
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions docs/examples/gallery.md
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/warning_list.txt
Expand Up @@ -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.
Expand Down