Hi there,<br><br>First of all, hands down to the effort for the detailed Python documentation.<br><br>I was a long time PHP programmer and enjoyed the PHP documentation style, single page of specific function documentation and samples, then community contribution. While I agree Python is different to PHP, but I think the Python ducmentation still has room to improve and the community should still be able to &quot;borrow&quot; some goodies from the PHP documentation style. <br>
<br>Perhaps I may not be the first one who suggested this, but I do find having the anchor tags on the function names(so google can index and provide directly to the specific section) in the doucmentation really reduce some frustration on reading the python documentation.<br>
<br>eg. if I am searching &quot;python urllib urlretrieve&quot; and google results page shows the relevant information but with this link here <a href="http://docs.python.org/library/urllib.html">http://docs.python.org/library/urllib.html</a>, then I am required to do another page search to locate the information i want, it would be great that if the site provides links like <a href="http://docs.python.org/library/urllib.html#urllib.urlretrieve">http://docs.python.org/library/urllib.html#urllib.urlretrieve</a>, so the browser automatically scrolls to the right section? Also, it would be awesome to have some code examples of each function, if that&#39;s too much effort needed, how about having a collapsed community section(similar to PHP) under each function?<br>
<br>Regards<br><br>James Lin<br>