Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
a7f2c4e1
Commit
a7f2c4e1
authored
Mar 21, 2012
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation fixes.
parent
1ce2b843
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
theme.conf
doc/_themes/flask/theme.conf
+2
-2
index.rst
doc/index.rst
+1
-4
quickstart.rst
doc/quickstart.rst
+1
-1
No files found.
doc/_themes/flask/theme.conf
View file @
a7f2c4e1
...
@@ -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
=
120
px
index_logo_height
=
120
px
touch_icon
=
touch_icon
=
doc/index.rst
View file @
a7f2c4e1
...
@@ -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`
...
...
doc/quickstart.rst
View file @
a7f2c4e1
...
@@ -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
--------
--------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment