mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
fix TOC
This commit is contained in:
@@ -304,9 +304,13 @@ ul li ol{margin:0;padding:0 0 0 2.5em}
|
||||
<li><a href=case-study-porting-chardet-to-python-3.html#cantconvertbytesobject>Can’t convert '<code>bytes</code>' object to <code>str</code> implicitly</a>
|
||||
</ol>
|
||||
</ol>
|
||||
<li id=where-to-go-from-here><a href=where-to-go-from-here.html>Where to go from here</a>
|
||||
<ol>
|
||||
<li><a href=where-to-go-from-here.html#things-to-read>Things to read</a>
|
||||
<li><a href=where-to-go-from-here.html#code>Where to look for Python 3-compatible code</a>
|
||||
</ol>
|
||||
</ol>
|
||||
<ul>
|
||||
<li id=where-to-go-from-here><a href=where-to-go-from-here.html>Where to go from here</a>
|
||||
<li id=porting-code-to-python-3-with-2to3><a href=porting-code-to-python-3-with-2to3.html>Appendix A. Porting code to Python 3 with <code>2to3</code></a>
|
||||
<ol>
|
||||
<li><a href=porting-code-to-python-3-with-2to3.html#divingin>Diving in</a>
|
||||
|
||||
@@ -19,7 +19,7 @@ body{counter-reset:h1 20}
|
||||
<p><span>❝</span> FIXME <span>❞</span><br>— FIXME
|
||||
</blockquote>
|
||||
<p id=toc>
|
||||
<h2 id=furtherreading>Further Reading</h2>
|
||||
<h2 id=things-to-read>Things to Read</h2>
|
||||
<p class=f>There are a number of topics that I decided not to cover in this book, for which free tutorials exist.
|
||||
|
||||
<p>Decorators:
|
||||
@@ -48,7 +48,7 @@ body{counter-reset:h1 20}
|
||||
<li><a href=http://www.ibm.com/developerworks/linux/library/l-pymeta3.html>Metaclass programming in Python, Part 3</a>
|
||||
</ul>
|
||||
|
||||
<p>Doug Hellman’s <a href=http://www.doughellmann.com/PyMOTW/contents.html>Python Module of the Week</a> is a fantastic guide to many of the modules in the Python standard library.
|
||||
<p>In addition, Doug Hellman’s <a href=http://www.doughellmann.com/PyMOTW/contents.html>Python Module of the Week</a> is a fantastic guide to many of the modules in the Python standard library.
|
||||
|
||||
<h2 id=code>Where To Look For Python 3-Compatible Code</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user