mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
finally build table-of-contents.html dynamically (better late than never)
This commit is contained in:
@@ -25,6 +25,7 @@ h1:before,h2:before{content:''}
|
||||
|
||||
<p style="float:right;width:242px;text-align:center;margin:0 0 0 1.75em"><a style="border:0" href="http://www.amazon.com/gp/product/1430224150?ie=UTF8&tag=diveintomark-20&creativeASIN=1430224150" title="Affiliate link = I earn an extra buck"><em>Also available on dead trees!</em><br><img src=http://ecx.images-amazon.com/images/I/51N9HK%2B7WGL._SL300_.jpg alt="Dive Into Python 3" width=242 height=300><br><em>Pre-order now, get it October 16th!</em></a>
|
||||
|
||||
<!-- toc -->
|
||||
<ol start=-1>
|
||||
<li><a href=whats-new.html>What’s New in “Dive Into Python 3”</a>
|
||||
<li><a href=installing-python.html>Installing Python</a>
|
||||
@@ -48,6 +49,7 @@ h1:before,h2:before{content:''}
|
||||
<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>
|
||||
</ol>
|
||||
<!-- /toc -->
|
||||
|
||||
<p>The book is freely licensed under the <a rel=license href=http://creativecommons.org/licenses/by-sa/3.0/>Creative Commons Attribution Share-Alike</a> license. You can download it as <a href=d/diveintopython3-html-latest.zip><abbr>HTML</abbr></a> or <a href=d/diveintopython3-pdf-latest.zip><abbr>PDF</abbr></a>. Über-geeks can also clone the Mercurial repository:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user