From 4c8a5a594c93f3262a2e2e1b93841e19db5a430c Mon Sep 17 00:00:00 2001 From: Mark Baum Date: Sat, 9 Jan 2021 22:26:40 -0600 Subject: [PATCH] fix readme --- README.md | 1 + upload.bat => upload.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename upload.bat => upload.sh (53%) 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/*