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
60edf7ba
Commit
60edf7ba
authored
Sep 14, 2022
by
Matt Tancik
Browse files
Build docs
parent
776dff86
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
3 deletions
+18
-3
docs/source/api.rst
docs/source/api.rst
+9
-0
docs/source/conf.py
docs/source/conf.py
+1
-1
docs/source/index.rst
docs/source/index.rst
+2
-1
pyproject.toml
pyproject.toml
+6
-1
No files found.
docs/source/api.rst
0 → 100644
View file @
60edf7ba
.. _api:
API
============
.. automodule:: nerfacc.utils
:members:
:show-inheritance:
docs/source/conf.py
View file @
60edf7ba
...
...
@@ -29,7 +29,7 @@ templates_path = ["_templates"]
# -- Options for HTML output
html_theme
=
"
sphinx_rtd_theme
"
html_theme
=
"
furo
"
# -- Options for EPUB output
epub_show_urls
=
"footnote"
docs/source/index.rst
View file @
60edf7ba
...
...
@@ -16,3 +16,4 @@ Contents
.. toctree::
usage
api
\ No newline at end of file
pyproject.toml
View file @
60edf7ba
...
...
@@ -25,4 +25,9 @@ examples = [
]
# for documentation
docs
=
[]
\ No newline at end of file
docs
=
[
"furo==2022.4.7"
,
"sphinx==4.5.0"
,
"sphinx-copybutton==0.5.0"
,
"sphinx-design==0.2.0"
]
\ No newline at end of file
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