diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-03 11:34:35 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-03 11:34:35 -0600 |
commit | 4c97ab03825151fd85a875617fde7d0534c9cb72 (patch) | |
tree | 5cfd0c44864c2417128783a20dcf4d8aef8ca180 | |
parent | 51ea4ba9fbcdfc785a5e9d6bafcac69334e535a8 (diff) | |
download | cmd2-git-4c97ab03825151fd85a875617fde7d0534c9cb72.tar.gz |
Fix headers
-rw-r--r-- | docs/index.rst | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/docs/index.rst b/docs/index.rst index 68106d9f..9480dfd4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,3 +1,4 @@ +==== cmd2 ==== @@ -25,19 +26,19 @@ The basic use of ``cmd2`` is identical to that of cmd_. Getting Started ---------------- +=============== .. include:: overview/summary.rst .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :hidden: overview/index Migrating from cmd ------------------- +================== [create links with short descriptions to the various migrating pages here] @@ -48,7 +49,7 @@ Migrating from cmd Features --------- +======== [create links with short descriptions to the various feature pages here] @@ -59,7 +60,7 @@ Features API Reference -------------- +============= .. toctree:: :maxdepth: 2 @@ -68,7 +69,7 @@ API Reference Examples --------------------- +======== [create links with short descriptions to the various examples pages here] @@ -79,7 +80,9 @@ Examples Meta ----- +==== + +:doc:`doc_conventions` .. toctree:: :maxdepth: 2 @@ -90,10 +93,15 @@ Meta To Be Integrated ----------------- +================ Files from old documentation to be integrated into new structure +* :doc:`freefeatures` +* :doc:`integrating` +* :doc:`settingchanges` +* :doc:`unfreefeatures` + .. toctree:: :maxdepth: 2 :hidden: |