Skip to content

Commit e793d0d

Browse files
authored
Merge pull request #17 from calgray/doc-style
Update docs
2 parents c428c69 + 6ae3f01 commit e793d0d

5 files changed

Lines changed: 2958 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ htmlcov/
4444
.coverage
4545
.coverage.*
4646
.cache
47+
.ruff_cache
4748
nosetests.xml
4849
coverage.xml
4950
*.cover

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1+
# astropy-xarray
2+
13
[![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)
24
[![code coverage](https://codecov.io/gh/calgray/astropy-xarray/branch/main/graph/badge.svg)](https://codecov.io/gh/calgray/astropy-xarray)
35
[![docs](https://readthedocs.org/projects/astropy-xarray/badge/?version=latest)](https://astropy-xarray.readthedocs.io)
46
[![PyPI version](https://img.shields.io/pypi/v/astropy-xarray.svg)](https://pypi.org/project/astropy-xarray)
57
[![codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
68
[![conda-forge](https://img.shields.io/conda/vn/conda-forge/astropy-xarray)](https://github.com/conda-forge/astropy-xarray-feedstock)
79

8-
# astropy-xarray
10+
<p align="center">
11+
<img width="50%" src="docs/img/astropy_xarray_logo.svg">
12+
</p>
913

10-
A convenience wrapper for using [astropy](https://www.astropy.org) with
14+
Seamless interoperability between [astropy](https://www.astropy.org) and
1115
[xarray](https://xarray.pydata.org).
1216

1317
## Simple Usage

docs/img/astropy_xarray_logo.svg

Lines changed: 2944 additions & 0 deletions
Loading

docs/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
astropy-xarray
22
==============
3-
A convenience wrapper for using `astropy`_ in `xarray`_ objects.
3+
4+
.. image:: img/astropy_xarray_logo.svg
5+
:align: center
6+
:width: 50%
7+
8+
Seamless interoperability between `astropy`_ and `xarray`_.
49

510
.. _astropy: https://docs.astropy.org/en/latest/
611
.. _xarray: https://xarray.pydata.org/en/stable

docs/whats-new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ What's new
1919

2020
- Added :py:meth:`Dataset.astropy.to_skycoord` accessor.
2121

22-
By `Callan Gray <https://github.com/calgray>`_.
22+
By `Callan Gray <https://github.com/calgray>`_.
2323

2424
0.1.0 (17 Jul 2025)
2525
-------------------

0 commit comments

Comments
 (0)