Skip to content

Commit c723f10

Browse files
author
Mark Pilgrim
committed
double sigh
1 parent 4cf1328 commit c723f10

File tree

5 files changed

+2
-49
lines changed

5 files changed

+2
-49
lines changed

case-study-porting-chardet-to-python-3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--[if IE]><script src=j/html5.js></script><![endif]-->
66
<link rel=stylesheet href=dip3.css>
77
<style>
8-
body{counter-reset:h1 16}
8+
body{counter-reset:h1 15}
99
ins,del{line-height:2.154;text-decoration:none;font-style:normal;display:inline-block;width:100%}
1010
ins{background:#9f9}
1111
del{background:#f87}

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ <h2>Table of Contents (<a href=table-of-contents.html>expand</a>)</h2>
4242
<li><a href=xml.html>XML</a>
4343
<li><a href=serializing.html>Serializing Python Objects</a>
4444
<li><a href=http-web-services.html>HTTP Web Services</a>
45-
<li><a href=multiprocessing.html>Threading <i class=baa>&amp;</i> Multiprocessing</a> (in progress)
4645
<li><a href=case-study-porting-chardet-to-python-3.html>Case Study: Porting <code>chardet</code> to Python 3</a>
4746
<li><a href=packaging.html>Packaging Python Libraries</a> (in progress)
4847
<li id=a><a href=porting-code-to-python-3-with-2to3.html>Porting Code to Python 3 with <code>2to3</code></a>

multiprocessing.html

Lines changed: 0 additions & 42 deletions
This file was deleted.

packaging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--[if IE]><script src=j/html5.js></script><![endif]-->
66
<link rel=stylesheet href=dip3.css>
77
<style>
8-
body{counter-reset:h1 17}
8+
body{counter-reset:h1 16}
99
mark{display:inline}
1010
</style>
1111
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>

table-of-contents.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,6 @@ <h1>Table of Contents</h1>
289289
<li><a href=http-web-services.html#beyond-post>Beyond HTTP POST</a>
290290
<li><a href=http-web-services.html#furtherreading>Further Reading</a>
291291
</ol>
292-
<li id=multiprocessing><a href=multiprocessing.html>Threading <i class=baa>&amp;</i> Multiprocessing</a>
293-
<ol>
294-
<li>...
295-
</ol>
296292
<li id=case-study-porting-chardet-to-python-3><a href=case-study-porting-chardet-to-python-3.html>Case study: porting <code>chardet</code> to Python 3</a>
297293
<ol>
298294
<li><a href=case-study-porting-chardet-to-python-3.html#divingin>Introducing <code>chardet</code>: a mini-FAQ</a>

0 commit comments

Comments
 (0)