I'm aware of how to exclude files from Sphinx.
However, a handful of my code uses the standard pattern of:
import torch.tensor as T
T then ends up getting the torch tensor documentation in my modules. How can I avoid this?
T
没有评论:
发表评论