Skip to content

Commit

Permalink
Merge pull request pallets-eco#929 from flask-admin/docs_refactor
Browse files Browse the repository at this point in the history
Docs refactor
  • Loading branch information
petrus-jvrensburg committed Jul 15, 2015
2 parents 45d6d62 + 4190e31 commit 06156d8
Show file tree
Hide file tree
Showing 37 changed files with 1,253 additions and 1,391 deletions.
7 changes: 4 additions & 3 deletions doc/_templates/sidebarintro.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<h3>Useful Links</h3>
<ul>
<li><a href="http://flask.pocoo.org/">The Flask Website</a></li>
<li><a href="http://github.com/flask-admin/flask-admin">Flask-Admin @ github</a></li>
<li><a href="http://flask.pocoo.org/" target="_blank">Flask</a></li>
<li><a href="http://github.com/flask-admin/flask-admin" target="_blank">Flask-Admin @ github</a></li>
<li><a href="http://examples.flask-admin.org/" target="_blank">Flask-Admin Examples</a></li>
</ul>

<a href="http://github.com/flask-admin/flask-admin"><img style="position: fixed; top: 0; right: 0; border: 0;"
<a href="http://github.com/flask-admin/flask-admin" target="_blank"><img style="position: fixed; top: 0; right: 0; border: 0;"
src="//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
4 changes: 4 additions & 0 deletions doc/_templates/toc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{%- if display_toc %}
<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
{{ toc }}
{%- endif %}
Empty file modified doc/_themes/LICENSE
100644 → 100755
Empty file.
Empty file modified doc/_themes/README
100644 → 100755
Empty file.
3 changes: 1 addition & 2 deletions doc/_themes/flask/layout.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
{% if theme_touch_icon %}
<link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" />
{% endif %}
<link media="only screen and (max-device-width: 480px)" href="{{
pathto('_static/small_flask.css', 1) }}" type= "text/css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
{% endblock %}
{%- block relbar2 %}{% endblock %}
{% block header %}
Expand Down
Empty file modified doc/_themes/flask/relations.html
100644 → 100755
Empty file.
Loading

0 comments on commit 06156d8

Please sign in to comment.