Commit c6738109 authored by Sasank Chilamkurthy's avatar Sasank Chilamkurthy
Browse files

rename doc titles

parent fa7e9c78
Datasets
========
torchvision.datasets
====================
All datasets are subclasses of :class:`torch.utils.data.Dataset`
i.e, they have ``__getitem__`` and ``__len__`` methods implemented.
......
......@@ -12,3 +12,6 @@ architectures, and common image transformations for computer vision.
models
transforms
utils
.. automodule:: torchvision
:members:
Models
======
torchvision.models
==================
The models subpackage contains definitions for the following model
architectures:
......
Transforms
==========
torchvision.transforms
======================
.. currentmodule:: torchvision.transforms
......
Utils
=====
torchvision.utils
=================
.. currentmodule:: torchvision.utils
......@@ -7,6 +7,3 @@ Utils
.. autofunction:: save_image
.. automodule:: torchvision
:members:
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment