Skip to content

Commit

Permalink
Minor edits (#218)
Browse files Browse the repository at this point in the history
* fix : ubuntu version set to 20.04

* doc : dependencies section removed from README.md

* doc : notebooks links updated

* doc : CHANGELOG updated
  • Loading branch information
sepandhaghighi authored Dec 17, 2022
1 parent e0ce3ad commit 1f43b52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-20.04, windows-latest, macOS-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
pip install notebook>=5.2.2
python otherfile/notebook_check.py
if: matrix.python-version == 3.8 && matrix.os == 'ubuntu-latest'
if: matrix.python-version == 3.8 && matrix.os == 'ubuntu-20.04'
- name: Other tests
run: |
python -m vulture art/ otherfile/ setup.py art_profile.py --min-confidence 65 --exclude=__init__.py --sort-by-size
Expand All @@ -53,7 +53,7 @@ jobs:
run: |
coverage run -m art test2
codecov
if: matrix.python-version == 3.8 && matrix.os == 'ubuntu-latest'
if: matrix.python-version == 3.8 && matrix.os == 'ubuntu-20.04'
- name: Profile
run: |
python -m cProfile -s cumtime art_profile.py
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Test system modified
- `README.md` modified
## [5.8] - 2022-11-23
### Added
- 8 new font
Expand Down
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
* [Try ART in Your Browser](https://github.com/sepandhaghighi/art#try-art-in-your-browser)
* [Screen Record](https://github.com/sepandhaghighi/art#screen-record)
* [Issues & Bug Reports](https://github.com/sepandhaghighi/art#issues--bug-reports)
* [Dependencies](https://github.com/sepandhaghighi/art#dependencies)
* [Contribution](https://github.com/sepandhaghighi/art/blob/master/.github/CONTRIBUTING.md)
* [Reference](https://github.com/sepandhaghighi/art#reference)
* [Authors](https://github.com/sepandhaghighi/art/blob/master/AUTHORS.md)
Expand Down Expand Up @@ -779,9 +778,9 @@ Just send your text to one of these bots. πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡
<p>Screen Record</p>
</div>

* View full font list ([Link1](https://github.com/sepandhaghighi/art/blob/master/FontList.ipynb "Full Font List"),[Link2](http://art.shaghighi.ir/FontList.html "Full Font List"))
* View full art list ([Link1](https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb "Full Art List"),[Link2](http://art.shaghighi.ir/ArtList.html "Full Art List"))
* View full decoration list ([Link1](https://github.com/sepandhaghighi/art/blob/master/DecorList.ipynb "Full Decoration List"),[Link2](http://art.shaghighi.ir/DecorList.html "Full Decoration List"))
* View full font list ([Link1](https://github.com/sepandhaghighi/art/blob/master/FontList.ipynb "Full Font List"),[Link2](https://www.ascii-art.site/FontList.html "Full Font List"))
* View full art list ([Link1](https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb "Full Art List"),[Link2](https://www.ascii-art.site/ArtList.html "Full Art List"))
* View full decoration list ([Link1](https://github.com/sepandhaghighi/art/blob/master/DecorList.ipynb "Full Decoration List"),[Link2](https://www.ascii-art.site/DecorList.html "Full Decoration List"))

## Issues & bug reports

Expand All @@ -791,19 +790,6 @@ Just send your text to one of these bots. πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡
3. Website : [https://www.ascii-art.site](https://www.ascii-art.site)
4. Email : [[email protected]](mailto:[email protected] "[email protected]")

## Dependencies

<table>
<tr>
<td align="center">master</td>
<td align="center">dev</td>
</tr>
<tr>
<td align="center"><a href="https://requires.io/github/sepandhaghighi/art/requirements/?branch=master"><img src="https://requires.io/github/sepandhaghighi/art/requirements.svg?branch=master" alt="Requirements Status" /></a></td>
<td align="center"><a href="https://requires.io/github/sepandhaghighi/art/requirements/?branch=dev"><img src="https://requires.io/github/sepandhaghighi/art/requirements.svg?branch=dev" alt="Requirements Status" /></a></td>
</tr>
</table>

## Reference

1. [FIGlet](http://www.figlet.org/)
Expand Down

0 comments on commit 1f43b52

Please sign in to comment.