Commit 5a31c248 authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #347 from petrus-jvrensburg/docs

Docs
parents 7bb0ea6d 052dacf0
...@@ -7,9 +7,9 @@ Flask-Admin ...@@ -7,9 +7,9 @@ Flask-Admin
Introduction Introduction
------------ ------------
Flask-Admin is a batteries-included, simple-to-use Flask extension that lets you add admin interfaces to Flask Flask-Admin is a batteries-included, simple-to-use `Flask <http://flask.pocoo.org/>`_ extension that lets you
applications. It is inspired by the *django-admin* package, but implemented in such a way that the developer has total control add admin interfaces to Flask applications. It is inspired by the *django-admin* package, but implemented in such
of the look, feel and functionality of the resulting application. a way that the developer has total control of the look, feel and functionality of the resulting application.
Out-of-the-box, Flask-Admin plays nicely with various ORM's, including Out-of-the-box, Flask-Admin plays nicely with various ORM's, including
......
...@@ -4,7 +4,7 @@ stylesheet = flasky.css ...@@ -4,7 +4,7 @@ stylesheet = flasky.css
pygments_style = flask_theme_support.FlaskyStyle pygments_style = flask_theme_support.FlaskyStyle
[options] [options]
index_logo = index_logo = 'flask-admin.png'
index_logo_height = 120px index_logo_height = 140px
touch_icon = touch_icon =
github_fork = 'mrjoes/flask-admin' github_fork = 'mrjoes/flask-admin'
...@@ -115,12 +115,12 @@ html_theme_path = ['_themes'] ...@@ -115,12 +115,12 @@ html_theme_path = ['_themes']
# The name of an image file (relative to this directory) to place at the top # The name of an image file (relative to this directory) to place at the top
# of the sidebar. # of the sidebar.
#html_logo = None #html_logo = '_static/logo.png'
# The name of an image file (within the static path) to use as favicon of the # The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large. # pixels large.
#html_favicon = None html_favicon = 'favicon.ico'
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
...@@ -129,7 +129,7 @@ html_static_path = ['_static'] ...@@ -129,7 +129,7 @@ html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.
#html_last_updated_fmt = '%b %d, %Y' html_last_updated_fmt = '%b %d, %Y'
# If true, SmartyPants will be used to convert quotes and dashes to # If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities. # typographically correct entities.
......
This diff is collapsed.
Flask-Admin Flask-Admin
=========== ===========
Flask-Admin is simple and extensible administrative interface framework for `Flask <http://flask.pocoo.org/>`_. Flask-Admin is a batteries-included, simple-to-use `Flask <http://flask.pocoo.org/>`_ extension that lets you
add admin interfaces to Flask applications. It is inspired by the *django-admin* package, but implemented in such
a way that the developer has total control of the look, feel and functionality of the resulting application.
Browse through the documentation below to learn more about what you can do with Flask-Admin. Or head over to
`our GitHub repository <http://github.com/mrjoes/flask-admin>`_ to find out how you can contribute to the project.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
......
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