@@ -8,4 +8,3 @@ Dashboard
dashboard_getting_started
dashboard_modules
dashboard_custom_module
- dashboard_base
@@ -0,0 +1,21 @@
+=============
+Dashboard API
+
+This page describes the API of the dashboard and dashboard modules.
+.. _Dashboard:
+Dashboard
+---------
+.. autoclass:: jet.dashboard.dashboard.Dashboard
+ :members:
+.. _Dashboard Module:
+DashboardModule
+---------------
+.. autoclass:: jet.dashboard.modules.DashboardModule
@@ -1,11 +0,0 @@
-============
-Base Classes
-
-.. _Dashboard:
-.. autoclass:: jet.dashboard.dashboard.Dashboard
- :members:
-.. _Dashboard Module:
-.. autoclass:: jet.dashboard.modules.DashboardModule
@@ -36,6 +36,14 @@ Dashboard
dashboard
+.. toctree::
+ :maxdepth: 2
+ dashboard_api
License
=======