diff --git a/doc/source/conf.py b/doc/source/conf.py index 43196439bbe0129310dc9aa3923ab2f68e3063fa..ff2ca2d94e9d8d2a91a3f8c54159d36e8b5e3190 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -118,7 +118,7 @@ html_sidebars = { # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +#html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/doc/source/driver.rst b/doc/source/driver.rst index 3edbdc5acbb37c324612725304c1f81371de9864..ce98354667b0b64145234c5e7b07d5f7fb579148 100644 --- a/doc/source/driver.rst +++ b/doc/source/driver.rst @@ -1626,6 +1626,7 @@ Structured Memory Transfers copy bandwidth. .. method:: __call__(stream) + :noindex: Perform the memory copy asynchronously, serialized via the :class:`Stream` *stream*. Any host memory involved in the transfer must be page-locked. @@ -2032,8 +2033,8 @@ Just-in-time Compilation Unless *no_extern_c* is *True*, the given source code is wrapped in *extern "C" { ... }* to prevent C++ name mangling. - `arch` and `code` specify the values to be passed for the :option:`-arch` - and :option:`-code` options on the :program:`nvcc` command line. If `arch` is + `arch` and `code` specify the values to be passed for the ``-arch`` + and ``-code`` options on the :program:`nvcc` command line. If `arch` is `None`, it defaults to the current context's device's compute capability. If `code` is `None`, it will not be specified.