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

Refreshed logos - cleanup #917

Merged
merged 6 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

<img src="https://github.com/UXARRAY/uxarray/blob/c8fb393066acd864ef5dceb1956379775a4f21dd/docs/_static/images/logos/h_blue.svg" data-canonical-src="https://github.com/UXARRAY/uxarray/blob/c8fb393066acd864ef5dceb1956379775a4f21dd/docs/_static/images/logos/h_blue.svg" width="450"/><br>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/docs/_static/images/logos/uxarray_logo_h_light.svg">
<source media="(prefers-color-scheme: light)" srcset="/docs/_static/images/logos/uxarray_logo_h_dark.svg">
<img alt="Shows a black logo in light color mode and a white one in dark color mode." src="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
</picture>

-----------------

[comment]: <> (<img src='https://raw.githubusercontent.com/UXARRAY/uxarray/a2d893cf597dd1a6e775f9dad029c662c64a39c7/docs/_static/images/logos/uxarray_logo_quad_tri.svg' width='350'>)

erogluorhan marked this conversation as resolved.
Show resolved Hide resolved

# Xarray extension for unstructured climate and global weather data
| | |
| --- | --- |
Expand Down
348 changes: 0 additions & 348 deletions docs/_static/images/logos/h_blue.svg

This file was deleted.

Binary file removed docs/_static/images/logos/uxarray_temp_logo.png
Binary file not shown.
224 changes: 0 additions & 224 deletions docs/_static/images/logos/v_blue.svg

This file was deleted.

22 changes: 11 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,25 +180,25 @@ def __getattr__(cls, name):

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = "_static/images/logos/h_dark.svg"
html_logo = "_static/images/logos/uxarray_logo_h_dark.svg"

# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
html_favicon = "_static/images/logos/h_dark.svg"

# # Assuming your `conf.py` has a sibling folder called `_static` with these files
# html_theme_options = {
# "logo": {
# "image_light": "_static/images/logos/h_dark.svg",
# "image_dark": "_static/images/logos/h_light.svg",
# }
# }
html_favicon = "_static/images/logos/uxarray_logo_h_dark.svg"

# Assuming your `conf.py` has a sibling folder called `_static` with these files
html_theme_options = {
"logo": {
"image_light": "_static/images/logos/uxarray_logo_h_dark.svg",
"image_dark": "_static/images/logos/uxarray_logo_h_light.svg",
}
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
# html_static_path = ["_static"]
html_static_path = ["_static"]
# html_css_files = ["style.css"]

# Output file base name for HTML help builder.
Expand Down
Loading