Skip to content

Commit

Permalink
[docs] Add links to source files under API section
Browse files Browse the repository at this point in the history
Fixes NVIDIA#99
  • Loading branch information
ohadmo committed Aug 24, 2020
1 parent 4daa871 commit d246c9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon'
'sphinx.ext.napoleon',
'sphinx.ext.viewcode'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit d246c9f

Please sign in to comment.