diff --git a/about.html b/about.html index 44e40f1..9db0863 100644 --- a/about.html +++ b/about.html @@ -6,9 +6,9 @@ - + -
+You are here: Home ‣ Dive Into Python 3 ‣
The text of Dive Into Python 3 is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. diff --git a/advanced-iterators.html b/advanced-iterators.html index ac9aa69..6554828 100644 --- a/advanced-iterators.html +++ b/advanced-iterators.html @@ -6,9 +6,9 @@ - + -
+You are here: Home ‣ Dive Into Python 3 ‣
diff --git a/case-study-porting-chardet-to-python-3.html b/case-study-porting-chardet-to-python-3.html index 595e865..6e5b231 100644 --- a/case-study-porting-chardet-to-python-3.html +++ b/case-study-porting-chardet-to-python-3.html @@ -11,9 +11,9 @@ ins{background:#9f9} del{background:#f87} mark{background:#ff8;font-weight:bold} - + - +You are here: Home ‣ Dive Into Python 3 ‣
Case Study: Porting
chardetto Python 3diff --git a/index.html b/index.html index cc5435a..a8045ec 100644 --- a/index.html +++ b/index.html @@ -10,9 +10,9 @@ h1:before{content:""} #a:before{content:"A. \00a0 \00a0"} .todo{color:#ddd} - + - +You are here: • diff --git a/iterators-and-generators.html b/iterators-and-generators.html index 6b29d08..3497bb6 100644 --- a/iterators-and-generators.html +++ b/iterators-and-generators.html @@ -6,9 +6,9 @@ - + -
+You are here: Home ‣ Dive Into Python 3 ‣
Iterators & Generators
diff --git a/native-datatypes.html b/native-datatypes.html index ff9f3f5..7151dea 100644 --- a/native-datatypes.html +++ b/native-datatypes.html @@ -6,9 +6,9 @@ - + - +You are here: Home ‣ Dive Into Python 3 ‣
Native Datatypes
diff --git a/porting-code-to-python-3-with-2to3.html b/porting-code-to-python-3-with-2to3.html index 561fbd0..727edaf 100644 --- a/porting-code-to-python-3-with-2to3.html +++ b/porting-code-to-python-3-with-2to3.html @@ -16,9 +16,9 @@ th:first-child{width:10%;text-align:center} th,td,td pre{margin:0} td pre{padding:0;border:0} - + - +You are here: Home ‣ Dive Into Python 3 ‣
Porting Code to Python 3 with
2to3diff --git a/publish b/publish index f4bfba6..680a290 100755 --- a/publish +++ b/publish @@ -32,8 +32,9 @@ sed -i -e "s|;}|}|g" build/m-$revision.css # put CSS inline css=`cat build/$revision.css` -sed -i -e "s|||g" -e "s||g" -e "s|||g" -e "s| - + - +You are here: Home ‣ Dive Into Python 3 ‣
Regular Expressions
diff --git a/strings.html b/strings.html index 77d2da1..c8c31dd 100644 --- a/strings.html +++ b/strings.html @@ -7,9 +7,9 @@ body{counter-reset:h1 3} .s{text-decoration:line-through} - + - +You are here: Home ‣ Dive Into Python 3 ‣
Strings
diff --git a/table-of-contents.html b/table-of-contents.html index 9bdf039..20d2325 100644 --- a/table-of-contents.html +++ b/table-of-contents.html @@ -10,9 +10,9 @@ li ol{font-weight:normal} ul{list-style:none;margin:0;padding:0} ul li ol{margin:0;padding:0 0 0 2.5em} - + - +You are here: Home ‣ Dive Into Python 3 ‣
Table of contents
diff --git a/unit-testing.html b/unit-testing.html index c4946a2..68f923d 100644 --- a/unit-testing.html +++ b/unit-testing.html @@ -6,9 +6,9 @@ - + -
+You are here: Home ‣ Dive Into Python 3 ‣
Unit Testing
diff --git a/your-first-python-program.html b/your-first-python-program.html index ded3fff..503a370 100644 --- a/your-first-python-program.html +++ b/your-first-python-program.html @@ -9,9 +9,9 @@ table{border:1px solid #bbb;border-collapse:collapse;margin:auto} td,th{border:1px solid #bbb;padding:0 1.75em} th{text-align:left} - + - +You are here: Home ‣ Dive Into Python 3 ‣
Your First Python Program