From 64faedfd57625d3933f4de34a0703571bb22aed4 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Thu, 12 Aug 2021 05:06:43 -0700 Subject: [PATCH] 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 --- website/sidebars.json | 2 +- website/tutorials.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/website/sidebars.json b/website/sidebars.json index 9aab0f17..2534a148 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -1,7 +1,7 @@ { "docs": { "Introduction": ["why_pytorch3d"], - "Data": ["meshes_io", "datasets", "batching"], + "Data": ["io", "meshes_io", "datasets", "batching"], "Ops": ["cubify"], "Visualization": ["visualization"], "Renderer": ["renderer", "renderer_getting_started", "cameras"] diff --git a/website/tutorials.json b/website/tutorials.json index 61e925fa..d33e6f57 100644 --- a/website/tutorials.json +++ b/website/tutorials.json @@ -24,6 +24,12 @@ }, { "id": "camera_position_optimization_with_differentiable_rendering", "title": "Camera Position Optimization with Differentiable Rendering" + },{ + "id": "fit_textured_volume", + "title": "Fit a volume via raymarching" + },{ + "id": "fit_simple_neural_radiance_field", + "title": "Fit a simplified NeRF via raymarching" } ], "Dataloaders": [