Skip to content

Commit

Permalink
use SVG logo; shrink avatars; update intersphinx URL; adjust pin (#12595
Browse files Browse the repository at this point in the history
)

Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
  • Loading branch information
drammock and larsoner committed May 2, 2024
1 parent 537faea commit e28cba9
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 6 deletions.
26 changes: 26 additions & 0 deletions doc/_static/funding/cds-dark.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/_static/funding/cds.png
Binary file not shown.
27 changes: 27 additions & 0 deletions doc/_static/funding/cds.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ div#contributor-avatars div.card img {
border-radius: unset;
}
div#contributor-avatars div.card img {
width: 3em;
width: 2.5em;
}
.contributor-avatar {
clip-path: circle(closest-side);
Expand Down
15 changes: 13 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"seaborn": ("https://seaborn.pydata.org/", None),
"statsmodels": ("https://www.statsmodels.org/dev", None),
"patsy": ("https://patsy.readthedocs.io/en/latest", None),
"pyvista": ("https://docs.pyvista.org", None),
"pyvista": ("https://docs.pyvista.org/version/stable", None),
"imageio": ("https://imageio.readthedocs.io/en/latest", None),
"picard": ("https://pierreablin.github.io/picard/", None),
"eeglabio": ("https://eeglabio.readthedocs.io/en/latest", None),
Expand Down Expand Up @@ -841,7 +841,18 @@ def append_attr_meth_examples(app, what, name, obj, options, lines):
),
dict(img="doe.svg", size="3", title="US Department of Energy"),
dict(img="anr.svg", size="3.5", title="Agence Nationale de la Recherche"),
dict(img="cds.png", size="2.25", title="Paris-Saclay Center for Data Science"),
dict(
img="cds.svg",
size="1.75",
title="Paris-Saclay Center for Data Science",
klass="only-light",
),
dict(
img="cds-dark.svg",
size="1.75",
title="Paris-Saclay Center for Data Science",
klass="only-dark",
),
dict(img="google.svg", size="2.25", title="Google"),
dict(img="amazon.svg", size="2.5", title="Amazon"),
dict(img="czi.svg", size="2.5", title="Chan Zuckerberg Initiative"),
Expand Down
7 changes: 5 additions & 2 deletions doc/funding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Development of MNE-Python has been supported by:
`14-NEUC-0002-01 <https://anr.fr/Project-ANR-14-NEUC-0002>`_,
**IDEX** Paris-Saclay
`11-IDEX-0003-02 <https://anr.fr/ProjetIA-11-IDEX-0003>`_
- |cds| **Paris-Saclay Center for Data Science:**
- |cds| |cdsdk| **Paris-Saclay Center for Data Science:**
`PARIS-SACLAY <http://www.datascience-paris-saclay.fr>`_
- |goo| **Google:**
Summer of code (×7 years)
Expand Down Expand Up @@ -61,7 +61,10 @@ institutions include:
:class: only-dark
.. |doe| image:: _static/funding/doe.svg
.. |anr| image:: _static/funding/anr.svg
.. |cds| image:: _static/funding/cds.png
.. |cds| image:: _static/funding/cds.svg
:class: only-light
.. |cdsdk| image:: _static/funding/cds-dark.svg
:class: only-dark
.. |goo| image:: _static/funding/google.svg
.. |ama| image:: _static/funding/amazon.svg
.. |czi| image:: _static/funding/czi.svg
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ test_extra = [
doc = [
"sphinx>=6",
"numpydoc",
"pydata_sphinx_theme==0.15.2",
"pydata_sphinx_theme>=0.15.2",
"sphinx-gallery>=0.16",
"sphinxcontrib-bibtex>=2.5",
"sphinxcontrib-towncrier",
Expand Down

0 comments on commit e28cba9

Please sign in to comment.