From 44ca5f95d9bd1f07c65b9f9180f6daec184806dd Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Fri, 6 May 2022 04:07:43 -0700 Subject: [PATCH] Add vis to readthedocs Summary: pytorch3d/vis has been missing. Reduce prominence of common. Reviewed By: patricklabatut Differential Revision: D36008733 fbshipit-source-id: bbc9fbb031c8dc95870087fa48df29410ae69e35 --- docs/modules/index.rst | 3 ++- docs/modules/vis.rst | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/modules/vis.rst diff --git a/docs/modules/index.rst b/docs/modules/index.rst index 4c95ef18..c2f301dc 100644 --- a/docs/modules/index.rst +++ b/docs/modules/index.rst @@ -3,7 +3,6 @@ API Documentation .. toctree:: - common structures io loss @@ -12,3 +11,5 @@ API Documentation transforms utils datasets + common + vis diff --git a/docs/modules/vis.rst b/docs/modules/vis.rst new file mode 100644 index 00000000..e6626856 --- /dev/null +++ b/docs/modules/vis.rst @@ -0,0 +1,6 @@ +pytorch3d.vis +=========================== + +.. automodule:: pytorch3d.vis + :members: + :undoc-members: