Closed
Description
Right now following are the ways to look up documentation is
- Part of pytorch docs: http://pytorch.org/docs/master/torchvision/torchvision.html
- Readme.md.
Issue with these:
- This is a sphinx build.Any new functions/classes requires 2 PRs. One here and another in pytorch/pytorch as source for docs are in that repo.
- Readme is not automatically updated.
Somehow this needs to be fixed.
My solution:
Move docs/torchvision/*
from pytorch/pytorch to this repo and build docs using autobot to gh-pages so that pytorch.org/vision
shows torchvision's documentation.
(Only?) problem with this solution: Existing links to vision's docs in pytorch.org/docs will be broken.
I think same can be done for torchtext. Proper sphinx website is sorely missing for torchtext.
PS. I'm willing to make the move if my solution looks fine to you, although I'll need help with autobot :)
Metadata
Metadata
Assignees
Labels
No labels