Skip to content

Commit c074957

Browse files
committed
remove shortcut scripts, fix readme fixes #77
1 parent 8d7e27c commit c074957

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def main(arg1: str, arg2: str, arg3: float = 0.5, arg4: int = 1):
8484
"""
8585
```
8686

87-
![Basic Example](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/basic.svg)
87+
![Basic Example](https://raw.githubusercontent.com/bckohan/django-typer/main/examples/helps/basic.svg)
8888

8989
## Multiple Subcommands Example
9090

@@ -153,9 +153,10 @@ def delete(
153153
"""
154154
```
155155

156-
![Multiple Subcommands Example](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/multi.svg)
157-
![Multiple Subcommands Example - create](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/multi_create.svg)
158-
![Multiple Subcommands Example - delete](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/multi_delete.svg)
156+
![Multiple Subcommands Example](https://raw.githubusercontent.com/bckohan/django-typer/main/examples/helps/multi.svg)
157+
![Multiple Subcommands Example - create](https://raw.githubusercontent.com/bckohan/django-typer/main/examples/helps/multi_create.svg)
158+
![Multiple Subcommands Example - delete](https://raw.githubusercontent.com/bckohan/django-typer/main/examples/helps/multi_delete.svg)
159+
159160

160161
## Grouping and Hierarchies Example
161162

@@ -275,7 +276,7 @@ def divide(
275276
return f"{numerator / denominator:.{self.precision}f}"
276277
```
277278

278-
![Grouping and Hierarchies Example](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/hierarchy.svg)
279-
![Grouping and Hierarchies Example - math](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/hierarchy_math.svg)
280-
![Grouping and Hierarchies Example - math multiply](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/hierarchy_math_multiply.svg)
281-
![Grouping and Hierarchies Example - math divide](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/hierarchy_math_divide.svg)
279+
![Grouping and Hierarchies Example](https://raw.githubusercontent.com/bckohan/django-typer/main/examples/helps/hierarchy.svg)
280+
![Grouping and Hierarchies Example - math](https://raw.githubusercontent.com/bckohan/django-typer/main/examples/helps/hierarchy_math.svg)
281+
![Grouping and Hierarchies Example - math multiply](https://raw.githubusercontent.com/bckohan/django-typer/main/examples/helps/hierarchy_math_multiply.svg)
282+
![Grouping and Hierarchies Example - math divide](https://raw.githubusercontent.com/bckohan/django-typer/main/examples/helps/hierarchy_math_divide.svg)

backup.py

-1
This file was deleted.

examples.py

-1
This file was deleted.

howto.py

-1
This file was deleted.

0 commit comments

Comments
 (0)