Edgewall Software
  • Home
  • Weblog
  • Trac
  • Markup
  • Python Sidebar

Categories

    • / (40)
    • news/ (17)
    • people/ (15)
      • daniel/ (13)
      • jonas/ (2)
    • projects/ (8)
      • python-sidebar/ (3)
      • trac/ (5)

Tag cloud

untagged python-sidebar trac news

Calendar

< March 2005 >
SuMoTuWeThFrSa
   1 2 3 4 5
6 7 8 9101112
13141516171819
20212223242526
2728293031  
Thu, 24 Mar 2005

Documentation update

Tags python-sidebar

The links have all been updated from the current docs on python.org.

Have a nice day

posted at: 11:22 | path: /projects/python-sidebar
Wed, 03 Nov 2004

An Idea: Live search for Python Documentation

Tags python-sidebar

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:

  1. Built-in object names
  2. Standard Module names
  3. Standard Class names (in modules)
  4. Documentation headings

Selecting the result should open the relevant documentation page in the main browser window.

posted at: 11:25 | path: /projects/python-sidebar
Sun, 04 Jul 2004

A Python Sidebar

Tags python-sidebar

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/

posted at: 00:00 | path: /projects/python-sidebar
  • Home
  • Contact
  • About Us
  • Send Feedback
info@edgewall.com

Copyright © 2003-2006 Edgewall Software. All rights reserved.