From b636f2950d4135f3316bcfa69fa867db341d3d03 Mon Sep 17 00:00:00 2001 From: Luya Gao Date: Mon, 29 Jun 2020 13:14:16 -0700 Subject: [PATCH] Adding datasets.rst to modules Summary: Adding datasets.rst to modules and update index.rst. Reviewed By: nikhilaravi Differential Revision: D22187578 fbshipit-source-id: e70cf49fa276db8a106c67a2edab530b6dba2dee --- docs/modules/datasets.rst | 9 +++++++++ docs/modules/index.rst | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 docs/modules/datasets.rst 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