Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/_static/favicon/logo-noborder-180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/favicon/logo-silhouette-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 61 additions & 20 deletions docs/_static/favicon/logo-silhouette-dark-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions docs/_static/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 1 addition & 30 deletions docs/community/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,7 @@

## napari logo

Below are several versions of the napari logo that you can use in your docs or presentations.

<table>
<tr>
<th class="text-center">
<a href="https://raw.githubusercontent.com/napari/docs/refs/heads/main/docs/_static/images/logo.png">
<img src="../_static/images/logo.png" alt="napari logo" width="150"/>
Download .png
</a>
</th>
<th class="text-center">
<a href="https://raw.githubusercontent.com/napari/docs/refs/heads/main/docs/_static/favicon/logo-noborder-180.png">
<img src="../_static/favicon/logo-noborder-180.png" alt="napari logo with no border" width="150"/>
Download .png
</a>
</th>
<th class="text-center">
<a href="https://raw.githubusercontent.com/napari/docs/refs/heads/main/docs/_static/favicon/logo-silhouette-192.png">
<img src="../_static/favicon/logo-silhouette-192.png" alt="napari logo, silhouette only" width="150"/>
Download .png
</a>
</th>
<th class="text-center">
<a href="https://raw.githubusercontent.com/napari/docs/refs/heads/main/docs/_static/favicon/logo-silhouette-dark-light.svg">
<img src="../_static/favicon/logo-silhouette-dark-light.svg" alt="napari logo, silhouette only, svg format" width="150"/>
Download .svg
</a>
</th>
</tr>
</table>
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

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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
pooch.core.choose_downloader = napari_choose_downloader
Loading