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
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
Xugrid
======

.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Deltares/xugrid/main/docs/_static/badge_deltares.json
:target: https://www.deltares.nl/en
.. image:: https://img.shields.io/github/actions/workflow/status/deltares/xugrid/ci.yml
:target: https://github.com/deltares/xugrid/actions?query=workflows%3Aci
.. image:: https://img.shields.io/codecov/c/github/deltares/xugrid.svg
:target: https://app.codecov.io/gh/deltares/xugrid
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10534099.svg
:target: https://doi.org/10.5281/zenodo.10534099
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10663502.svg
:target: https://doi.org/10.5281/zenodo.10663502

`See documentation <https://deltares.github.io/xugrid/>`_.

Expand Down
8 changes: 8 additions & 0 deletions docs/_static/badge_deltares.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "",
"message": "Deltares",
"logoSvg": "<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" version=\"1.1\" id=\"svg1\" xmlns=\"http://www.w3.org/2000/svg\"> <g id=\"layer1\"> <path style=\"fill:#0a28a3;stroke-width:1.48088\" d=\"M 0.56505575,60.162826 A 59.530855,59.530855 0 1 0 60.095912,0.63197025 59.530855,59.530855 0 0 0 0.56505575,60.162826 Z M 51.21071,8.3324795 h 0.592346 c -6.515815,6.3677275 -9.477549,15.4750595 9.03329,11.4767195 19.991704,-4.220471 40.131504,-4.812819 27.988386,9.255419 -5.331122,6.21964 1.851083,4.072383 6.811989,4.664732 1.925127,0.222129 11.254589,1.036605 8.737109,5.33112 C 84.900433,37.135343 47.656629,56.090441 37.808862,77.563012 L 36.920343,76.748536 C 37.956949,70.306766 44.472764,56.016398 56.245657,46.538848 70.091764,35.50639 75.126712,26.843318 57.43035,29.582922 26.406186,34.321696 40.696553,14.255947 51.21071,8.3324795 Z m 32.2829,44.7221835 c 25.32284,-8.959245 26.95179,0.740434 21.02832,4.960904 -5.627303,3.998342 -18.807019,11.476721 -8.144777,11.550764 8.663077,0 12.217147,7.182205 -2.813647,22.435137 A 46.899059,46.899059 0 0 1 59.503564,106.0697 50.571609,50.571609 0 0 1 48.397062,104.81096 v -0.66639 C 80.013574,106.73609 90.083469,84.893305 70.091764,83.412438 54.024356,82.153701 54.838834,63.198603 83.419567,53.054663 Z\" id=\"path1\" /> </g> </svg>",
"logoWidth": 10,
"labelColor": "white",
"color": "#0a28a3ff"
}
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Xugrid
======

.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Deltares/xugrid/main/docs/_static/badge_deltares.json
:target: https://www.deltares.nl/en
.. image:: https://img.shields.io/github/actions/workflow/status/deltares/xugrid/ci.yml?style=flat-square
:target: https://github.com/deltares/xugrid/actions?query=workflows%3Aci
.. image:: https://img.shields.io/codecov/c/github/deltares/xugrid.svg?style=flat-square
:target: https://app.codecov.io/gh/deltares/xugrid
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square
:target: https://github.com/psf/black
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10663502.svg
:target: https://doi.org/10.5281/zenodo.10663502

**This is a work in progress.**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ twine = "*"
python-build = "*"

[tool.pixi.tasks]
install-prek = "prek install"
install-prek = "prek install --overwrite"
pre-commit = "prek run --all-files"
test = "NUMBA_DISABLE_JIT=1 pytest --cov=xugrid --cov-report xml --cov-report term"
docs = "NUMBA_DISABLE_JIT=1 sphinx-build docs docs/_build"
Expand Down
Loading