Changeset 331

Show
Ignore:
Timestamp:
06/19/08 13:32:02 (4 years ago)
Author:
simon
Message:

Tweaks, first image.

Location:
hodgestar/Talks/PythonObjects
Files:
3 added
3 modified

Legend:

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

    r330 r331  
    1111<li><a href='pyobjects-2.html'>Out With The Old ...</a></li> 
    1212<li><a href='pyobjects-3.html'>Gamboling With Slots</a></li> 
     13<li><a href='pyobjects-4.html'>PyObject C API</a></li> 
     14<li><a href='pyobjects-5.html'>object.c</a></li> 
    1315</ol> 
    1416<br /></body></html> 
  • hodgestar/Talks/PythonObjects/html/pyobjects-3.html

    r330 r331  
    66</head> 
    77<body> 
    8 <a accesskey="P" href="pyobjects-2.html">Prev</a> | <a href="pyobjects-0.html">Index</a> | Next<h2>Gamboling With Slots</h2><ul> 
     8<a accesskey="P" href="pyobjects-2.html">Prev</a> | <a href="pyobjects-0.html">Index</a> | <a acesskey="N" href="pyobjects-4.html">Next</a><h2>Gamboling With Slots</h2><ul> 
    99</ul> 
    1010<br /><div class="footer"><hr />Everything You Didn't Want to Known About Python Objects</div></body></html> 
  • hodgestar/Talks/PythonObjects/pyobjects.py

    r329 r331  
    5252    Slide("Gamboling With Slots", 
    5353    ), 
     54    Slide("PyObject C API", 
     55    ), 
     56    Slide("object.c", 
     57        Bullet(Image("tabs.png")), 
     58    ), 
    5459) 
    5560