Skip to content

Commit 6de5c1b

Browse files
committed
more doc fixes
Signed-off-by: Francis Williams <francis@fwilliams.info>
1 parent 389d9e6 commit 6de5c1b

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# List of patterns, relative to source directory, that match files and
5656
# directories to ignore when looking for source files.
5757
# This pattern also affects html_static_path and html_extra_path.
58-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "wip", "tutorials/wip/"]
58+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "wip", "tutorials"]
5959

6060
autodoc_default_options = {"undoc-members": "forward, extra_repr"}
6161

docs/index.rst

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,16 @@ The videos below show fVDB being used for large-scale 3D reconstruction, simulat
4040
.. raw:: html
4141

4242
<p style="text-align: center; font-weight: bold; font-style: italic; text-decoration: underline; font-size: medium; text-decoration-skip-ink: none; margin-bottom: 0.5em;">
43-
fVDB being used to reconstruct radiance fields and TSDF volumes from images and points</p>
43+
fVDB being used to reconstruct radiance (25 million splats) fields and TSDF volumes (100 million voxels) from images and points</p>
4444
<video autoplay loop controls muted width="90%" style="display: block; margin: 0 auto;">
4545
<source src="https://fvdb-data.s3.us-east-2.amazonaws.com/fvdb-reality-capture/spot_airport_480p.mp4" type="video/mp4" />
4646
</video>
4747

4848
<br>
49-
5049
<p style="text-align: center; font-weight: bold; font-style: italic; text-decoration: underline; font-size: medium; text-decoration-skip-ink: none; margin-bottom: 0.5em;">
51-
fVDB being used to visualize large scale volumetric data in a web browser</p>
50+
fVDB being used to process a sparse SDF on a grid with 181 million voxels. Visualized in a browser.</p>
5251
<video autoplay loop controls muted width="90%" style="display: block; margin: 0 auto;">
53-
<source src="https://fvdb-data.s3.us-east-2.amazonaws.com/fvdb-reality-capture/large_recon_480p.mp4" type="video/mp4" />
52+
<source src="https://fvdb-data.s3.us-east-2.amazonaws.com/fvdb-reality-capture/crawler_480p.mp4" type="video/mp4" />
5453
</video>
5554

5655
|
@@ -71,12 +70,7 @@ spatial intelligence research and applications.
7170

7271
.. toctree::
7372
:maxdepth: 1
74-
:caption: Basic Concepts
75-
76-
77-
.. toctree::
78-
:maxdepth: 1
79-
:caption: API References
73+
:caption: Documentation
8074

8175
api/jagged_tensor
8276
api/convolution_plan

0 commit comments

Comments
 (0)