Changeset 335

Show
Ignore:
Timestamp:
06/20/08 23:19:57 (4 years ago)
Author:
simon
Message:

Add URL for 2.6 docs. Start C-API notes.

Location:
hodgestar/Talks/PythonObjects
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • hodgestar/Talks/PythonObjects/html/pyobjects-6.html

    r333 r335  
    77<body> 
    88<a accesskey="P" href="pyobjects-5.html">Prev</a> | <a href="pyobjects-0.html">Index</a> | <a acesskey="N" href="pyobjects-7.html">Next</a><h2>PyObject C API</h2><ul> 
     9<li>List of methods unchanged between 2.5 and 2.6</li> 
    910</ul> 
    1011<br /><div class="footer"><hr />Everything You Didn't Want to Known About Python Objects</div></body></html> 
  • hodgestar/Talks/PythonObjects/html/pyobjects-8.html

    r334 r335  
    1010 
    1111<li>_static/searchindex.json</li> 
     12 
     13<li><a href="file:///home/simon/LocalProjects/PythonSpint/trunk/Doc/build/html/index.html">file:///home/simon/LocalProjects/PythonSpint/trunk/Doc/build/html/index.html</a></li> 
    1214</ul> 
    1315<br /><div class="footer"><hr />Everything You Didn't Want to Known About Python Objects</div></body></html> 
  • hodgestar/Talks/PythonObjects/pyobjects.py

    r334 r335  
    124124    ), 
    125125    Slide("PyObject C API", 
     126        Bullet("List of methods unchanged between 2.5 and 2.6"), 
    126127    ), 
    127128    Slide("object.c", 
     
    131132        Bullet("Interactive search -- in static HTML."), 
    132133        Bullet("_static/searchindex.json"), 
     134        Bullet(URL("file:///home/simon/LocalProjects/PythonSpint/trunk/Doc/build/html/index.html")), 
    133135    ), 
    134136)