mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
add cmdline classes and auto-links to new troubleshooting appendix
This commit is contained in:
+3
-1
@@ -5,10 +5,11 @@
|
||||
<link rel=stylesheet href=dip3.css>
|
||||
<style>
|
||||
h1:before,h2:before{content:''}
|
||||
#a,#b,#c{list-style:none;margin:0 0 0 -1.7em}
|
||||
#a,#b,#c,#d{list-style:none;margin:0 0 0 -1.7em}
|
||||
#a:before{content:'A. \00a0 \00a0'}
|
||||
#b:before{content:'B. \00a0 \00a0'}
|
||||
#c:before{content:'C. \00a0 \00a0'}
|
||||
#d:before{content:'D. \00a0 \00a0'}
|
||||
</style>
|
||||
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
|
||||
<link rel=stylesheet media=print href=print.css>
|
||||
@@ -48,6 +49,7 @@ h1:before,h2:before{content:''}
|
||||
<li id=a><a href=porting-code-to-python-3-with-2to3.html>Porting Code to Python 3 with <code>2to3</code></a>
|
||||
<li id=b><a href=special-method-names.html>Special Method Names</a>
|
||||
<li id=c><a href=where-to-go-from-here.html>Where to Go From Here</a>
|
||||
<li id=d><a href=troubleshooting.html>Troubleshooting</a>
|
||||
</ol>
|
||||
<!-- /toc -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user