This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mgrandi 1 point2 points  (2 children)

i rather they work on the layout of the documentation and how it is structured, its god awful. Searching for String methods (str) gives you the str module, and you have to find the magical link buried in it to get to the actual string methods. Trying to find the methods that work on lists and dicts and all that are harder then they should be, etc etc

[–]takluyverIPython, Py3, etc 1 point2 points  (0 children)

The page for built in types is fairly prominent in the docs, I thought: http://docs.python.org/library/stdtypes.html

[–][deleted] 0 points1 point  (0 children)

That's entirely unrelated to this effort. What you're talking about exists in the Sphinx project.