1

I was earlier able to browse the github repo at https://github.com/r9y9/Tacotron-2/blob/master/wavenet_vocoder/models/wavenet.py easily in browser, so that when I put cursor on top of jResidualConv1dGLU at Line84, it'd highlight and let me click on "Definition" and "References" of class ResidualConv1dGLU.

But I used the same repo in the same browser today, and it doesn't do anything. It doesn't highlight ResidualConv1dGLU or show links for Definition/References of it. It's as if it doesn't know that it's a class.

Is there some default setting needed to enable that? What am I missing?

PS: (It was working a few days ago, so I am not sure what changed in just a few days)

Joe Black
  • 625
  • 6
  • 19

1 Answers1

2

What might have changed yesteraday (June 23, 2020) is "Design updates to repositories and GitHub UI"

Try and make sure to clear the cache of your browser and reload everything.

That being said, when clicking on "Jump to", I see:

Jump To

"Code navigation not available for this commit", which is expected for a fork.
But I see the same issue on the original repository Rayhane-mamah/Tacotron-2.

Those repositories needs to be re-scanned by GitHub, as I mentioned here.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250