Skip to content

Commit f0524a2

Browse files
committed
fix header formatting
1 parent 57b6682 commit f0524a2

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

assignments/week07/athome/assignment.rst

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
Assignment - Prep
2-
-----------------
1+
Week 7 Assignment Instructions
2+
==============================
3+
4+
Prep
5+
----
36

47
For this week, you have *no* code assignment.
58

@@ -16,8 +19,8 @@ to take a while if you don't already have it.
1619

1720
**Windows**: You all are safe for the time being.
1821

19-
Assignment - Virtualenv
20-
-----------------------
22+
Virtualenv
23+
----------
2124

2225
With that prep work out of the way, you're ready to start. First, set up a
2326
virtualenv:
@@ -29,8 +32,8 @@ virtualenv:
2932

3033
Remeber, Windows users: ``> pyramidenv\Scripts\activate``
3134

32-
Assignment - Install Pyramid
33-
----------------------------
35+
Install Pyramid
36+
---------------
3437

3538
Once you've got a virtualenv set up and ready to go, install Pyramid:
3639

@@ -40,8 +43,8 @@ This will install a number of dependency packages, do not be alarmed.
4043

4144
Next, we'll install a different kind of Database, the ZODB.
4245

43-
Assignment - Install ZODB
44-
-------------------------
46+
Install ZODB
47+
------------
4548

4649
If you're on OS X or Linux:
4750

@@ -68,8 +71,8 @@ virtualenv:
6871

6972
If you get an ImportError when you try that, you're not done. Contact me.
7073

71-
Assignment - Extras
72-
-------------------
74+
Extras
75+
------
7376

7477
Next, we'll need to finish installing the bits we need for our work next
7578
week:
@@ -83,8 +86,8 @@ week:
8386
These tools will allow us to manage ZODB connections, debug our app, and run
8487
cool tests.
8588

86-
Assignment - Set Up Project
87-
---------------------------
89+
Set Up Project
90+
--------------
8891

8992
And finally, we'll set up a project for ourselves. This is like running
9093
'startproject' for django in a way:

0 commit comments

Comments
 (0)