diff --git a/docs/modules/datasets.rst b/docs/modules/datasets.rst new file mode 100644 index 00000000..296a560d --- /dev/null +++ b/docs/modules/datasets.rst @@ -0,0 +1,9 @@ +pytorch3d.datasets +=========================== + +Dataset loaders for datasets including ShapeNetCore. + +.. automodule:: pytorch3d.datasets + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/modules/index.rst b/docs/modules/index.rst index cb35988c..88ddcb6d 100644 --- a/docs/modules/index.rst +++ b/docs/modules/index.rst @@ -9,5 +9,5 @@ API Documentation ops renderer/index transforms - utils - \ No newline at end of file + utils + datasets