diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-26 12:57:57 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-26 12:57:57 -0500 |
commit | 8e33bed3f57c7667e132148af76fe646d837e232 (patch) | |
tree | acab882c27707818b644d1d5c778436d9131c2c0 /docs/features/completion.rst | |
parent | 91ab799f293f0789bbb2759aaabc13c00da36b03 (diff) | |
download | cmd2-git-8e33bed3f57c7667e132148af76fe646d837e232.tar.gz |
Fixed broken links in Sphinx docs
Also:
- Added a "linkcheck" task to the invoke tasks
_ Use pseudoterminals for invoke tasks with colored output so that we can see the color when using invoke
Diffstat (limited to 'docs/features/completion.rst')
-rw-r--r-- | docs/features/completion.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/completion.rst b/docs/features/completion.rst index 718fb3ba..41bc3b34 100644 --- a/docs/features/completion.rst +++ b/docs/features/completion.rst @@ -60,7 +60,7 @@ displayed to help the user. .. _arg_decorators: https://github.com/python-cmd2/cmd2/blob/master/examples/arg_decorators.py .. _colors: https://github.com/python-cmd2/cmd2/blob/master/examples/colors.py -.. _tab_autocompletion: https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocompletion..py +.. _tab_autocompletion: https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocompletion.py CompletionItem For Providing Extra Context |