summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-18 21:35:48 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-18 21:35:48 -0400
commit1e714557ec6fdca3076038578f9e1e5f43b2722e (patch)
tree40a5bfa6162e6b1ddc5e43dd0f08c8cc9798071d /docs/index.rst
parentde6d4933af4201ac6a8c4f7a2b9802dd7ed52cc2 (diff)
downloadcmd2-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.rst12
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