Skip to content

Commit

Permalink
add some more links
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jun 5, 2024
1 parent 2883104 commit 4632d95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ When specifying arguments you may add them to the command tuple OR specify them
]
```

*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.*
*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.*
4 changes: 2 additions & 2 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Installation
'django_typer', # optional!
]
*You only need to install django_typer as an app if you want to use the shellcompletion command
*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*
*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.*
2 changes: 2 additions & 0 deletions doc/source/refs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.. _PyPI: https://pypi.python.org/pypi/django-routines
.. _rich: https://rich.readthedocs.io/
.. _django-routines: https://pypi.python.org/pypi/django-routines
.. _django-typer: https://pypi.python.org/pypi/django-typer
.. _django_typer: https://github.com/bckohan/django-typer
.. _DRY: https://en.wikipedia.org/wiki/Don%27t_repeat_yourself
.. _TyperCommand: https://django-typer.readthedocs.io/en/latest/reference.html#django_typer.TyperCommand
.. _django-split-settings: https://pypi.org/project/django-split-settings/
Expand Down

0 comments on commit 4632d95

Please sign in to comment.