Is there any git web gateway which crossreferences Python source code

256 views Asked by At

We are using cgit and Trac to browse our source from web browsers. One thing I'm missing is crossreferencing (i.e. links in the source code to the token definition). I've seen lxr, but it doesn't seem to plug into cgit or anything else.

Have you found anything of the sort?

Cheers,

Álex

1

There are 1 answers

1
Guillaume LaHaye On

Try OpenGrok

It supports Git and Python.