-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9060269
commit cdb577e
Showing
4 changed files
with
78 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,57 @@ | ||
================ | ||
speclite package | ||
================ | ||
|
||
.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat | ||
|Astropy| |PyPI| |Actions Status| |Coveralls Status| |Documentation Status| | ||
|
||
.. |Astropy| image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat | ||
:target: http://www.astropy.org | ||
:alt: Powered by Astropy Badge | ||
|
||
Introduction | ||
------------ | ||
|
||
This package provides a set of lightweight utilities for working with spectroscopic data in astronomy. | ||
|
||
* Free software: 3-clause BSD style license. | ||
* Documentation: `latest <http://speclite.readthedocs.io/en/latest/>`_ | `stable <http://speclite.readthedocs.io/en/stable/>`_ | ||
* Based on the Astropy affiliated package template. | ||
|
||
Citation | ||
-------- | ||
|
||
|DOI| | ||
|
||
Please cite as: | ||
|
||
David Kirkby, Andy Park, John Moustakas, Stephen Bailey, Benjamin Alan Weaver, Sergey Koposov, Marcelo Alvarez, Hélion du Mas des Bourboux, & Javier Sanchez. (2023). desihub/speclite: Initial DOI (v0.16). Zenodo. https://doi.org/10.5281/zenodo.7734526 | ||
|
||
Requirements | ||
------------ | ||
|
||
Speclite has the following package requirements: | ||
|
||
* `numpy <http://www.numpy.org/>`__ | ||
* `scipy <http://www.scipy.org/>`__ | ||
* `astropy <http://www.astropy.org/>`__ | ||
* `pyyaml <http://pyyaml.org>`__ | ||
* `NumPy <https://numpy.org/>`__ | ||
* `SciPy <https://scipy.org/>`__ | ||
* `Astropy <https://www.astropy.org/>`__ | ||
* `PyYAML <https://pyyaml.org>`__ | ||
|
||
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7734526.svg | ||
:target: https://doi.org/10.5281/zenodo.7734526 | ||
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7734526.svg | ||
:target: https://doi.org/10.5281/zenodo.7734526 | ||
:alt: Zenodo Link | ||
|
||
.. image:: https://readthedocs.org/projects/speclite/badge/?version=latest | ||
:target: https://readthedocs.org/projects/speclite/?badge=latest | ||
:alt: Documentation Status | ||
.. |Actions Status| image:: https://github.com/desihub/speclite/workflows/CI/badge.svg | ||
:target: https://github.com/desihub/speclite/actions | ||
:alt: GitHub Actions CI Status | ||
|
||
.. image:: https://coveralls.io/repos/dkirkby/speclite/badge.svg?branch=master&service=github | ||
:target: https://coveralls.io/github/dkirkby/speclite?branch=master | ||
:alt: Coverage Status | ||
.. |Coveralls Status| image:: https://coveralls.io/repos/desihub/desiutil/badge.svg | ||
:target: https://coveralls.io/github/desihub/desiutil | ||
:alt: Test Coverage Status | ||
|
||
.. |Documentation Status| image:: https://readthedocs.org/projects/speclite/badge/?version=latest | ||
:target: https://speclite.readthedocs.org/en/latest/ | ||
:alt: Documentation Status | ||
|
||
.. image:: https://img.shields.io/pypi/v/speclite.svg | ||
.. |PyPI| image:: https://img.shields.io/pypi/v/speclite.svg | ||
:target: https://pypi.python.org/pypi/speclite | ||
:alt: Distribution Status |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters