diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-18 21:35:48 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-18 21:35:48 -0400 |
commit | 1e714557ec6fdca3076038578f9e1e5f43b2722e (patch) | |
tree | 40a5bfa6162e6b1ddc5e43dd0f08c8cc9798071d /docs/index.rst | |
parent | de6d4933af4201ac6a8c4f7a2b9802dd7ed52cc2 (diff) | |
download | cmd2-git-1e714557ec6fdca3076038578f9e1e5f43b2722e.tar.gz |
Fixed broken links in README.md due to documentation reorganization
Also:
- Moved Examples before API Reference in overall documentation index
- Added an example project
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst index c21cfeb1..14da2d20 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -58,22 +58,22 @@ Features features/index -API Reference -============= +Examples +======== .. toctree:: :maxdepth: 2 - api/index + examples/index -Examples -======== +API Reference +============= .. toctree:: :maxdepth: 2 - examples/index + api/index Meta |