Skip to content

Commit 916a4d9

Browse files
authored
Merge pull request #25 from calgray/badges
fugro docs and updated badges
2 parents 9a3ad5e + a85d84e commit 916a4d9

13 files changed

Lines changed: 388 additions & 2813 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
python-version: ["3.10", "3.11", "3.12"]
53+
python-version: ["3.10", "3.12", "3.13"]
5454
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
5555

5656
steps:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ By [Callan Gray](https://github.com/calgray).
2020
- {py:class}`astropy.time.TimeDelta`
2121
- {py:class}`astropy.coordinates.Angle`
2222
- {py:class}`astropy.coordinates.Longitude`
23-
- {py:class}`astropy.coordinates.Latitude`\*\*\*\*
23+
- {py:class}`astropy.coordinates.Latitude`
2424
- {py:class}`astropy.coordinates.Distance`
2525
- {py:class}`astropy.units.LogQuantity`
2626

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
[![CI](https://github.com/calgray/astropy-xarray/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/calgray/astropy-xarray/actions/workflows/ci.yml)
44
[![code coverage](https://codecov.io/gh/calgray/astropy-xarray/branch/main/graph/badge.svg)](https://codecov.io/gh/calgray/astropy-xarray)
55
[![docs](https://readthedocs.org/projects/astropy-xarray/badge/?version=latest)](https://astropy-xarray.readthedocs.io)
6+
[![PyPI python versions](https://img.shields.io/pypi/pyversions/astropy-xarray.svg?style=flat&logo=python&logoColor=white)](https://pypi.python.org/pypi/astropy-xarray)
67
[![PyPI version](https://img.shields.io/pypi/v/astropy-xarray.svg)](https://pypi.org/project/astropy-xarray)
7-
[![codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
88
[![conda-forge](https://img.shields.io/conda/vn/conda-forge/astropy-xarray)](https://github.com/conda-forge/astropy-xarray-feedstock)
99

10+
[![code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
11+
[![license](https://img.shields.io/badge/license-Apache%20License%202.0-blue)](https://opensource.org/license/Apache-2.0)
12+
[![code of conduct](https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant%203.0-4baaaa.svg)](CODE_OF_CONDUCT.md)
13+
1014
<p align="center">
11-
<img width="50%" src="docs/img/astropy_xarray_logo.svg">
15+
<img alt="" width="50%" src="docs/img/astropy_xarray_logo.png">
1216
</p>
1317

1418
Seamless interoperability between [astropy](https://www.astropy.org) and

docs/conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,16 @@
6868
# The theme to use for HTML and HTML Help pages. See the documentation for
6969
# a list of builtin themes.
7070
#
71-
html_theme = "sphinx_rtd_theme"
71+
html_theme = "furo"
72+
html_theme_options = {
73+
"light_logo": "astropy_xarray_logo.png",
74+
"dark_logo": "astropy_xarray_logo_invert.png",
75+
}
7276

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

7882

7983
# -- Extension configuration -------------------------------------------------

docs/img/astropy_xarray_logo.png

38 KB
Loading

0 commit comments

Comments
 (0)