Skip to content

Commit 1d38afa

Browse files
typehints into description (#19)
1 parent dbc2181 commit 1d38afa

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,6 @@
8989

9090
# -- Options for EPUB output
9191
epub_show_urls = "footnote"
92+
93+
# typehints
94+
autodoc_typehints = "description"

docs/source/index.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,19 @@ Installation:
1414
1515
$ pip install nerfacc
1616
17-
1817
.. toctree::
1918
:glob:
2019
:maxdepth: 1
21-
:caption: Example Usages
22-
23-
examples/*
20+
:caption: Python API
2421

22+
apis/*
2523

2624
.. toctree::
2725
:glob:
2826
:maxdepth: 1
29-
:caption: Python API
27+
:caption: Example Usages
3028

31-
apis/*
29+
examples/*
3230

3331
.. toctree::
3432
:maxdepth: 1

0 commit comments

Comments
 (0)