Skip to content

Commit 4632d95

Browse files
committed
add some more links
1 parent 2883104 commit 4632d95

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ When specifying arguments you may add them to the command tuple OR specify them
183183
]
184184
```
185185

186-
*You only need to install django_typer as an app if you want to use the shellcompletion command to [enable tab-completion](https://django-typer.readthedocs.io/en/latest/shell_completion.html) or if you would like django-typer to install [rich traceback rendering](https://django-typer.readthedocs.io/en/latest/howto.html#configure-rich-stack-traces) for you - which it does by default if rich is also installed.*
186+
*You only need to install [django_typer](https://github.com/bckohan/django-typer) as an app if you want to use the shellcompletion command to [enable tab-completion](https://django-typer.readthedocs.io/en/latest/shell_completion.html) or if you would like django-typer to install [rich traceback rendering](https://django-typer.readthedocs.io/en/latest/howto.html#configure-rich-stack-traces) for you - which it does by default if rich is also installed.*

doc/source/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Installation
2828
'django_typer', # optional!
2929
]
3030
31-
*You only need to install django_typer as an app if you want to use the shellcompletion command
31+
*You only need to install* django-typer_ *as an app if you want to use the shellcompletion command
3232
to* `enable tab-completion <https://django-typer.readthedocs.io/en/latest/shell_completion.html>`_
33-
*or if you would like django-typer to install*
33+
*or if you would like* django-typer_ *to install*
3434
`rich traceback rendering <https://django-typer.readthedocs.io/en/latest/howto.html#configure-rich-stack-traces>`_
3535
*for you - which it does by default if rich is also installed.*

doc/source/refs.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
.. _PyPI: https://pypi.python.org/pypi/django-routines
55
.. _rich: https://rich.readthedocs.io/
66
.. _django-routines: https://pypi.python.org/pypi/django-routines
7+
.. _django-typer: https://pypi.python.org/pypi/django-typer
8+
.. _django_typer: https://github.com/bckohan/django-typer
79
.. _DRY: https://en.wikipedia.org/wiki/Don%27t_repeat_yourself
810
.. _TyperCommand: https://django-typer.readthedocs.io/en/latest/reference.html#django_typer.TyperCommand
911
.. _django-split-settings: https://pypi.org/project/django-split-settings/

0 commit comments

Comments
 (0)