Skip to content

Commit

Permalink
add RTD badge; push version
Browse files Browse the repository at this point in the history
  • Loading branch information
profjsb committed Jul 23, 2019
1 parent 910f6ca commit f5e1a1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.com/profjsb/deepCR.svg?token=baKtC9yCzzwzzqM9ihAX&branch=master)](https://travis-ci.com/profjsb/deepCR) [![codecov](https://codecov.io/gh/profjsb/deepCR/branch/master/graph/badge.svg?token=SIwJFmKJqr)](https://codecov.io/gh/profjsb/deepCR)
[![Documentation Status](https://readthedocs.org/projects/deepcr/badge/?version=latest)](https://deepcr.readthedocs.io/en/latest/?badge=latest)

## deepCR: Deep Learning Based Cosmic Ray Removal for Astronomical Images

Expand Down
2 changes: 1 addition & 1 deletion deepCR/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

__all__ = model.__all__

__version__ = '0.1.2'
__version__ = '0.1.3'
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ deepCR: Deep Learning Based Cosmic Ray Removal for Astronomical Images
:target: https://codecov.io/gh/profjsb/deepCR
:alt: codecov

.. image:: https://readthedocs.org/projects/deepcr/badge/?version=latest
:target: https://deepcr.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

Welcome to the documentation for `deepCR`. You will use `deepCR` to apply a learned convolutional neural net (CNN) model to a 2d ``numpy`` array to identify and remove cosmic rays, on multi-core CPUs or GPUs.

.. image:: https://raw.githubusercontent.com/profjsb/deepCR/master/imgs/postage-sm.jpg
Expand Down

0 comments on commit f5e1a1d

Please sign in to comment.