From ba8879b3b47b56821db4a406d1f1542811115138 Mon Sep 17 00:00:00 2001 From: kotfu Date: Sat, 6 Jul 2019 14:00:54 -0600 Subject: Add links to list of features --- docs/examples/first_app.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/first_app.rst b/docs/examples/first_app.rst index 970b5353..30854f81 100644 --- a/docs/examples/first_app.rst +++ b/docs/examples/first_app.rst @@ -6,14 +6,14 @@ First Application Here's a quick walkthrough of a simple application which demonstrates 8 features of ``cmd2``: -* Settings -* Commands -* Argument Parsing -* Generating Output -* Help -* Shortcuts -* Multiline Commands -* History +* :ref:`features/settings:Settings` +* :ref:`features/commands:Commands` +* :ref:`features/argument_processing:Argument Processing` +* :ref:`features/generating_output:Generating Output` +* :ref:`features/help:Help` +* :ref:`features/shortcuts_aliases_macros:Shortcuts` +* :ref:`features/multiline_commands:Multiline Commands` +* :ref:`features/history:Command History` If you don't want to type as we go, you can download the complete source for this example. -- cgit v1.2.1