diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-05 15:05:51 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-05 15:05:51 -0600 |
commit | 9e64f600b65d99ea5a83051372372512be698b1b (patch) | |
tree | 7409d3646ff4a0fa349b8e71daa5959cbde342bf /docs/overview/index.rst | |
parent | 4c97ab03825151fd85a875617fde7d0534c9cb72 (diff) | |
download | cmd2-git-9e64f600b65d99ea5a83051372372512be698b1b.tar.gz |
Added a walkthrough of constructing a simple application to the overview
For #709
Diffstat (limited to 'docs/overview/index.rst')
-rw-r--r-- | docs/overview/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/overview/index.rst b/docs/overview/index.rst index 54415a33..831e9bf0 100644 --- a/docs/overview/index.rst +++ b/docs/overview/index.rst @@ -6,10 +6,11 @@ Getting Started :hidden: featuretour + ../examples/example installation integrating alternatives resources - ../examples/quickstart + .. include:: summary.rst |