From d5bb4cd7d2337663eb55d175779c6f1d6dd8a7fa Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Wed, 20 Nov 2024 00:39:42 +0100 Subject: [PATCH] update GSL on GitHub Actions CI --- doc/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/index.rst b/doc/index.rst index 610f7cdb..3cbb266c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -350,6 +350,10 @@ The following global options are defined. Note that all are typically formatted - :python:`"sympy.simplify(expr)"` - string - For all expressions ``expr`` that are rewritten internally: the contents of this parameter string are evaluated with ``eval()`` in Python to obtain the final output expression. Override for custom expression simplification steps. Example: ``"sympy.logcombine(sympy.powsimp(sympy.expand(expr)))"``. + * - ``forbidden_names`` + - :python:`["oo", "zoo", "nan", "NaN", "__h"]` + - list of strings + - For each forbidden name: emit an error if a variable or parameter by this name occurs in the input. Output