diff --git a/README.md b/README.md index b032c7f..a044d75 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![DOI](https://zenodo.org/badge/243561456.svg)](https://zenodo.org/badge/latestdoi/243561456) [![Build Status](https://travis-ci.com/wordsworthgroup/orthopoly.svg?branch=master)](https://travis-ci.com/wordsworthgroup/orthopoly) +[![docs](https://img.shields.io/badge/docs-stable-blue)](https://wordsworthgroup.github.io/orthopoly/) This is a package for using sets of orthogonal functions/polynomials. Currently, it includes Chebyshev, Legendre, and Gegenbauer polynomials. It also has real, two-dimensional spherical harmonics. It's MIT licensed. Use it almost however you like. **Documentation** is available here: [https://wordsworthgroup.github.io/orthopoly](https://wordsworthgroup.github.io/orthopoly) diff --git a/upload.bat b/upload.sh similarity index 53% rename from upload.bat rename to upload.sh index a2aa56b..b3b19af 100644 --- a/upload.bat +++ b/upload.sh @@ -1,2 +1,2 @@ python setup.py sdist bdist_wheel -python -m twine upload dist/* \ No newline at end of file +python -m twine upload dist/*