kopia lustrzana https://github.com/sepandhaghighi/samila
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 updatedpull/209/head
rodzic
46e1969b99
commit
73ea2edb20
|
@ -7,3 +7,5 @@ updates:
|
|||
time: "01:30"
|
||||
open-pull-requests-limit: 10
|
||||
target-branch: dev
|
||||
assignees:
|
||||
- "sepandhaghighi"
|
||||
|
|
|
@ -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: |
|
||||
|
|
|
@ -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)
|
||||
----------
|
51
README.md
51
README.md
|
@ -1,39 +1,28 @@
|
|||
<div align="center">
|
||||
<img src="https://github.com/sepandhaghighi/samila/raw/master/otherfiles/logo.png" width=400 height=400>
|
||||
<br/>
|
||||
<h1>Samila</h1>
|
||||
<br/>
|
||||
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/built%20with-Python3-green.svg" alt="built with Python3" /></a>
|
||||
<a href="https://codecov.io/gh/sepandhaghighi/samila">
|
||||
<img src="https://github.com/sepandhaghighi/samila/raw/master/otherfiles/logo.png" width=400 height=400>
|
||||
<br/>
|
||||
<h1>Samila</h1>
|
||||
<br/>
|
||||
<a href="https://www.python.org/">
|
||||
<img src="https://img.shields.io/badge/built%20with-Python3-green.svg" alt="built with Python3" />
|
||||
</a>
|
||||
<a href="https://codecov.io/gh/sepandhaghighi/samila">
|
||||
<img src="https://codecov.io/gh/sepandhaghighi/samila/branch/master/graph/badge.svg" />
|
||||
</a>
|
||||
<a href="https://badge.fury.io/py/samila"><img src="https://badge.fury.io/py/samila.svg" alt="PyPI version" height="18"></a>
|
||||
<a href="https://anaconda.org/sepandhaghighi/samila"><img src="https://anaconda.org/sepandhaghighi/samila/badges/version.svg"></a>
|
||||
<a href="https://colab.research.google.com/github/sepandhaghighi/samila/blob/master">
|
||||
</a>
|
||||
<a href="https://badge.fury.io/py/samila">
|
||||
<img src="https://badge.fury.io/py/samila.svg" alt="PyPI version" height="18">
|
||||
</a>
|
||||
<a href="https://anaconda.org/sepandhaghighi/samila">
|
||||
<img src="https://anaconda.org/sepandhaghighi/samila/badges/version.svg">
|
||||
</a>
|
||||
<a href="https://colab.research.google.com/github/sepandhaghighi/samila/blob/master">
|
||||
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Samila-Colab"/>
|
||||
</a>
|
||||
<a href="https://discord.com/invite/94bz5QGZWb">
|
||||
</a>
|
||||
<a href="https://discord.com/invite/94bz5QGZWb">
|
||||
<img src="https://img.shields.io/discord/900055829225562162.svg" alt="Discord Channel">
|
||||
</a>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
----------
|
||||
## 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
|
||||
|
|
Ładowanie…
Reference in New Issue