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
840f2366
Unverified
Commit
840f2366
authored
Sep 14, 2022
by
Ruilong Li(李瑞龙)
Committed by
GitHub
Sep 14, 2022
Browse files
Merge pull request #3 from KAIR-BAIR/tancik/build_docs
Build docs
parents
4bdde5a3
60edf7ba
Changes
4
Hide 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 @
840f2366
.. _api:
API
============
.. automodule:: nerfacc.utils
:members:
:show-inheritance:
docs/source/conf.py
View file @
840f2366
...
...
@@ -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 @
840f2366
...
...
@@ -15,4 +15,5 @@ Contents
.. toctree::
usage
\ No newline at end of file
usage
api
\ No newline at end of file
pyproject.toml
View file @
840f2366
...
...
@@ -17,4 +17,9 @@ dependencies = [
[project.optional-dependencies]
# 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