Hi, can someone tell me how the ‘Show Source‘ feature on PyTorch docs? Sometimes, it shows me the actual documentation on Github, while other times it just brings me to a bare-bones rst page, as seen here:
torch.cuda.can\_device\_access\_peer
.. currentmodule:: torch.cuda
.. autofunction:: can_device_access_peer
Is there any plan to link things like these to the actual source code on github? I’m willing to help or make sure there is consistency here if so.