summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst66
1 files changed, 14 insertions, 52 deletions
diff --git a/docs/index.rst b/docs/index.rst
index df9a1513..68106d9f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -24,21 +24,16 @@ The basic use of ``cmd2`` is identical to that of cmd_.
app.cmdloop()
-Overview
---------
+Getting Started
+---------------
-[create links with short descriptions to the various overview pages here]
+.. include:: overview/summary.rst
.. toctree::
:maxdepth: 2
:hidden:
- :caption: Overview
- overview/featuretour
- overview/installation
- overview/alternatives
- overview/resources
- examples/quickstart
+ overview/index
Migrating from cmd
@@ -48,14 +43,8 @@ Migrating from cmd
.. toctree::
:maxdepth: 2
- :hidden:
- :caption: Migrating from cmd
- migrating/why
- migrating/incompatibilities
- migrating/minimum
- migrating/free_features
- migrating/nextsteps
+ migrating/index
Features
@@ -65,55 +54,28 @@ Features
.. toctree::
:maxdepth: 2
- :hidden:
- :caption: Features
-
- features/generating_output
- features/argument_processing
- features/prompt
- features/help
- features/history
- features/startup_commands
- features/shortcuts_aliases_macros
- features/settings
- features/completion
- features/os
- features/multiline
- features/disable_commands
- features/clipboard
- features/transcript
- features/hooks
- features/plugins
- features/scripting
- features/embedded_python_shells
+ features/index
-Examples
---------------------
-[create links with short descriptions to the various examples pages here]
+API Reference
+-------------
.. toctree::
:maxdepth: 2
- :hidden:
- :caption: Examples
- examples/quickstart
+ api/index
-API Reference
--------------
+Examples
+--------------------
+
+[create links with short descriptions to the various examples pages here]
.. toctree::
:maxdepth: 2
- :hidden:
- :caption: API Reference
- api/cmd
- api/decorators
- api/exceptions
- api/utility_functions
- api/utility_classes
+ examples/index
Meta