Skip to content

Commit

Permalink
Move README.md to README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Nov 5, 2018
1 parent 655c253 commit fafaf15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions README.md → README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# shenfun
shenfun
-------

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/dc9c6e8e33c34382b76d38916852b36b)](https://app.codacy.com/app/mikaem/shenfun?utm_source=github.com&utm_medium=referral&utm_content=spectralDNS/shenfun&utm_campaign=badger)
[![Build Status](https://travis-ci.org/spectralDNS/shenfun.svg?branch=master)](https://travis-ci.org/spectralDNS/shenfun)
[![CircleCI](https://circleci.com/gh/spectralDNS/shenfun.svg?style=svg)](https://circleci.com/gh/spectralDNS/shenfun)
[![codecov](https://codecov.io/gh/spectralDNS/shenfun/branch/master/graph/badge.svg)](https://codecov.io/gh/spectralDNS/shenfun)
.. image:: https://api.codacy.com/project/badge/Grade/dc9c6e8e33c34382b76d38916852b36b)
:target: https://app.codacy.com/app/mikaem/shenfun?utm_source=github.com&utm_medium=referral&utm_content=spectralDNS/shenfun&utm_campaign=badger
.. image:: https://travis-ci.org/spectralDNS/shenfun.svg?branch=master)
:target: https://travis-ci.org/spectralDNS/shenfun
.. image:: https://circleci.com/gh/spectralDNS/shenfun.svg?style=svg)
:target: https://circleci.com/gh/spectralDNS/shenfun
.. image:: https://codecov.io/gh/spectralDNS/shenfun/branch/master/graph/badge.svg)
:target: https://codecov.io/gh/spectralDNS/shenfun

Description
-----------
Expand All @@ -14,7 +19,7 @@ The demo folder contains several examples for the Poisson, Helmholtz and Biharmo
About
-----
Shenfun is developed by

- Mikael Mortensen, University of Oslo

Contact
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def version():
m = re.search(r"__version__\s*=\s*'(.*)'", f.read())
return m.groups()[0]

with open("README.md", "r") as fh:
with open("README.rst", "r") as fh:
long_description = fh.read()

if __name__ == '__main__':
Expand Down

0 comments on commit fafaf15

Please sign in to comment.