[DOCS][REFACTOR] Clarify Docs Categorization (#6155)
authorTianqi Chen <tqchen@users.noreply.github.com>
Tue, 28 Jul 2020 14:27:01 +0000 (07:27 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2020 14:27:01 +0000 (07:27 -0700)
This PR categorizes the docs into a few categories:
- How To
- Tutorials
- References
- Deep Dive
- MISC

Co-authored-by: Chris Hoge <chris@hogepodge.com>
Co-authored-by: Chris Hoge <chris@hogepodge.com>
docs/index.rst

index defaf4a..18b2da7 100644 (file)
@@ -37,11 +37,13 @@ For Developers
 
 .. toctree::
    :maxdepth: 1
-   :caption: Get Started
+   :caption: How to
    :hidden:
 
    install/index
    contribute/index
+   deploy/index
+   dev/how_to
 
 .. toctree::
    :maxdepth: 1
@@ -52,13 +54,6 @@ For Developers
 
 
 .. toctree::
-   :maxdepth: 1
-   :caption: How-to Guide
-   :hidden:
-
-   deploy/index
-
-.. toctree::
    :maxdepth: 2
    :caption: References
    :hidden:
@@ -70,10 +65,9 @@ For Developers
 .. toctree::
    :maxdepth: 2
    :hidden:
-   :caption: For Developers
+   :caption: Deep Dive
 
    dev/index
-   dev/how_to
 
 .. toctree::
    :maxdepth: 2