Documentation update
The links have all been updated from the current docs on python.org.
Have a nice day
The links have all been updated from the current docs on python.org.
Have a nice day
Here's an idea stirring in my mind lately.
I've been playing around with various implementations of browser auto-completion. This, combined with the XMLHttpRequest allows for some pretty nifty ''live search'' widgets.
I'm planning to add a search functionality like this to the python sidebar, probably using Swish-E and a custom search term ''extraction'' script to scrape the documentation.
When you type in the search field, the results should be weighted and prioritized like:
Selecting the result should open the relevant documentation page in the main browser window.
To allow easy and quick access to the current Python documentation when programming, I wrote a simple sidebar for the Mozilla family of browsers.
It displays the table of contents for the commonly used parts of the Python documentation, providing an accessible index at all times.
Hope others will find it useful.
Get it at: http://projects.edgewall.com/python-sidebar/
Copyright © 2003-2006 Edgewall Software. All rights reserved.