summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`
---------------------------------