Fred Drake | b866020 | 1998-02-18 16:03:43 +0000 | [diff] [blame] | 1 | PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- |
Fred Drake | 81f4b66 | 1998-02-17 19:01:02 +0000 | [diff] [blame] | 2 | =============================== |
| 3 | |
| 4 | |
Fred Drake | 326e197 | 1998-02-17 20:14:12 +0000 | [diff] [blame] | 5 | * Document native package semantics. |
Fred Drake | 81f4b66 | 1998-02-17 19:01:02 +0000 | [diff] [blame] | 6 | |
Fred Drake | b866020 | 1998-02-18 16:03:43 +0000 | [diff] [blame] | 7 | * 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 Drake | ed3515d | 1998-02-20 21:55:10 +0000 | [diff] [blame] | 13 | * Review libppath.tex for completeness, & system-specific behaviors. |
Fred Drake | b866020 | 1998-02-18 16:03:43 +0000 | [diff] [blame] | 14 | |
Fred Drake | bdab730 | 1998-02-27 02:23:15 +0000 | [diff] [blame] | 15 | * 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 | |
Fred Drake | bdab730 | 1998-02-27 02:23:15 +0000 | [diff] [blame] | 19 | * Figure out the texinfo indexing and function-description markup, and make |
| 20 | partparse.py do the right thing. Or toss the info conversion (again). |
Fred Drake | 05073e9 | 1998-02-27 16:21:58 +0000 | [diff] [blame] | 21 | |
| 22 | * Identify all Python classes documented in the libref and make sure they're |
| 23 | marked with {classdesc} instead of {funcdesc}. |