Skip to content

Commit

Permalink
Merge pull request #4 from XraySpectroscopy/badges
Browse files Browse the repository at this point in the history
add badges
  • Loading branch information
woutdenolf authored Feb 21, 2024
2 parents b373d8f + 1a5816a commit a05a4ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pynxxas unit tests
name: tests

on:
# Triggers the workflow on push only for the main branch or pull request events
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# pynxxas
Library for reading and writing XAS data in NeXus format.

<p align="center">
<a href="https://pynxxas.readthedocs.io" alt="Documentation">
<img src="https://readthedocs.org/projects/pynxxas/badge/?version=latest" /></a>
<a href="https://github.com/XraySpectroscopy/pynxxas/actions/workflows/ci.yml" alt="CI Status">
<img src="https://github.com/XraySpectroscopy/pynxxas/actions/workflows/ci.yml/badge.svg" /></a>
<a href="https://github.com/XraySpectroscopy/pynxxas?tab=MIT-1-ov-file#MIT-1-ov-file" alt="License">
<img src="https://img.shields.io/badge/license-MIT-blue" /></a>
<a href="https://github.com/psf/black" alt="Code Style">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" /></a>
</p>

0 comments on commit a05a4ad

Please sign in to comment.