diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-05-16 23:36:18 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-05-16 23:36:18 -0700 |
| commit | b1c8eb77e7c1f289f890066328eec6712713e06b (patch) | |
| tree | ebd015a751859587c2c94ec462f995feb9dea261 /docs/quick_tutorial | |
| parent | 54a21885712c6daf367393a0a9d788c2688c48cd (diff) | |
| download | pyramid-b1c8eb77e7c1f289f890066328eec6712713e06b.tar.gz pyramid-b1c8eb77e7c1f289f890066328eec6712713e06b.tar.bz2 pyramid-b1c8eb77e7c1f289f890066328eec6712713e06b.zip | |
Use actual tree output characters, now that we have Unicode support
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 18 | ||||
| -rw-r--r-- | docs/quick_tutorial/tutorial_approach.rst | 16 |
2 files changed, 17 insertions, 17 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 6bb12c984..29f263176 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -79,15 +79,15 @@ will reside as we proceed through the tutorial: .. code-block:: text - `── ~ - `── projects - `── quick_tutorial - │── env - `── step_one - │── intro - │ │── __init__.py - │ `── app.py - `── setup.py + ~ + └── projects + └── quick_tutorial + ├── env + └── step_one + ├── intro + │ ├── __init__.py + │ └── app.py + └── setup.py For Linux, the commands to do so are as follows: diff --git a/docs/quick_tutorial/tutorial_approach.rst b/docs/quick_tutorial/tutorial_approach.rst index 8da9f71b3..cbc5c3449 100644 --- a/docs/quick_tutorial/tutorial_approach.rst +++ b/docs/quick_tutorial/tutorial_approach.rst @@ -23,14 +23,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 directories in our ``quick_tutorial`` workspace (e.g., ``request_response``) is a *Python project* (except as noted for the ``hello_world`` step). The ``tutorial`` |
