diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-05-15 03:02:26 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-05-15 03:02:26 -0700 |
| commit | f3a884f2ef39f7768c82be5dfca759852f1e443a (patch) | |
| tree | 781b53fe3d1ea2bb0a9164a0793388fe2aba1fb0 /docs/quick_tutorial/tutorial_approach.rst | |
| parent | b8dd44f39d4372abfff503904cda94f2030128d7 (diff) | |
| download | pyramid-f3a884f2ef39f7768c82be5dfca759852f1e443a.tar.gz pyramid-f3a884f2ef39f7768c82be5dfca759852f1e443a.tar.bz2 pyramid-f3a884f2ef39f7768c82be5dfca759852f1e443a.zip | |
use characters that don't break the latexpdf builder. See #2572
Diffstat (limited to 'docs/quick_tutorial/tutorial_approach.rst')
| -rw-r--r-- | docs/quick_tutorial/tutorial_approach.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/quick_tutorial/tutorial_approach.rst b/docs/quick_tutorial/tutorial_approach.rst index 6d534fe13..49a6bfd85 100644 --- a/docs/quick_tutorial/tutorial_approach.rst +++ b/docs/quick_tutorial/tutorial_approach.rst @@ -32,14 +32,14 @@ below: .. code-block:: text quick_tutorial - ├── env - └── request_response - ├── tutorial - │ ├── __init__.py - │ ├── tests.py - │ └── views.py - ├── development.ini - └── setup.py + │── env + `── request_response + `── tutorial + │ │── __init__.py + │ │── tests.py + │ `── views.py + │── development.ini + `── setup.py Each of the first-level directories (e.g., ``request_response``) is a *Python project* (except as noted for the ``hello_world`` step). The ``tutorial`` |
