Provides a link to the examples src

- moved the link towards the top for better visibility
This commit is contained in:
wgwz 2016-12-31 18:51:00 -05:00
parent 46c1383919
commit 1b7258f816

View file

@ -17,6 +17,10 @@ this::
login.html
...
If you find yourself stuck on something, feel free
to take a look at the source code for this example.
You'll find `the full src for this example here`_.
Simple Packages
---------------
@ -114,10 +118,6 @@ You should then end up with something like that::
login.html
...
If you find yourself stuck on something, feel free
to take a look at the source code for this example.
You'll find it located under ``flask/examples/largerapp``.
.. admonition:: Circular Imports
Every Python programmer hates them, and yet we just added some:
@ -134,6 +134,7 @@ You'll find it located under ``flask/examples/largerapp``.
.. _working-with-modules:
.. _the full src for this example here: https://github.com/pallets/flask/tree/master/examples/patterns/largerapp
Working with Blueprints
-----------------------