Skip to content

Commit

Permalink
Add badges to README (#15)
Browse files Browse the repository at this point in the history
* add badges to readme

* add missing blank line after list

* add news fragment

[skip ci]
  • Loading branch information
mcflugen authored May 13, 2022
1 parent 7ad4b88 commit b347bb3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ Contributors

* Jenny Knuth
* Mark Piper
* Greg Tucker
* Greg Tucker

13 changes: 9 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
============
.. image:: https://github.com/landlab/landlab-rest/actions/workflows/test.yml/badge.svg
:target: https://github.com/landlab/landlab-rest/actions/workflows/test.yml

.. image:: https://github.com/landlab/landlab-rest/actions/workflows/flake8.yml/badge.svg
:target: https://github.com/landlab/landlab-rest/actions/workflows/flake8.yml

.. image:: https://github.com/landlab/landlab-rest/actions/workflows/black.yml/badge.svg
:target: https://github.com/landlab/landlab-rest/actions/workflows/black.yml

landlab REST
============

A RESTful interface to landlab graphs.


----------
Quickstart
----------

Expand Down Expand Up @@ -46,7 +52,6 @@ You can pass parameters like,
$ curl 'https://0.0.0.0:8080/graphs/raster?shape=4,5&spacing=2.,1.'
------
Docker
------

Expand Down
2 changes: 2 additions & 0 deletions news/15.docs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Added badges to the README file.

0 comments on commit b347bb3

Please sign in to comment.