From 4b3207d22dd55c7ac8bb8d20560858d8f6527c5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se>
Date: Mon, 6 Aug 2018 10:41:16 +0200
Subject: [PATCH] Use under categories for subclasses and increase depth to
 find them

---
 docs/index.rst    | 2 +-
 docs/managers.rst | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/index.rst b/docs/index.rst
index 2904bff..31a4a97 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -16,7 +16,7 @@ Table of contents
 -----------------
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 3
 
    gettingstarted
    managers
diff --git a/docs/managers.rst b/docs/managers.rst
index e325e5f..926ce11 100644
--- a/docs/managers.rst
+++ b/docs/managers.rst
@@ -38,6 +38,9 @@ BaseLocationManager
 
    .. automethod:: library.BaseLocationManager.get_next_expansion
 
+BaseLocation
+~~~~~~~~~~~~
+
 .. class:: library.BaseLocation
 
    Closely related to BaseLocationManager. This is the datastructure used by
@@ -69,6 +72,9 @@ TechTree
       an instance of the class :class:`library.CCUpgrade`, depending on what
       information is wanted.
 
+TypeData
+~~~~~~~~
+
 .. autoclass:: library.TypeData
    :members:
    :undoc-members:
-- 
GitLab