1998-02-18 12:03:43 -04:00
|
|
|
PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
|
1998-02-17 15:01:02 -04:00
|
|
|
===============================
|
|
|
|
|
|
|
|
|
1998-02-17 16:14:12 -04:00
|
|
|
* Document native package semantics.
|
1998-02-17 15:01:02 -04:00
|
|
|
|
1998-02-18 12:03:43 -04:00
|
|
|
* Figure out indexsubitem handling in HTML; some of them are wrong for the
|
|
|
|
items being indexed.
|
|
|
|
|
|
|
|
* Update the pickle documentation to describe all of the current behavior;
|
|
|
|
only a subset is described. __reduce__, etc.
|
|
|
|
|
1998-02-20 17:55:10 -04:00
|
|
|
* Review libppath.tex for completeness, & system-specific behaviors.
|
1998-02-18 12:03:43 -04:00
|
|
|
|
1998-02-26 22:23:15 -04:00
|
|
|
* Finish upgrade to LaTeX2HTML 98.1. Most important: figure out a way to
|
|
|
|
avoid image creation, & if necessary, make sure image creation at least
|
|
|
|
doesn't fail.
|
|
|
|
|
|
|
|
* Figure out the texinfo indexing and function-description markup, and make
|
|
|
|
partparse.py do the right thing. Or toss the info conversion (again).
|
1998-02-27 12:21:58 -04:00
|
|
|
|
|
|
|
* Identify all Python classes documented in the libref and make sure they're
|
|
|
|
marked with {classdesc} instead of {funcdesc}.
|