diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-06 14:00:54 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-06 14:00:54 -0600 |
commit | ba8879b3b47b56821db4a406d1f1542811115138 (patch) | |
tree | 0e9b4d66647fe73948e4a4348f34a0cf1c41e1e5 /docs/examples | |
parent | e5288ee47c0a2bab32b295ce46c5d465e89c0ee2 (diff) | |
download | cmd2-git-ba8879b3b47b56821db4a406d1f1542811115138.tar.gz |
Add links to list of features
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/first_app.rst | 16 |
1 files changed, 8 insertions, 8 deletions
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. |