diff --git a/doc/source/config_options.rst b/doc/source/config_options.rst index f50159fc76..767b26ff69 100644 --- a/doc/source/config_options.rst +++ b/doc/source/config_options.rst @@ -33,10 +33,12 @@ useNumba bool False Use numba acceleration enableExperimental bool False Enable experimental features (the curious can search for this key in the code). In combination with useOpenGL, this makes PlotCurveItem use PyOpenGL for curve drawing. - Caveats: - 1. Only a very limited subset of the full options of PlotCurveItem is implemented. - 2. Single precision is used. This may cause drawing artifacts. + + **Caveats** + + * Only a very limited subset of the full options of PlotCurveItem is implemented. + * Single precision is used. This may cause drawing artifacts. crashWarning bool False If True, print warnings about situations that may result in a crash. ================== =================== ================== ================================================================================