Skip to content

Commit 1897dd4

Browse files
committed
even more detail in the README
1 parent 217434c commit 1897dd4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ The final day is spent on learning the Python standard library and all its wonde
1010

1111
I have given this presentation at places like BarCamp, HackNY, and other smaller conferences and gatherings.
1212

13+
## View the slides online
14+
1315
Slides can be viewed in compiled form at:
1416

1517
http://pixelmonkey.org/pub/python-training/
18+
19+
## How this was built
20+
21+
Using Python, of course. It's turtles all the way down.
22+
23+
I wrote the slides using [reST](http://docutils.sourceforge.net/rst.html), and specifically Docutils [support for S5 export](http://docutils.sourceforge.net/docs/user/slide-shows.html). Scripts are included to compile the presentation from the index.rst file and also to allow development of new slides with live recompilation using pyinotify (Linux systems only). See `build.sh` and `monitor.sh` for more information.

0 commit comments

Comments
 (0)