Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
stefraynaud committed Jul 18, 2023
1 parent 748af98 commit b23f145
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Description



# Check list

- [ ] Closes #xxxx
- [ ] Tests added
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Package using Conda
name: CI

on: [push]

Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Deprecations

Bug fixes
---------
- Fix :func:`xoa.geo.geo_distances` that was not able to handle multi-indexes from :func:`xoa.coords.geo_stack`.
- Fix :func:`xoa.geo.get_distances` that was not able to handle multi-indexes from :func:`xoa.coords.geo_stack`.
- Fix doc generation.

Documentation
-------------
Expand Down
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ xoa - xarray-based ocean analysis library

.. image:: https://github.com/shom-fr/xoa/actions/workflows/python-package-conda.yml/badge.svg
:alt: Install, linting and tests
.. image:: https://anaconda.org/conda-forge/xoa/badges/version.svg
.. image:: https://img.shields.io/conda/vn/conda-forge/xoa.svg
:alt: Available on conda-forge
:target: https://conda.anaconda.org/conda-forge/xoa
.. image:: https://img.shields.io/pypi/v/xoa.svg
:alt: Available on pypi
:target: ttps://pypi.python.org/pypi/xoa/
.. image:: https://readthedocs.org/projects/docs/badge/?version=latest
:alt: Documentation Status
:target: https://xoa.readthedocs.io/en/latest/
Expand All @@ -15,6 +18,8 @@ xoa - xarray-based ocean analysis library
.. image:: https://pepy.tech/badge/xoa
:alt: Number of downloads on pypi
:target: https://pypi.org/project/xoa
.. image:: https://img.shields.io/badge/code%20style-black-black
:alt: Black code style
.. image:: https://anaconda.org/conda-forge/xoa/badges/platforms.svg
:alt: noarch
:target: https://anaconda.org/conda-forge/xoa
Expand Down

0 comments on commit b23f145

Please sign in to comment.