From 73ea2edb2008db572f8cfa08bead437f18d609b7 Mon Sep 17 00:00:00 2001 From: Sepand Haghighi Date: Sun, 14 Apr 2024 05:31:50 +0330 Subject: [PATCH] Minor edits (#207) * doc : TOC removed from README.md * doc : README.md tags modified * doc : minor edit in README.md titles * doc : AUTHORS.md updated * fix : dependabot.yml updated * fix : test.yml coverage section updated --- .github/dependabot.yml | 2 ++ .github/workflows/test.yml | 4 ++- AUTHORS.md | 8 +++--- README.md | 57 +++++++++++++++----------------------- 4 files changed, 32 insertions(+), 39 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 24e7372..79967b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,5 @@ updates: time: "01:30" open-pull-requests-limit: 10 target-branch: dev + assignees: + - "sepandhaghighi" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd42266..417157d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,9 +59,11 @@ jobs: python otherfiles/notebook_check.py if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS - name: cProfile run: | diff --git a/AUTHORS.md b/AUTHORS.md index 8bc08bd..aacf479 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,10 +1,10 @@ -# Core Developer # +# Core Developers ---------- -- Sepand Haghighi - Sharif University of Technology - [@sepandhaghighi](http://github.com/sepandhaghighi) -- Sadra Sabouri - Sharif University of Technology - [@sadrasabouri](https://github.com/sadrasabouri) +- Sepand Haghighi - Open Science Laboratory ([Github](https://github.com/sepandhaghighi)) +- Sadra Sabouri - Open Science Laboratory ([Github](https://github.com/sadrasabouri)) -# Other Contributors # +# Other Contributors - Mohammad Hosein Moslemi - [@mhmoslemi2338](https://github.com/mhmoslemi2338) - Evan Slack - [@evanofslack](https://github.com/evanofslack) ---------- \ No newline at end of file diff --git a/README.md b/README.md index 91f9c3e..7e8b4f4 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,28 @@
- -
-

Samila

-
-built with Python3 - - - -PyPI version - - - Samila-Colab - - - Discord Channel - + +
+

Samila

+
+ + built with Python3 + + + + + + PyPI version + + + + + + Samila-Colab + + + Discord Channel +
----------- -## Table of contents - * [Overview](https://github.com/sepandhaghighi/samila#overview) - * [Installation](https://github.com/sepandhaghighi/samila#installation) - * [Usage](https://github.com/sepandhaghighi/samila#usage) - * [Mathematical Details](https://github.com/sepandhaghighi/samila#mathematical-details) - * [Try Samila in Your Browser](https://github.com/sepandhaghighi/samila#try-samila-in-your-browser) - * [Issues & Bug Reports](https://github.com/sepandhaghighi/samila#issues--bug-reports) - * [Social Media](https://github.com/sepandhaghighi/samila#social-media) - * [Contribution](https://github.com/sepandhaghighi/samila/blob/master/.github/CONTRIBUTING.md) - * [References](https://github.com/sepandhaghighi/samila#references) - * [Acknowledgments](https://github.com/sepandhaghighi/samila#acknowledgments) - * [Authors](https://github.com/sepandhaghighi/samila/blob/master/AUTHORS.md) - * [License](https://github.com/sepandhaghighi/samila/blob/master/LICENSE) - * [Show Your Support](https://github.com/sepandhaghighi/samila#show-your-support) - * [Changelog](https://github.com/sepandhaghighi/samila/blob/master/CHANGELOG.md) - * [Code of Conduct](https://github.com/sepandhaghighi/samila/blob/master/.github/CODE_OF_CONDUCT.md) ## Overview @@ -213,7 +202,7 @@ You can even rotate your art by using `rotation` parameter. Enter your desired r ⚠️ In **List** mode, the length of this list must be equal to the lengths of data1 and data2 -#### Point Color +#### Point color You can make your custom color map and use it in Samila ```pycon