update navigation, TOC, index

This commit is contained in:
Mark Pilgrim
2009-07-16 11:22:11 -04:00
parent 1de06137af
commit e9b883b771
4 changed files with 19 additions and 16 deletions
+16 -13
View File
@@ -13,21 +13,24 @@
* TODO 2nd draft Refactoring
* TODO 1st draft Advanced Classes
* TODO 1st draft Files
** File objects
** Reading from text files
*** Opening a file (to read)
*** Reading data from a file
*** Closing a file
*** Checking if a file is closed
*** with open(...) as file
*** Reading data from a file one line at a time
*** Line-endings
*** Opening a file (to write)
*** Writing to files
*** Handling I/O errors
*** Character encoding
*** Binary mode
*** File-like objects
****
*** File objects
*** Closing a file
**** Checking if a file is closed
**** "with open(...) as file" pattern
*** Reading data from a file one line at a time
**** Line-endings
** Writing to text files
*** Opening a file (to write)
*** Character encoding again
*** write(), writelines(), .writeable
** Handling I/O errors
** Binary files
** File-like objects
** Standard Input, Output, and Error
** Further reading
* TODO 2nd draft XML
* TODO 1st draft Serializing Python Objects
* DONE 2nd draft HTTP Web Services
+1 -1
View File
@@ -38,7 +38,7 @@ h1:before{content:''}
<li class=todo>Advanced Unit Testing
<li><a href=refactoring.html>Refactoring</a>
<li><a href=advanced-classes.html>Advanced Classes</a>
<li class=todo>Files
<li><a href=files.html>Files</a>
<li><a href=xml.html>XML</a>
<li class=todo>Serializing Python Objects
<li><a href=http-web-services.html>HTTP Web Services</a>
+1 -1
View File
@@ -184,7 +184,7 @@ ul li ol{margin:0;padding:0 0 0 2.5em}
<ol>
<li><a href=advanced-classes.html#divingin>Diving in</a>
</ol>
<li>Files
<li id=files><a href=files.html>Files</a>
<ol>
<li>File objects
<li>Reading files
+1 -1
View File
@@ -640,7 +640,7 @@ lxml.etree.XMLSyntaxError: Entity 'hellip' not defined, line 3, column 28</samp>
<li><a href=http://codespeak.net/lxml/1.3/xpathxslt.html>XPath and <abbr>XSLT</abbr> with <code>lxml</code></a>
</ul>
<p class=v><a rel=prev class=todo><span class=u>&#x261C;</span></a> <a rel=next class=todo><span class=u>&#x261E;</span></a>
<p class=v><a rel=prev title='back to &#8220;Files&#8221;'><span class=u>&#x261C;</span></a> <a rel=next class=todo><span class=u>&#x261E;</span></a>
<p class=c>&copy; 2001&ndash;9 <a href=about.html>Mark Pilgrim</a>
<script src=j/jquery.js></script>
<script src=j/prettify.js></script>