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
1d38afa1
Unverified
Commit
1d38afa1
authored
Sep 16, 2022
by
Ruilong Li(李瑞龙)
Committed by
GitHub
Sep 16, 2022
Browse files
typehints into description (#19)
parent
dbc2181c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
docs/source/conf.py
docs/source/conf.py
+3
-0
docs/source/index.rst
docs/source/index.rst
+4
-6
No files found.
docs/source/conf.py
View file @
1d38afa1
...
...
@@ -89,3 +89,6 @@ html_theme_options = {
# -- Options for EPUB output
epub_show_urls
=
"footnote"
# typehints
autodoc_typehints
=
"description"
docs/source/index.rst
View file @
1d38afa1
...
...
@@ -14,21 +14,19 @@ Installation:
$ pip install nerfacc
.. toctree::
:glob:
:maxdepth: 1
:caption: Example Usages
examples/*
:caption: Python API
apis/*
.. toctree::
:glob:
:maxdepth: 1
:caption:
Python API
:caption:
Example Usages
api
s/*
example
s/*
.. toctree::
:maxdepth: 1
...
...
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