Skip to content

Commit ef09efc

Browse files
committed
renamed quick tutorial to single file tasks tutorial for better description
1 parent a1a2fa3 commit ef09efc

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Contents
99
.. toctree::
1010
:maxdepth: 1
1111

12-
quick_tutorial/quick_tutorial
12+
single_file_tasks/single_file_tasks
1313
wiki_tutorials
1414
humans/index
1515

quick_tutorial/quick_tutorial.rst renamed to single_file_tasks/single_file_tasks.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Pyramid Quick Tutorial
2-
======================
1+
Pyramid Single File Tasks Tutorial
2+
===================================
33

44
This tutorial is intended to provide you with a feel of how a Pyramid web
55
application is created. The tutorial is very short, and focuses on the
@@ -20,7 +20,7 @@ At the end of the tutorial, you'll have a minimal application which:
2020

2121
Here's a screenshot of the final application:
2222

23-
.. image:: quick_tutorial.png
23+
.. image:: single_file_tasks.png
2424

2525
Step 1 - Organizing The Project
2626
-------------------------------
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)