Changeset 334
- Timestamp:
- 06/20/08 23:09:00 (4 years ago)
- Location:
- hodgestar/Talks/PythonObjects
- Files:
-
- 1 added
- 3 modified
-
html/pyobjects-0.html (modified) (1 diff)
-
html/pyobjects-7.html (modified) (1 diff)
-
html/pyobjects-8.html (added)
-
pyobjects.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hodgestar/Talks/PythonObjects/html/pyobjects-0.html
r333 r334 15 15 <li><a href='pyobjects-6.html'>PyObject C API</a></li> 16 16 <li><a href='pyobjects-7.html'>object.c</a></li> 17 <li><a href='pyobjects-8.html'>New Python Documents - ZOMG!</a></li> 17 18 </ol> 18 19 <br /></body></html> -
hodgestar/Talks/PythonObjects/html/pyobjects-7.html
r333 r334 6 6 </head> 7 7 <body> 8 <a accesskey="P" href="pyobjects-6.html">Prev</a> | <a href="pyobjects-0.html">Index</a> | Next<h2>object.c</h2><ul>8 <a accesskey="P" href="pyobjects-6.html">Prev</a> | <a href="pyobjects-0.html">Index</a> | <a acesskey="N" href="pyobjects-8.html">Next</a><h2>object.c</h2><ul> 9 9 <li><img src='tabs.png' alt='' /></li> 10 10 </ul> -
hodgestar/Talks/PythonObjects/pyobjects.py
r333 r334 128 128 Bullet(Image("tabs.png")), 129 129 ), 130 Slide("New Python Documents - ZOMG!", 131 Bullet("Interactive search -- in static HTML."), 132 Bullet("_static/searchindex.json"), 133 ), 130 134 ) 131 135
