Bläddra i källkod

Improve docs navigation

Denis K 8 år sedan
förälder
incheckning
52cfc6aa6d
3 ändrade filer med 6 tillägg och 6 borttagningar
  1. 1 1
      docs/dashboard.rst
  2. 4 4
      docs/dashboard_custom.rst
  3. 1 1
      docs/dashboard_custom_module.rst

+ 1 - 1
docs/dashboard.rst

@@ -5,6 +5,6 @@ Dashboard
 .. toctree::
    :maxdepth: 2
 
-   dashboard_getting_started
+   dashboard_custom
    dashboard_modules
    dashboard_custom_module

+ 4 - 4
docs/dashboard_getting_started.rst → docs/dashboard_custom.rst

@@ -1,6 +1,6 @@
-===============
-Getting Started
-===============
+================
+Custom Dashboard
+================
 
 .. note::
    Django JET Dashboard tries to be as compatible as possible with django-admin-tools dashboard so that
@@ -63,4 +63,4 @@ Set Up Custom Dashboard
 
 That's all, now you have dashboard with only one widget - ``LinkList``. Dashboard reset may be needed
 if your had another dashboard already rendered for any user. Visit :doc:`dashboard_modules` to learn
-other widgets you can add to your custom dashboard or create your own.
+other widgets you can add to your custom dashboard or :doc:`dashboard_custom_module` to create your own.

+ 1 - 1
docs/dashboard_custom_module.rst

@@ -1,5 +1,5 @@
 =======================
-Custom Dashboard module
+Custom Dashboard Module
 =======================