Unverified Commit 00cbf55e authored by Ruilong Li(李瑞龙)'s avatar Ruilong Li(李瑞龙) Committed by GitHub
Browse files

build doc should wokr (#5)

parent 7cf85047
......@@ -3,7 +3,7 @@
API
============
.. automodule:: nerfacc.utils
.. automodule:: nerfacc
:members:
:show-inheritance:
......@@ -7,3 +7,13 @@ from .utils import (
volumetric_rendering_weights,
)
from .volumetric_rendering import volumetric_rendering
__all__ = [
"OccupancyField",
"ray_aabb_intersect",
"volumetric_marching",
"volumetric_rendering_accumulate",
"volumetric_rendering_steps",
"volumetric_rendering_weights",
"volumetric_rendering",
]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment