split iterators-and-generators into 2 chapters, added stubs for introduction to python classes (in iterators chapter)

--HG--
rename : iterators-and-generators.html => generators.html
This commit is contained in:
Mark Pilgrim
2009-04-20 11:35:16 -04:00
parent 55af56f960
commit d77d31e68d
9 changed files with 354 additions and 257 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ h1,h2{letter-spacing:-1px}
h1,h1 code{font-size:xx-large}
h2,h2 code{font-size:x-large}
h3,h3 code{font-size:large}
h1{border-bottom:4px double;width:100%;margin:1em 0}
h1{border-bottom:4px double;width:100%;margin:1em 0;text-shadow:gainsboro 1px 1px 1px}
h1:before{content:"Chapter " counter(h1) ". "}
h1{counter-reset:h2}
h2:before{counter-increment:h2;content:counter(h1) "." counter(h2) ". "}