diff --git a/about.html b/about.html index dc6c21b..ef4f922 100755 --- a/about.html +++ b/about.html @@ -14,7 +14,7 @@ abbr{font-variant:none;text-transform:none;letter-spacing:0} -
+You are here: Home ‣ Dive Into Python 3 ‣
You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♦♢
You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♦♦
chardet to Python 3You are here: Home ‣ Dive Into Python 3 ‣
diff --git a/comprehensions.html b/comprehensions.html index 7d9b02d..dd2a6bc 100644 --- a/comprehensions.html +++ b/comprehensions.html @@ -11,7 +11,7 @@ body{counter-reset:h1 3} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♢♢♢
Comprehensions
diff --git a/files.html b/files.html index d909e06..ce38728 100644 --- a/files.html +++ b/files.html @@ -12,7 +12,7 @@ mark{display:inline} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♢♢
Files
diff --git a/generators.html b/generators.html index 5633342..584cba7 100755 --- a/generators.html +++ b/generators.html @@ -11,7 +11,7 @@ body{counter-reset:h1 6} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♢♢
Closures & Generators
diff --git a/http-web-services.html b/http-web-services.html index e427495..86c5e9e 100755 --- a/http-web-services.html +++ b/http-web-services.html @@ -12,7 +12,7 @@ mark{display:inline} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♦♢
HTTP Web Services
diff --git a/index.html b/index.html index abdf69e..bea2bf3 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ h1:before,h2:before{content:''} - +You are here: • @@ -51,7 +51,7 @@ h1:before,h2:before{content:''}
Where to Go From Here - The book is freely licensed under the Creative Commons Attribution Share-Alike license. You can download it in HTML or PDF, or by cloning the Mercurial repository: +
The book is freely licensed under the Creative Commons Attribution Share-Alike license. You can download it as HTML or PDF, or by cloning the Mercurial repository:
you@localhost:~$ hg clone http://hg.diveintopython3.org/ diveintopython3diff --git a/installing-python.html b/installing-python.html index 06a4254..16e363f 100755 --- a/installing-python.html +++ b/installing-python.html @@ -14,7 +14,7 @@ h2,.i>li{clear:both} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♢♢♢♢
Installing Python
diff --git a/iterators.html b/iterators.html index 0c8227d..f375837 100755 --- a/iterators.html +++ b/iterators.html @@ -11,7 +11,7 @@ body{counter-reset:h1 7} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♢♢
Classes & Iterators
diff --git a/native-datatypes.html b/native-datatypes.html index 1c27fe9..e670a49 100755 --- a/native-datatypes.html +++ b/native-datatypes.html @@ -11,7 +11,7 @@ body{counter-reset:h1 2} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♢♢♢
Native Datatypes
diff --git a/packaging.html b/packaging.html index 8d7a597..32d5613 100644 --- a/packaging.html +++ b/packaging.html @@ -12,7 +12,7 @@ mark{display:inline} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♦♢
Packaging Python Libraries
diff --git a/porting-code-to-python-3-with-2to3.html b/porting-code-to-python-3-with-2to3.html index d580af3..be68549 100644 --- a/porting-code-to-python-3-with-2to3.html +++ b/porting-code-to-python-3-with-2to3.html @@ -13,7 +13,7 @@ h3:before{counter-increment:h3;content:'A.' counter(h2) '.' counter(h3) '. '} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♦♦
Porting Code to Python 3 with
diff --git a/refactoring.html b/refactoring.html index 15287f3..77c1966 100755 --- a/refactoring.html +++ b/refactoring.html @@ -11,7 +11,7 @@ body{counter-reset:h1 10} - +2to3You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♦♢
Refactoring
diff --git a/regular-expressions.html b/regular-expressions.html index 84eb40f..0bfa024 100755 --- a/regular-expressions.html +++ b/regular-expressions.html @@ -11,7 +11,7 @@ body{counter-reset:h1 5} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♢♢
Regular Expressions
diff --git a/serializing.html b/serializing.html index 88abd9b..ef326d3 100644 --- a/serializing.html +++ b/serializing.html @@ -11,7 +11,7 @@ body{counter-reset:h1 13} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♦♢
Serializing Python Objects
diff --git a/special-method-names.html b/special-method-names.html index 99a3fad..ecb00a6 100644 --- a/special-method-names.html +++ b/special-method-names.html @@ -13,7 +13,7 @@ h3:before{counter-increment:h3;content:'B.' counter(h2) '.' counter(h3) '. '} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♦♦
Special Method Names
diff --git a/strings.html b/strings.html index a7bb7a2..075058f 100755 --- a/strings.html +++ b/strings.html @@ -11,7 +11,7 @@ body{counter-reset:h1 4} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♢♢
Strings
diff --git a/table-of-contents.html b/table-of-contents.html index eae9537..e5157e8 100755 --- a/table-of-contents.html +++ b/table-of-contents.html @@ -14,7 +14,7 @@ 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 4ba4125..0432a30 100755 --- a/unit-testing.html +++ b/unit-testing.html @@ -11,7 +11,7 @@ body{counter-reset:h1 9} -
+You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♢♢♢
Unit Testing
diff --git a/whats-new.html b/whats-new.html index bea491c..b80cc0b 100644 --- a/whats-new.html +++ b/whats-new.html @@ -12,7 +12,7 @@ h3:before{content:''} - +You are here: Home ‣ Dive Into Python 3 ‣
What’s New In “Dive Into Python 3”
diff --git a/where-to-go-from-here.html b/where-to-go-from-here.html index 11654f1..b00d655 100644 --- a/where-to-go-from-here.html +++ b/where-to-go-from-here.html @@ -13,7 +13,7 @@ h3:before{counter-increment:h3;content:'C.' counter(h2) '.' counter(h3) '. '} - +You are here: Home ‣ Dive Into Python 3 ‣
Where To Go From Here
diff --git a/xml.html b/xml.html index 30ab969..380d63f 100755 --- a/xml.html +++ b/xml.html @@ -12,7 +12,7 @@ mark{display:inline} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♦♦♦♢
XML
diff --git a/your-first-python-program.html b/your-first-python-program.html index 2f717ef..6c87382 100755 --- a/your-first-python-program.html +++ b/your-first-python-program.html @@ -15,7 +15,7 @@ mark{display:inline} - +You are here: Home ‣ Dive Into Python 3 ‣
Difficulty level: ♦♢♢♢♢
Your First Python Program