Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.x] Fix usage documentation #91

Merged
merged 2 commits into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Installation

!!! warning

You're browsing the documentation for an old version of Termspark.
Consider upgrading to Termspark [2.x](/termspark/2.x).

Make sure you got the right python version.

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/termspark)
Expand Down
32 changes: 3 additions & 29 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,4 @@
## from 1.x to 2.x
!!! warning

### Renamed colors
```diff
- bright white
+ white
```

### Removed colors
```diff
- bright black
- bright red
- bright green
- bright yellow
- bright blue
- bright magenta
- bright cyan
```

### Changed colors degree

| Color | 1.x | 2.x |
| --------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
| red | ![#cc0000](https://placehold.it/40x40/cc0000/ffffff?text= ) | ![#FF0000](https://placehold.it/40x40/FF0000/ffffff?text= ) |
| green | ![#4e9a06](https://placehold.it/40x40/4e9a06/ffffff?text= ) | ![#008000](https://placehold.it/40x40/008000/ffffff?text= ) |
| yellow | ![#c4a000](https://placehold.it/40x40/c4a000/ffffff?text= ) | ![#ffff00](https://placehold.it/40x40/ffff00/ffffff?text= ) |
| blue | ![#729fcf](https://placehold.it/40x40/729fcf/ffffff?text= ) | ![#0000ff](https://placehold.it/40x40/0000ff/ffffff?text= ) |
| magenta | ![#75507b](https://placehold.it/40x40/75507b/ffffff?text= ) | ![#ff00ff](https://placehold.it/40x40/ff00ff/ffffff?text= ) |
| cyan | ![#06989a](https://placehold.it/40x40/06989a/ffffff?text= ) | ![#00ffff](https://placehold.it/40x40/00ffff/ffffff?text= ) |
| white | ![#d3d7cf](https://placehold.it/40x40/d3d7cf/ffffff?text= ) | ![#ffffff](https://placehold.it/40x40/ffffff/ffffff?text= ) |
You're browsing the documentation for an old version of Termspark.
Consider upgrading to Termspark [2.x](/termspark/2.x).
Loading
Loading