diff --git a/docs/source/indices.rst b/docs/source/indices.rst index c9e9908ff..cf51597f6 100644 --- a/docs/source/indices.rst +++ b/docs/source/indices.rst @@ -90,8 +90,8 @@ are turned on, and the number of indices is assumed to match the dimension of th post-pad zeros if you specify less indices than the rank of the array. Example: ``a.unchecked(1) == a(1, 0)``. -:cpp:func:`periodic(args...) ` -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +:cpp:func:`periodic(args...) ` +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Example: ``a.periodic(-1, -2) == 7``. * See also: :cpp:func:`xt::xcontainer::periodic`.