Skip to content

Commit 119abae

Browse files
committed
fix missing homework header in sidebar for session 2
1 parent 0848012 commit 119abae

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

source/presentations/session02.rst

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,28 +1467,34 @@ Now we can update our server code so that it uses the return value of
14671467
response = response_ok(content, mime_type)
14681468
14691469
Homework
1470-
--------
1470+
========
14711471

1472-
You may have noticed that we just added calls to functions that don't yet exist
1473-
1474-
.. rst-class:: build
1472+
.. rst-class:: left
14751473
.. container::
14761474

1477-
It's a program that shows you what you want to do, but won't actually run.
1475+
You may have noticed that we just added calls to functions that don't yet
1476+
exist
1477+
1478+
.. rst-class:: build
1479+
.. container::
1480+
1481+
It's a program that shows you what you want to do, but won't actually
1482+
run.
14781483

1479-
For your homework this week you will create these functions, completing the
1480-
HTTP server.
1484+
For your homework this week you will create these functions, completing
1485+
the HTTP server.
14811486

1482-
Your starting point will be what we've made here in class.
1487+
Your starting point will be what we've made here in class.
14831488

1484-
I've added a directory to ``resources/session02`` called ``homework``.
1489+
I've added a directory to ``resources/session02`` called ``homework``.
14851490

1486-
In it, you'll find this ``http_server.py`` file we've just written in class.
1491+
In it, you'll find this ``http_server.py`` file we've just written in
1492+
class.
14871493

1488-
That file also contains enough stub code for the missing functions to let
1489-
the server run.
1494+
That file also contains enough stub code for the missing functions to
1495+
let the server run.
14901496

1491-
And there are more tests for you to make pass!
1497+
And there are more tests for you to make pass!
14921498

14931499
One Step At A Time
14941500
------------------

0 commit comments

Comments
 (0)