Skip to content
Snippets Groups Projects
Commit 4b3207d2 authored by David Bergström's avatar David Bergström
Browse files

Use under categories for subclasses and increase depth to find them

parent 20a04e7a
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ Table of contents
-----------------
.. toctree::
:maxdepth: 2
:maxdepth: 3
gettingstarted
managers
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment