diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-05-15 03:10:04 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-05-15 03:10:04 -0700 |
| commit | 7a2117fad97dc4a896caa6e98fe1b37bbea3b531 (patch) | |
| tree | e0c370e7db320513befa0598d71937362e0169ef /docs/quick_tutorial | |
| parent | f5cbb0499b18e4681299529b6a689bcf9361cd74 (diff) | |
| parent | 9337737a9ce2403c724cdd4d3ce8a7f0e5e85e47 (diff) | |
| download | pyramid-7a2117fad97dc4a896caa6e98fe1b37bbea3b531.tar.gz pyramid-7a2117fad97dc4a896caa6e98fe1b37bbea3b531.tar.bz2 pyramid-7a2117fad97dc4a896caa6e98fe1b37bbea3b531.zip | |
Merge pull request #2573 from stevepiercy/master
update latexindex.rst and its parts to better align with index.rst
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 1f2b4da97..62dd570fc 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 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`` |
