pytorch3d/website/sidebars.json
Jeremy Reizenstein 64faedfd57 Add new doc and new tutorials to website
Summary: Recent additions need to be included.

Reviewed By: nikhilaravi

Differential Revision: D30223717

fbshipit-source-id: 4b29a4132ea6fb7c1a530aac5d1e36aa61c663bb
2021-08-12 05:07:55 -07:00

10 lines
247 B
JSON

{
"docs": {
"Introduction": ["why_pytorch3d"],
"Data": ["io", "meshes_io", "datasets", "batching"],
"Ops": ["cubify"],
"Visualization": ["visualization"],
"Renderer": ["renderer", "renderer_getting_started", "cameras"]
}
}