diff --git a/docs/_static/favicon/logo-noborder-180.png b/docs/_static/favicon/logo-noborder-180.png index 88b21dd18..0a403b27c 100644 Binary files a/docs/_static/favicon/logo-noborder-180.png and b/docs/_static/favicon/logo-noborder-180.png differ diff --git a/docs/_static/favicon/logo-silhouette-192.png b/docs/_static/favicon/logo-silhouette-192.png index 31f4f5cc9..ef42111c3 100644 Binary files a/docs/_static/favicon/logo-silhouette-192.png and b/docs/_static/favicon/logo-silhouette-192.png differ diff --git a/docs/_static/favicon/logo-silhouette-dark-light.svg b/docs/_static/favicon/logo-silhouette-dark-light.svg index 7120e739e..969034cf8 100644 --- a/docs/_static/favicon/logo-silhouette-dark-light.svg +++ b/docs/_static/favicon/logo-silhouette-dark-light.svg @@ -1,28 +1,69 @@ - - + + width="824" + height="824" + viewBox="0 0 824 824" + version="1.1" + id="svg22" + sodipodi:docname="silhouette-theme-aware.svg" + inkscape:version="1.4.3 (0d15f75042, 2025-12-25)" + inkscape:export-filename="logo.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + + + Artboard 1 + + + + Artboard 1 + + + - + class="silhouette" + d="M 113.3,188.39 C 105.13385,187.87904 97.294474,185.1065 90.06,179.43 83.80257,174.6342 78.578135,168.62405 74.7,161.76 69.863938,153.23489 65.883447,135.00919 58.39,123.87 53.956723,117.3475 47.466618,112.85815 41.61,107.76 36.341276,103.1305 29.408316,96.975635 25.51,86.75 20.070899,72.2968 25.364629,56.679938 30.7,46.2 39.581235,27.459928 60.011612,14.23427 80.19,19.78 c 6.623293,1.623772 12.542186,5.349832 16.87,10.62 4.56,5.64 6.4,12.73 7.89,22.34 1.32868,7.54009 1.10229,15.641087 4.22,22.73 2,4.2 5.82,6.65 8.33,8.27 6.54627,4.250824 16.16294,5.84073 28.93,4.9 6.94113,-0.804841 13.81247,-1.642201 20.68,0.15 14.33648,3.77191 19.47697,12.03733 22.59,25.67 1.07249,4.65199 3.85034,19.22617 0.09,32.1 -5.90028,19.26799 -22.00527,29.87139 -30.11,33.93 -19.6434,9.63269 -41.6221,8.32337 -46.38,7.9 z" + id="path20-5" + style="stroke-width:1.00006;stroke-dasharray:none;fill-opacity:1" + transform="matrix(3.9787542,0,0,3.9787542,-15.801455,-2e-6)" /> diff --git a/docs/_static/images/logo.png b/docs/_static/images/logo.png index 736ee2084..de59adde5 100644 Binary files a/docs/_static/images/logo.png and b/docs/_static/images/logo.png differ diff --git a/docs/_static/images/logo.svg b/docs/_static/images/logo.svg new file mode 100644 index 000000000..90854f6c8 --- /dev/null +++ b/docs/_static/images/logo.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + Artboard 1 + + + + Artboard 1 + + + + + + + + + + + + + + diff --git a/docs/community/resources.md b/docs/community/resources.md index b912c44d0..ddb3ed226 100644 --- a/docs/community/resources.md +++ b/docs/community/resources.md @@ -2,36 +2,7 @@ ## napari logo -Below are several versions of the napari logo that you can use in your docs or presentations. - - - - - - - - -
- - napari logo - Download .png - - - - napari logo with no border - Download .png - - - - napari logo, silhouette only - Download .png - - - - napari logo, silhouette only, svg format - Download .svg - -
+The various versions of the napari logo (and other resources), are hosted on the [napari resources repository](https://github.com/napari/resources). To download the latest, head to the [latest release page](https://github.com/napari/resources/releases/latest). Make sure to read the [license](https://github.com/napari/resources#license) agreements and guidelines before using any of these in your own work. ## Website colors diff --git a/docs/conf.py b/docs/conf.py index b8fcadf57..431451c2a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ # Path to static files, images, favicons, logos, css, and extra templates html_static_path = ['_static'] -html_logo = '_static/images/logo.png' +html_logo = '_static/images/logo.svg' html_css_files = [ 'custom.css', ] @@ -391,7 +391,7 @@ def napari_scraper(block, block_vars, gallery_conf): 'gallery_dirs': 'gallery', # path to where to save gallery generated output 'filename_pattern': '/*.py', 'ignore_pattern': 'README.rst|/*_.py', - 'default_thumb_file': Path(__file__).parent / '_static' / 'images' / 'logo.png', + 'default_thumb_file': Path(__file__).parent / '_static' / 'images' / 'logo.svg', 'plot_gallery': "'True'", # https://github.com/sphinx-gallery/sphinx-gallery/pull/304/files 'download_all_examples': False, 'min_reported_time': 10, @@ -512,4 +512,4 @@ def setup(app): warning_handler.filters.insert(0, FilterSphinxWarnings(app)) if pooch.core.choose_downloader != napari_choose_downloader: - pooch.core.choose_downloader = napari_choose_downloader \ No newline at end of file + pooch.core.choose_downloader = napari_choose_downloader