From 4f3e8037a25eeb0f3a1055026647f75502caadab Mon Sep 17 00:00:00 2001 From: Ogi Moore Date: Fri, 19 Nov 2021 22:42:39 -0800 Subject: [PATCH] Add bullet list for enableExperimental caveats --- doc/source/config_options.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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. ================== =================== ================== ================================================================================