Steve Piercy
2013-09-24 4dba7f1d1cff62d7d5f3aa609fe004b27bcd93e9
correct project structure
3 files modified
19 ■■■■ changed files
docs/_static/directory_structure_generic.png patch | view | raw | blame | history
docs/_static/directory_structure_pyramid.png patch | view | raw | blame | history
docs/quick_tour.rst 19 ●●●● patch | view | raw | blame | history
docs/_static/directory_structure_generic.png

docs/_static/directory_structure_pyramid.png

docs/quick_tour.rst
@@ -208,13 +208,7 @@
    # Windows
    # TODO Something goes here
Our Python environment now has the Pyramid software available.  Your directory structure should now look like the following image.
.. figure:: _static/directory_structure_pyramid.png
   :alt: Pyramid directory structure
   A Pyramid directory structure.
Our Python environment now has the Pyramid software available.
.. note::
@@ -238,9 +232,16 @@
    Pyramid tutorials.
.. figure:: _static/directory_structure_generic.png
   :alt: generic directory structure
   :alt: generic project directory structure
   A generic directory structure.
   A generic project directory structure.
A typical Pyramid project will look as follows.
.. figure:: _static/directory_structure_pyramid.png
   :alt: typical Pyramid directory structure
   A typical Pyramid directory structure.
Hello World