summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-04-08 17:51:30 -0400
committerChris McDonough <chrism@plope.com>2014-04-08 17:51:30 -0400
commitc3ef4170b195f08f9563256a3cbdd614d786acef (patch)
tree43a21f7e62e760aa183ee29031ca688bc86571fd /docs
parentb66661a72ea2f0fe4bd6aacb83c6c5487401141b (diff)
downloadpyramid-c3ef4170b195f08f9563256a3cbdd614d786acef.tar.gz
pyramid-c3ef4170b195f08f9563256a3cbdd614d786acef.tar.bz2
pyramid-c3ef4170b195f08f9563256a3cbdd614d786acef.zip
make pdf build again
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst34
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 39e55706f..0ada1a379 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -476,23 +476,23 @@ structure:
.. code-block:: text
MyProject/
- ├── CHANGES.txt
- ├── MANIFEST.in
- ├── README.txt
- ├── development.ini
- ├── myproject
- │   ├── __init__.py
- │   ├── static
- │   │   ├── pyramid-16x16.png
- │   │   ├── pyramid.png
- │   │   ├── theme.css
- │   │   └── theme.min.css
- │   ├── templates
- │   │   └── mytemplate.pt
- │   ├── tests.py
- │   └── views.py
- ├── production.ini
- └── setup.py
+ |-- CHANGES.txt
+ |-- development.ini
+ |-- MANIFEST.in
+ |-- myproject
+ | |-- __init__.py
+ | |-- static
+ | | |-- pyramid-16x16.png
+ | | |-- pyramid.png
+ | | |-- theme.css
+ | | `-- theme.min.css
+ | |-- templates
+ | | `-- mytemplate.pt
+ | |-- tests.py
+ | `-- views.py
+ |-- production.ini
+ |-- README.txt
+ `-- setup.py
The ``MyProject`` :term:`Project`
---------------------------------