Skip to content

Commit

Permalink
Merge pull request #184 from ewels/blog
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Apr 28, 2024
2 parents 61b33e5 + 43070d2 commit b0177ae
Show file tree
Hide file tree
Showing 31 changed files with 1,730 additions and 164 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# I use `Untitled.ipynb` and `hello.py` to do some local dev stuff.
/Untitled.ipynb
/hello.py

# Created by https://www.toptal.com/developers/gitignore/api/macos,linux,windows,pycharm+all,visualstudio,intellij+all,python
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,linux,windows,pycharm+all,visualstudio,intellij+all,python
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import rich_click as click

That's it! ✨ Then continue to use Click as you would normally.

> See [`examples/01_simple.py`](examples/01_simple.py) for an example.
> See [`examples/01_simple.py`](https://github.com/ewels/rich-click/blob/main/examples/01_simple.py) for an example.
### Declarative

Expand All @@ -112,7 +112,7 @@ def main():
"""My amazing tool does all the things."""
```

> See [`examples/02_declarative.py`](examples/02_declarative.py) for an example.
> See [`examples/02_declarative.py`](https://github.com/ewels/rich-click/blob/main/examples/02_declarative.py) for an example.
### `rich-click` CLI tool

Expand Down
Binary file added docs/assets/fonts/pixelmix.ttf
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/blog/.authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
authors:
ewels:
name: Phil Ewels
description: rich-click creator
avatar: https://github.com/ewels.png
dwreeves:
name: Daniel Reeves
description: Co-maintainer
avatar: https://github.com/dwreeves.png
2 changes: 2 additions & 0 deletions docs/blog/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Blog

Loading

0 comments on commit b0177ae

Please sign in to comment.