Skip to content

Commit 2071c69

Browse files
committed
Include cuda.bindings.nvml in docs
Update copyright year in nvml.rst Automatically document enums
1 parent 43decaa commit 2071c69

5 files changed

Lines changed: 681 additions & 7 deletions

File tree

cuda_bindings/docs/source/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ CUDA Python API Reference
1616
module/nvvm
1717
module/nvfatbin
1818
module/cufile
19+
module/nvml
1920
module/utils

cuda_bindings/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"sphinx.ext.napoleon",
3838
"sphinx.ext.intersphinx",
3939
"myst_nb",
40-
"enum_tools.autoenum",
4140
"sphinx_copybutton",
4241
"release_toc",
4342
"release_date",
43+
"enum_documenter",
4444
]
4545

4646
nb_execution_mode = "off"

0 commit comments

Comments
 (0)