浏览代码

Add illustrations

Denis K 8 年之前
父节点
当前提交
5f02a59109

二进制
docs/_static/dashboard_module_app_list.png


二进制
docs/_static/dashboard_module_feed.png


二进制
docs/_static/dashboard_module_google_analytics.png


二进制
docs/_static/dashboard_module_link_list.png


二进制
docs/_static/dashboard_module_model_list.png


二进制
docs/_static/dashboard_module_recent_actions.png


二进制
docs/_static/dashboard_module_settings.png


二进制
docs/_static/dashboard_module_yandex_metrika.png


二进制
docs/_static/side_menu_compact.png


二进制
docs/_static/themes.png


+ 6 - 0
docs/config_file.rst

@@ -27,6 +27,9 @@ To change theme use parameter:
 JET_THEMES
 ----------
 
+.. image:: _static/themes.png
+    :width: 100%
+
 You can allow your users to change admin panel color scheme. This option will add color scheme chooser to the user dropdown menu. Make ``JET_THEMES`` an empty list to disable this feature.
 
 .. code:: python
@@ -75,6 +78,9 @@ to start using your own theme.
 COMPACT MENU
 ------------
 
+.. image:: _static/side_menu_compact.png
+    :width: 100%
+
 If you don't have a lot of apps and models it can be annoying to have a two-level menu.
 In this case you can use menu's compact mode, which will list applications and models in the side menu without need
 to move pointer over applications to show models.

+ 3 - 0
docs/dashboard_custom_module.rst

@@ -47,6 +47,9 @@ Example of ``dashboard_modules.py``:
     should be set, also ``store_children`` should return ``True``. You can validate loaded from database children
     in ``__init__`` method.
 
+.. image:: _static/dashboard_module_settings.png
+    :width: 100%
+
 Example of ``LinkList`` dashboard module which has custom settings and editable list of links:
 
     .. code-block:: python

+ 21 - 0
docs/dashboard_modules.rst

@@ -8,30 +8,45 @@ Build-in dashboard modules
 LinkList
 --------
 
+.. image:: _static/dashboard_module_link_list.png
+    :width: 100%
+
 .. autoclass:: jet.dashboard.modules.LinkList
    :members:
 
 AppList
 -------
 
+.. image:: _static/dashboard_module_app_list.png
+    :width: 100%
+
 .. autoclass:: jet.dashboard.modules.AppList
    :members:
 
 ModelList
 ---------
 
+.. image:: _static/dashboard_module_model_list.png
+    :width: 100%
+
 .. autoclass:: jet.dashboard.modules.ModelList
    :members:
 
 RecentActions
 -------------
 
+.. image:: _static/dashboard_module_recent_actions.png
+    :width: 100%
+
 .. autoclass:: jet.dashboard.modules.RecentActions
    :members:
 
 Feed
 ----
 
+.. image:: _static/dashboard_module_feed.png
+    :width: 100%
+
 .. autoclass:: jet.dashboard.modules.Feed
    :members:
 
@@ -41,6 +56,9 @@ Google Analytics widgets
 .. attention::
    Google Analytics widgets required extra setup
 
+.. image:: _static/dashboard_module_google_analytics.png
+    :width: 100%
+
 Extra Installation
 ------------------
 
@@ -95,6 +113,9 @@ Yandex Metrika widgets
 .. attention::
    Yandex Metrika widgets required extra setup
 
+.. image:: _static/dashboard_module_yandex_metrika.png
+    :width: 100%
+
 Extra Installation
 ------------------