Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e3194 commit 05073e9Copy full SHA for 05073e9
1 file changed
Doc/TODO
@@ -2,8 +2,6 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
2
===============================
3
4
5
-* array module: methods read(), reverse(), write() of the array object.
6
-
7
* Document native package semantics.
8
9
* Figure out indexsubitem handling in HTML; some of them are wrong for the
@@ -23,3 +21,6 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
23
21
24
22
* Figure out the texinfo indexing and function-description markup, and make
25
partparse.py do the right thing. Or toss the info conversion (again).
+
+* Identify all Python classes documented in the libref and make sure they're
26
+ marked with {classdesc} instead of {funcdesc}.
0 commit comments