From 8e33bed3f57c7667e132148af76fe646d837e232 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 26 Jan 2020 12:57:57 -0500 Subject: 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 --- docs/examples/first_app.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/first_app.rst b/docs/examples/first_app.rst index ef8e97dc..19d573b4 100644 --- a/docs/examples/first_app.rst +++ b/docs/examples/first_app.rst @@ -284,14 +284,14 @@ Users can access command history using two methods: - the `readline `_ library which provides a python interface to the `GNU readline library - `_ + `_ - the ``history`` command which is built-in to ``cmd2`` From the prompt in a ``cmd2``-based application, you can press ``Control-p`` to move to the previously entered command, and ``Control-n`` to move to the next command. You can also search through the command history using ``Control-r``. The `GNU Readline User Manual -`_ has all the +`_ has all the details, including all the available commands, and instructions for customizing the key bindings. -- cgit v1.2.1