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 = {
# -- Options for EPUB output
epub_show_urls = "footnote"
# typehints
autodoc_typehints = "description"
......@@ -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
apis/*
examples/*
.. toctree::
: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