summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/tutorial_approach.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-05-16 23:49:34 -0700
committerGitHub <noreply@github.com>2018-05-16 23:49:34 -0700
commite080c91869d23eeb2567bb83db03c3f92e0a711c (patch)
treeebd015a751859587c2c94ec462f995feb9dea261 /docs/quick_tutorial/tutorial_approach.rst
parenta5dc96147bc939d17404073f617c30a6903d22b5 (diff)
parentb1c8eb77e7c1f289f890066328eec6712713e06b (diff)
downloadpyramid-e080c91869d23eeb2567bb83db03c3f92e0a711c.tar.gz
pyramid-e080c91869d23eeb2567bb83db03c3f92e0a711c.tar.bz2
pyramid-e080c91869d23eeb2567bb83db03c3f92e0a711c.zip
Merge pull request #3288 from stevepiercy/docs-2572-support-xelatex
support xelatex as a PDF and to render Unicode characters Closes #2572
Diffstat (limited to 'docs/quick_tutorial/tutorial_approach.rst')
-rw-r--r--docs/quick_tutorial/tutorial_approach.rst16
1 files changed, 8 insertions, 8 deletions
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``