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/api | |
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/api')
-rw-r--r-- | docs/api/cmd.rst | 4 | ||||
-rw-r--r-- | docs/api/index.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/api/cmd.rst b/docs/api/cmd.rst index f9eefab2..35e9ae69 100644 --- a/docs/api/cmd.rst +++ b/docs/api/cmd.rst @@ -1,2 +1,2 @@ -cmd object -========== +cmd2.Cmd +======== diff --git a/docs/api/index.rst b/docs/api/index.rst index fd8cec36..15138cc1 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -1,5 +1,5 @@ -API -=== +API Reference +============= .. toctree:: :maxdepth: 1 |