Skip to content

Commit

Permalink
use the logo (#103)
Browse files Browse the repository at this point in the history
* use the logo in the readme

* crop the image

* use an image tag instead

* wrong comma

* enlarge logo

* shrink a bit and remove the other logo

* move logo below the badges

* try arranging in a table

* remove the margin instead

* use the logo in the docs

* expand the heading
  • Loading branch information
keewis authored Nov 25, 2024
1 parent 68141dc commit bbd3c6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
[![codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
[![conda-forge](https://img.shields.io/conda/vn/conda-forge/xdggs)](https://github.com/conda-forge/xdggs-feedstock)

# xdggs
---

<img src="https://raw.githubusercontent.com/xarray-contrib/xdggs/main/docs/_static/logos/xdggs_logo.png" width="300" height="300" margin="0" /><br/>

# xdggs: discrete global grid systems with xarray

`xdggs` is an open-source Python package that provides tools for handling geospatial data using Discrete Global Grid Systems (DGGS).

Expand Down
Binary file modified docs/_static/logos/xdggs_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
# a list of builtin themes.
#
html_theme = "sphinx_book_theme"
html_logo = "_static/logos/xdggs_logo.png"

# 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,
Expand Down

0 comments on commit bbd3c6a

Please sign in to comment.