Skip to content

Commit

Permalink
Switch to note and warning directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Roberts committed Oct 3, 2024
1 parent 0c93424 commit 605266c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/arkode/guide/source/Usage/SplittingStep/User_callable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ Optional inputs for IVP method selection
:retval ARK_MEM_NULL: if the SplittingStep memory is ``NULL``
:retval ARK_ILL_INPUT: if an argument has an illegal value
**Notes:**
.. note::
For a description of the :c:type:`SplittingStepCoefficients` type and related
functions for creating splitting coefficients see
:numref:`ARKODE.Usage.SplittingStep.SplittingStepCoefficients`.
For a description of the :c:type:`SplittingStepCoefficients` type and related
functions for creating splitting coefficients see
:numref:`ARKODE.Usage.SplittingStep.SplittingStepCoefficients`.
**Warning:**
.. warning::
This should not be used with :c:func:`ARKodeSetOrder`.
This should not be used with :c:func:`ARKodeSetOrder`.
.. versionadded:: x.y.z
Expand Down

0 comments on commit 605266c

Please sign in to comment.