inducer / pyopencl

OpenCL integration for Python, plus shiny features
http://mathema.tician.de/software/pyopencl
Other
1.06k stars 241 forks source link

Fix small sphinx docs rendering issue #522

Closed kandersolar closed 2 years ago

kandersolar commented 2 years ago

On the parallel algorithms docs page, there is an RST directive inside a literal block, which I assume must be unintentional:

image

Removing one of the trailing colons in the preceding line should allow the directive to be interpreted correctly instead of placed into a literal block, though I did not confirm this before opening the PR.

inducer commented 2 years ago

LGTM. Thanks a lot for the fix!