Skip to content

Commit d487d66

Browse files
committed
Lower-case nvvm in top title, so that "nvvm" blends in under the API submenu on the main web page. Also try removing empty lines to make nvvm.rst a little nicer.
1 parent 9fa68fa commit d487d66

File tree

1 file changed

+1
-12
lines changed
  • cuda_bindings/docs/source/module

1 file changed

+1
-12
lines changed

cuda_bindings/docs/source/module/nvvm.rst

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NVVM
1+
nvvm
22
====
33

44
The ``cuda.bindings.nvvm`` Python module wraps the
@@ -23,25 +23,14 @@ Types
2323
-----
2424

2525
.. autoclass:: cuda.bindings.nvvm.Result
26-
2726
.. autoattribute:: cuda.bindings.nvvm.Result.SUCCESS
28-
2927
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_OUT_OF_MEMORY
30-
3128
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_PROGRAM_CREATION_FAILURE
32-
3329
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_IR_VERSION_MISMATCH
34-
3530
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_INVALID_INPUT
36-
3731
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_INVALID_PROGRAM
38-
3932
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_INVALID_IR
40-
4133
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_INVALID_OPTION
42-
4334
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_NO_MODULE_IN_PROGRAM
44-
4535
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_COMPILATION
46-
4736
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_CANCELLED

0 commit comments

Comments
 (0)