Skip to content

Commit 64faedf

Browse files
bottlerfacebook-github-bot
authored andcommitted
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
1 parent 9db7040 commit 64faedf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

website/sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"docs": {
33
"Introduction": ["why_pytorch3d"],
4-
"Data": ["meshes_io", "datasets", "batching"],
4+
"Data": ["io", "meshes_io", "datasets", "batching"],
55
"Ops": ["cubify"],
66
"Visualization": ["visualization"],
77
"Renderer": ["renderer", "renderer_getting_started", "cameras"]

website/tutorials.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
}, {
2525
"id": "camera_position_optimization_with_differentiable_rendering",
2626
"title": "Camera Position Optimization with Differentiable Rendering"
27+
},{
28+
"id": "fit_textured_volume",
29+
"title": "Fit a volume via raymarching"
30+
},{
31+
"id": "fit_simple_neural_radiance_field",
32+
"title": "Fit a simplified NeRF via raymarching"
2733
}
2834
],
2935
"Dataloaders": [

0 commit comments

Comments
 (0)