mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-16 12:20:34 +08:00
renderer and vis readthedocs #1363
Summary: Autogenerate docs for the renderer too. This will be helpful but make a slightly ugly TOC Reviewed By: kjchalup Differential Revision: D40977315 fbshipit-source-id: 10831de3ced68080cb5671c5dc31d4da8500f761
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d0fbe2cb63
commit
9a0b0c2e74
7
docs/modules/vis/index.rst
Normal file
7
docs/modules/vis/index.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pytorch3d.vis
|
||||
=============
|
||||
|
||||
.. toctree::
|
||||
|
||||
plotly_vis
|
||||
texture_vis
|
||||
9
docs/modules/vis/plotly_vis.rst
Normal file
9
docs/modules/vis/plotly_vis.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
pytorch3d.vis.plotly_vis
|
||||
========================
|
||||
|
||||
plotly_vis
|
||||
|
||||
.. automodule:: pytorch3d.vis.plotly_vis
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
9
docs/modules/vis/texture_vis.rst
Normal file
9
docs/modules/vis/texture_vis.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
pytorch3d.vis.texture_vis
|
||||
=========================
|
||||
|
||||
texture_vis
|
||||
|
||||
.. automodule:: pytorch3d.vis.texture_vis
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user