forked from orbit-oss/flask
Added docs, fixed some bugs I introduced last commit
This commit is contained in:
parent
7d6b8e9ab3
commit
3d719f35f5
13 changed files with 808 additions and 10 deletions
7
docs/_templates/sidebarintro.html
vendored
Normal file
7
docs/_templates/sidebarintro.html
vendored
Normal 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
3
docs/_templates/sidebarlogo.html
vendored
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue