-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Sphinx docs #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sphinx docs #285
Conversation
@@ -3,6 +3,7 @@ | |||
from torchvision import transforms | |||
from torchvision import utils | |||
|
|||
__version__ = '0.1.9' |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
I think this looks good, but I have no experience with sphinx so I can't comment on that. I suppose we also need to change something in https://github.com/pytorch/pytorch.github.io ? |
We'll fix pytorch.org/docs later by removing docs/torchvision in pytorch/pytorch. |
PIL.Image is renamed to 'PIL Image' because PIL.Image is the module and PIL.Image.Image is the class we are referring but is too long to put in docstrings
Fix #284
Idea is to fix the documentation build process of torchvision using sphinx.
Here's how docs will looks like: https://chsasank.github.io/vision/
TODO: