mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
markup fiddling
This commit is contained in:
+2
-7
@@ -1,5 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>Dive Into Python 3</title>
|
||||
<link rel=alternate type=application/atom+xml href=http://hg.diveintopython3.org/atom-log>
|
||||
@@ -14,14 +13,13 @@ h1:before,h2:before{content:''}
|
||||
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
|
||||
<link rel=stylesheet media=print href=print.css>
|
||||
<meta name=viewport content='initial-scale=1.0'>
|
||||
</head>
|
||||
<form action=http://www.google.com/cse><div><input type=hidden name=cx value=014021643941856155761:l5eihuescdw><input type=hidden name=ie value=UTF-8><input type=search name=q size=25 placeholder="powered by Google™"> <input type=submit name=sa value=Search></div></form>
|
||||
|
||||
<p>You are here: <span title="Ce n'est pas un point" style='cursor:default'>•</span>
|
||||
|
||||
<h1>Dive Into Python 3</h1>
|
||||
|
||||
<p><cite>Dive Into Python 3</cite> covers Python 3 and its differences from Python 2. Compared to <cite><a href=//diveintopython.org/>Dive Into Python</a></cite>, it’s about 20% revised and 80% new material. The book is now complete, but <a href=about.html>feedback is always welcome</a>.
|
||||
<p><cite>Dive Into Python 3</cite> covers Python 3 and its differences from Python 2. Compared to <cite><a href=http://diveintopython.org/>Dive Into Python</a></cite>, it’s about 20% revised and 80% new material. The book is now complete, but <a href=about.html>feedback is always welcome</a>.
|
||||
|
||||
<h2>Table of Contents (<a href=table-of-contents.html>expand</a>)</h2>
|
||||
|
||||
@@ -51,13 +49,10 @@ h1:before,h2:before{content:''}
|
||||
<li id=c><a href=where-to-go-from-here.html>Where to Go From Here</a>
|
||||
</ol>
|
||||
|
||||
<p>The book is freely licensed under the <a rel=license href=//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>, or by cloning the Mercurial repository:
|
||||
<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:
|
||||
|
||||
<pre><samp class=p>you@localhost:~$ </samp><kbd>hg clone <a href=http://hg.diveintopython3.org/>http://hg.diveintopython3.org/</a> diveintopython3</kbd></pre>
|
||||
|
||||
<p>
|
||||
|
||||
<p class='c nm'>This site is optimized for Lynx just because fuck you.<br>I’m told it also looks good in graphical browsers.
|
||||
|
||||
<p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
||||
<!--[if IE]><script src=j/html5.js></script><![endif]-->
|
||||
|
||||
Reference in New Issue
Block a user