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

typehints into description (#19)

parent dbc2181c
...@@ -89,3 +89,6 @@ html_theme_options = { ...@@ -89,3 +89,6 @@ html_theme_options = {
# -- Options for EPUB output # -- Options for EPUB output
epub_show_urls = "footnote" epub_show_urls = "footnote"
# typehints
autodoc_typehints = "description"
...@@ -14,21 +14,19 @@ Installation: ...@@ -14,21 +14,19 @@ Installation:
$ pip install nerfacc $ pip install nerfacc
.. toctree:: .. toctree::
:glob: :glob:
:maxdepth: 1 :maxdepth: 1
:caption: Example Usages :caption: Python API
examples/*
apis/*
.. toctree:: .. toctree::
:glob: :glob:
:maxdepth: 1 :maxdepth: 1
:caption: Python API :caption: Example Usages
apis/* examples/*
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
......
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