blob: 83d25d7d8638f2270c8ad8b841aff8b7816711aa [file] [log] [blame]
Fred Drakeb8660201998-02-18 16:03:43 +00001PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
Fred Drake81f4b661998-02-17 19:01:02 +00002===============================
3
4
Fred Drake326e1971998-02-17 20:14:12 +00005* Document native package semantics.
Fred Drake81f4b661998-02-17 19:01:02 +00006
Fred Drakeb8660201998-02-18 16:03:43 +00007* Figure out indexsubitem handling in HTML; some of them are wrong for the
8 items being indexed.
9
10* Update the pickle documentation to describe all of the current behavior;
11 only a subset is described. __reduce__, etc.
12
Fred Drakeed3515d1998-02-20 21:55:10 +000013* Review libppath.tex for completeness, & system-specific behaviors.
Fred Drakeb8660201998-02-18 16:03:43 +000014
Fred Drakebdab7301998-02-27 02:23:15 +000015* Finish upgrade to LaTeX2HTML 98.1. Most important: figure out a way to
16 avoid image creation, & if necessary, make sure image creation at least
17 doesn't fail.
18
19* Migrate myformat.sty to a pair of classes and a shared package, to complete
20 the transition to LaTeX2e.
21
22* Figure out the texinfo indexing and function-description markup, and make
23 partparse.py do the right thing. Or toss the info conversion (again).
Fred Drake05073e91998-02-27 16:21:58 +000024
25* Identify all Python classes documented in the libref and make sure they're
26 marked with {classdesc} instead of {funcdesc}.