Commit 36e4bc8b authored by Serge S. Koval's avatar Serge S. Koval

Updated doc and readme.

parent d7b887cd
...@@ -19,7 +19,7 @@ Small example (Flask initialization omitted):: ...@@ -19,7 +19,7 @@ Small example (Flask initialization omitted)::
admin.add_view(GalleryManager(name='Photos', category='Cats')) admin.add_view(GalleryManager(name='Photos', category='Cats'))
admin.setup_app(app) admin.setup_app(app)
If you're looking for 0.x version of the Flask-Admin written by Andy Wilson, check `here <http://github.com/wilsaj/flask-admin>`_. If you're looking for 0.x version of the Flask-Admin written by Andy Wilson, check `here <http://github.com/wilsaj/flask-admin-old>`_.
Documentation Documentation
------------- -------------
...@@ -34,9 +34,9 @@ Flask-Admin is built with help of `Twitter Bootstrap <http://twitter.github.com/ ...@@ -34,9 +34,9 @@ Flask-Admin is built with help of `Twitter Bootstrap <http://twitter.github.com/
Kudos Kudos
----- -----
Some ideas were taken from the `Flask-Admin <https://github.com/wilsaj/flask-admin>`_ by Andy Wilson. Some ideas were taken from the `Flask-Admin <https://github.com/wilsaj/flask-admin-old>`_ by Andy Wilson.
Examples Examples
-------- --------
Library comes with few examples, you can find them in _examples_ directory. Library comes with few examples, you can find them in `examples` directory.
<h3>Useful Links</h3> <h3>Useful Links</h3>
<ul> <ul>
<li><a href="http://flask.pocoo.org/">The Flask Website</a></li> <li><a href="http://flask.pocoo.org/">The Flask Website</a></li>
<li><a href="http://github.com/mrjoes/flask-adminex">Flask-AdminEx @ github</a></li> <li><a href="http://github.com/mrjoes/flask-admin">Flask-Admin @ github</a></li>
</ul> </ul>
<a href="http://github.com/mrjoes/flask-adminex"><img style="position: fixed; top: 0; right: 0; border: 0;" <a href="http://github.com/mrjoes/flask-admin"><img style="position: fixed; top: 0; right: 0; border: 0;"
src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a> src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
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