From 2db04d2b9b0a0e85dc0b3b04492872de1a1b0a7c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:36:31 +0000 Subject: [PATCH 1/3] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index ba6a04e..86d48eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ [![PyPI version](https://badge.fury.io/py/py-smps.svg)](https://badge.fury.io/py/py-smps) + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Coverage Status](https://coveralls.io/repos/github/dhhagan/py-smps/badge.svg?branch=master)](https://coveralls.io/github/dhhagan/py-smps?branch=master) [![ci.tests](https://github.com/quant-aq/py-smps/actions/workflows/test-and-report.yml/badge.svg)](https://github.com/quant-aq/py-smps/actions/workflows/test-and-report.yml) @@ -55,6 +58,13 @@ If there is a feature you would like to see or a bug you would like to report, p + + + + + + +
David H Hagan
David H Hagan

💻 ⚠️ 📖 🖋
@@ -78,3 +88,16 @@ $ cd .. ``` Then, you can navigate to your local directory at `docs/build/html/` and open up the `index.html` file in your preferred browser window. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 09215275f0aa1f352ee1a8698f77c7a80dde9da6 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:36:32 +0000 Subject: [PATCH 2/3] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..6ebafb1 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,29 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "dhhagan", + "name": "David H Hagan", + "avatar_url": "https://avatars.githubusercontent.com/u/4370504?v=4", + "profile": "https://www.davidhagan.me", + "contributions": [ + "code", + "test", + "doc", + "content" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "py-smps", + "projectOwner": "quant-aq" +} From fecd6622c77b34edac5a83cabbbc8aea1847dc4b Mon Sep 17 00:00:00 2001 From: David H Hagan Date: Wed, 19 Jul 2023 10:55:46 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 86d48eb..fc0d817 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ + [![PyPI version](https://badge.fury.io/py/py-smps.svg)](https://badge.fury.io/py/py-smps) - -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) - [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Coverage Status](https://coveralls.io/repos/github/dhhagan/py-smps/badge.svg?branch=master)](https://coveralls.io/github/dhhagan/py-smps?branch=master) [![ci.tests](https://github.com/quant-aq/py-smps/actions/workflows/test-and-report.yml/badge.svg)](https://github.com/quant-aq/py-smps/actions/workflows/test-and-report.yml) - + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + # py-smps @@ -53,7 +53,9 @@ We welcome all contributions from the community in the form of issues reporting, If there is a feature you would like to see or a bug you would like to report, please open an issue. We will try to get to things as promptly as possible. Otherwise, feel free to send PR's! -### Contributors +### Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): @@ -65,12 +67,12 @@ If there is a feature you would like to see or a bug you would like to report, p - - +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! + # Documentation @@ -89,15 +91,3 @@ $ cd .. Then, you can navigate to your local directory at `docs/build/html/` and open up the `index.html` file in your preferred browser window. -## Contributors ✨ - -Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): - - - - - - - - -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file