Added docs, fixed some bugs I introduced last commit

This commit is contained in:
Armin Ronacher 2010-04-10 15:49:15 +02:00
parent 7d6b8e9ab3
commit 3d719f35f5
13 changed files with 808 additions and 10 deletions

7
docs/_templates/sidebarintro.html vendored Normal file
View file

@ -0,0 +1,7 @@
<h3>About Flask</h3>
<p>
Flask is a micro webdevelopment framework for Python. You are currently
looking at the documentation of the development version. Things are
not stable yet, but if you have some feedback,
<a href="mailto:armin.ronacher@active-4.com">let me know</a>.
</p>

3
docs/_templates/sidebarlogo.html vendored Normal file
View file

@ -0,0 +1,3 @@
<p class="logo"><a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/flask.png', 1) }}" alt="Logo"/>
</a></p>