Skip to content

Commit 027610d

Browse files
author
Brian Kohan
committed
fix readme in package, change example helps to dark for contrast #48
1 parent 2c94075 commit 027610d

File tree

11 files changed

+378
-381
lines changed

11 files changed

+378
-381
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,6 @@ More complex groups and subcommand hierarchies can be defined. For example, this
173173
```
174174

175175
![Grouping and Hierarchies Example](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/hierarchy.svg)
176-
![Grouping and Hierarchies Example](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/hierarchy_math.svg)
177-
![Grouping and Hierarchies Example](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/hierarchy_math_multiply.svg)
178-
![Grouping and Hierarchies Example](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/hierarchy_math_divide.svg)
176+
![Grouping and Hierarchies Example - math](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/hierarchy_math.svg)
177+
![Grouping and Hierarchies Example - math multiply](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/hierarchy_math_multiply.svg)
178+
![Grouping and Hierarchies Example - math divide](https://raw.githubusercontent.com/bckohan/django-typer/main/django_typer/examples/helps/hierarchy_math_divide.svg)

django_typer/examples/helps/basic.svg

Lines changed: 68 additions & 68 deletions
Loading

django_typer/examples/helps/hierarchy.svg

Lines changed: 60 additions & 60 deletions
Loading

django_typer/examples/helps/hierarchy_math.svg

Lines changed: 38 additions & 38 deletions
Loading

django_typer/examples/helps/hierarchy_math_divide.svg

Lines changed: 39 additions & 39 deletions
Loading

django_typer/examples/helps/hierarchy_math_multiply.svg

Lines changed: 38 additions & 42 deletions
Loading

django_typer/examples/helps/multi.svg

Lines changed: 58 additions & 58 deletions
Loading

django_typer/examples/helps/multi_create.svg

Lines changed: 36 additions & 36 deletions
Loading

django_typer/examples/helps/multi_delete.svg

Lines changed: 36 additions & 36 deletions
Loading

doc/source/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Change Log
55
v1.1.0
66
======
77

8+
* Implemented `Convert readme to markdown. <https://github.com/bckohan/django-typer/issues/48>`_
89
* Fixed `typer 0.12.0 breaks django_typer 1.0.9 <https://github.com/bckohan/django-typer/issues/47>`_
910

1011

0 commit comments

Comments
 (0)