Skip to content

Commit 83ad6f8

Browse files
add badges to docs
1 parent 84649d5 commit 83ad6f8

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
Catalog Analyzer: A library for Spherical Fourier Bessel (SFB) Decomposition
2424
==================================================================================================
2525
26-
CatAna is a C++ library and Python package to perform fast spherical Fourier Bessel transformation (Fourier transformation in spherical coordinates) on discrete, point-like datasets.
26+
CatAna is a C++ library and Python package to perform fast spherical Fourier Bessel transformation (Fourier
27+
transformation in spherical coordinates) on discrete, point-like datasets.
2728

28-
The code is hosted on `GitHub <https://github.com/michaelbuehlmann/CatAna>`_. Please contact the author if you have any questions, find bugs or have ideas to improve CatAna.
29+
The code is hosted on `GitHub <https://github.com/michaelbuehlmann/CatAna>`_. Please contact the author if you have any
30+
questions, find bugs or have ideas to improve CatAna.
2931

3032

3133
Requirements

docs/index.rst

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
.. image:: https://img.shields.io/github/release/michaelbuehlmann/CatAna/all.svg?style=flat-square
2+
:target: https://github.com/michaelbuehlmann/CatAna
3+
4+
.. image:: https://img.shields.io/pypi/v/catana.svg?style=flat-square
5+
:target: https://pypi.python.org
6+
7+
.. image:: https://img.shields.io/github/tag/michaelbuehlmann/CatAna.svg?style=flat-square
8+
:target: https://github.com/michaelbuehlmann/CatAna
9+
10+
.. image:: https://img.shields.io/travis/michaelbuehlmann/CatAna/master.svg?style=flat-square
11+
:target: https://travis-ci.org/michaelbuehlmann/CatAna
12+
13+
.. image:: https://img.shields.io/github/license/michaelbuehlmann/CatAna.svg?style=flat-square
14+
:target: https://github.com/michaelbuehlmann/CatAna
15+
16+
------------------------------------------------------------------------------------------------------------------------
17+
18+
119
.. code-block:: none
220
321
___ __ ____ __ _ _ __ /\
@@ -7,9 +25,11 @@
725
826
Catalog Analyzer: A library for Spherical Fourier Bessel (SFB) Decomposition
927
10-
CatAna is a C++ library and Python package to perform fast spherical Fourier Bessel transformation (Fourier transformation in spherical coordinates) on discrete, point-like datasets.
28+
CatAna is a C++ library and Python package to perform fast spherical Fourier Bessel transformation (Fourier
29+
transformation in spherical coordinates) on discrete, point-like datasets.
1130

12-
The code is hosted on `GitHub <https://github.com/michaelbuehlmann/CatAna>`_. Please contact the author if you have any questions, find bugs or have ideas to improve CatAna.
31+
The code is hosted on `GitHub <https://github.com/michaelbuehlmann/CatAna>`_. Please contact the author if you have any
32+
questions, find bugs or have ideas to improve CatAna.
1333

1434
CatAna's documentation
1535
======================

0 commit comments

Comments
 (0)