source code cross reference tool

Paul Wright -$P-W$- at verence.demon.co.uk
Sat Apr 20 12:36:40 EDT 2002


In article <mailman.1019208819.9434.python-list at python.org>,
Tripp Scott  <tripps81 at yahoo.com> wrote:
>does there exist any? or, has anyone used lxr to cross reference 
>a python source code tree? it would be cool to have the source 
>code in a set of html pages that allows a user to click around 
>and jump to function/class definitions, etc.

You could get ctags from http://ctags.sf.net/ and build one (ctags
understands Python source).

-- 
Paul Wright | http://pobox.com/~pw201 |



More information about the Python-list mailing list