Browse Source

Provides a link to the examples src

- moved the link towards the top for better visibility
pull/2131/head
wgwz 8 years ago
parent
commit
1b7258f816
  1. 9
      docs/patterns/packages.rst

9
docs/patterns/packages.rst

@ -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
-----------------------

Loading…
Cancel
Save