Commit a7f2c4e1 authored by Serge S. Koval's avatar Serge S. Koval

Documentation fixes.

parent 1ce2b843
...@@ -4,6 +4,6 @@ stylesheet = flasky.css ...@@ -4,6 +4,6 @@ stylesheet = flasky.css
pygments_style = flask_theme_support.FlaskyStyle pygments_style = flask_theme_support.FlaskyStyle
[options] [options]
index_logo = '' index_logo =
index_logo_height = 120px index_logo_height = 120px
touch_icon = touch_icon =
...@@ -3,9 +3,6 @@ Flask-AdminEx ...@@ -3,9 +3,6 @@ Flask-AdminEx
Flask-AdminEx is simple and extensible administrative interface framework for `Flask <http://flask.pocoo.org/>`_. Flask-AdminEx is simple and extensible administrative interface framework for `Flask <http://flask.pocoo.org/>`_.
Topics
------
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
...@@ -14,7 +11,7 @@ Topics ...@@ -14,7 +11,7 @@ Topics
Indices and tables Indices and tables
================== ------------------
* :ref:`genindex` * :ref:`genindex`
* :ref:`modindex` * :ref:`modindex`
......
...@@ -193,7 +193,7 @@ you can do something like this:: ...@@ -193,7 +193,7 @@ you can do something like this::
It is very easy to add support for different database backends (Mongo, etc) by inheriting from `BaseModelView` It is very easy to add support for different database backends (Mongo, etc) by inheriting from `BaseModelView`
class and implementing database-related methods. class and implementing database-related methods.
Please refer to documentation on how to customize behavior of model-based administrative views. Please refer to :mod:`flask.ext.adminex.ext.sqlamodel` documentation on how to customize behavior of model-based administrative views.
Examples Examples
-------- --------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment