Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nerfacc
Commits
00cbf55e
"docs/vscode:/vscode.git/clone" did not exist on "5fb22a055a23ce5d9cf135f9b29cf762629db05d"
Unverified
Commit
00cbf55e
authored
Sep 14, 2022
by
Ruilong Li(李瑞龙)
Committed by
GitHub
Sep 14, 2022
Browse files
build doc should wokr (#5)
parent
7cf85047
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
docs/source/api.rst
docs/source/api.rst
+1
-1
nerfacc/__init__.py
nerfacc/__init__.py
+10
-0
No files found.
docs/source/api.rst
View file @
00cbf55e
...
...
@@ -3,7 +3,7 @@
API
============
.. automodule:: nerfacc
.utils
.. automodule:: nerfacc
:members:
:show-inheritance:
nerfacc/__init__.py
View file @
00cbf55e
...
...
@@ -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"
,
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment