* doc : setup.py website and email updated

* doc : CODE_OF_CONDUCT.md email updated

* fix : samila_help function updated

* doc : README updated
pull/154/head
Sepand Haghighi 2022-09-15 08:35:07 +04:30 zatwierdzone przez GitHub
rodzic 2717332d85
commit 2fadfea62f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
6 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at info@4r7.ir. All
reported by contacting the project team at info@samila.site. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.

Wyświetl plik

@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Anaconda workflow
### Changed
- `README.md` updated
- `CODE_OF_CONDUCT.md` updated
- `demo.ipynb` updated
- `cmap` parameter added to `plot` method
- Random mode modified
- Test system modified
- `generate` method optimized
- `samila_help` function updated
## [0.8] - 2022-06-01
### Added
- `INVALID_COLOR_TYPE_ERROR` error

Wyświetl plik

@ -364,7 +364,7 @@ Samila can be used online in interactive Jupyter Notebooks via the Binder or Col
## Issues & bug reports
Just fill an issue and describe it. We'll check it ASAP!
Just fill an issue and describe it. We'll check it ASAP! or send an email to [info@samila.site](mailto:info@samila.site "info@samila.site").
- Please complete the issue template

Wyświetl plik

@ -638,6 +638,7 @@ def samila_help():
:return: None
"""
print(OVERVIEW)
print("Website : https://www.samila.site")
print("Repo : https://github.com/sepandhaghighi/samila")

Wyświetl plik

@ -37,8 +37,8 @@ setup(
long_description=read_description(),
long_description_content_type='text/markdown',
author='Samila Development Team',
author_email='info@4r7.ir',
url='https://github.com/sepandhaghighi/samila',
author_email='info@samila.site',
url='https://www.samila.site',
download_url='https://github.com/sepandhaghighi/samila/tarball/v0.8',
keywords="generative-art art nft file nft-storage",
project_urls={

Wyświetl plik

@ -88,5 +88,6 @@ create arts based on many thousand points. The position of every single
point is calculated by a formula, which has random parameters.
Because of the random numbers, every image looks different.
<BLANKLINE>
Website : https://www.samila.site
Repo : https://github.com/sepandhaghighi/samila
"""