diff --git a/dip3.css b/dip3.css index 29dc9c8..76cc4a9 100755 --- a/dip3.css +++ b/dip3.css @@ -317,6 +317,42 @@ h3:before { counter-increment: h3; content: counter(h1) "." counter(h2) "." counter(h3) ". "; } +#appa h1:before { + counter-increment: h1; + content: 'Appendix A. ' +} +#appa h2:before { + counter-increment: h2; + content: 'A.' counter(h2) '. ' +} +#appa h3:before { + counter-increment: h3; + content: 'A.' counter(h2) '.' counter(h3) '. ' +} +#appb h1:before { + counter-increment: h1; + content: 'Appendix B. ' +} +#appb h2:before { + counter-increment: h2; + content: 'B.' counter(h2) '. ' +} +#appb h3:before { + counter-increment: h3; + content: 'B.' counter(h2) '.' counter(h3) '. ' +} +#appc h1:before { + counter-increment: h1; + content: 'Appendix C. ' +} +#appc h2:before { + counter-increment: h2; + content: 'C.' counter(h2) '. ' +} +#appc h3:before { + counter-increment: h3; + content: 'C.' counter(h2) '.' counter(h3) '. ' +} aside { display: block; float: right; diff --git a/porting-code-to-python-3-with-2to3.html b/porting-code-to-python-3-with-2to3.html index 958b14a..88617b9 100644 --- a/porting-code-to-python-3-with-2to3.html +++ b/porting-code-to-python-3-with-2to3.html @@ -4,13 +4,11 @@ +
You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♦♦ diff --git a/special-method-names.html b/special-method-names.html index cb7c807..63adebd 100644 --- a/special-method-names.html +++ b/special-method-names.html @@ -4,13 +4,11 @@ +
You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♦♦ diff --git a/where-to-go-from-here.html b/where-to-go-from-here.html index a52b7d6..e8ded06 100644 --- a/where-to-go-from-here.html +++ b/where-to-go-from-here.html @@ -4,13 +4,11 @@ +
You are here: Home ‣ Dive Into Python 3 ‣