Chris McDonough
2014-04-08 c3ef4170b195f08f9563256a3cbdd614d786acef
make pdf build again
1 files modified
34 ■■■■ changed files
docs/narr/project.rst 34 ●●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -476,23 +476,23 @@
.. 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`
---------------------------------