Skip to content

Commit 29c33be

Browse files
committed
add hyperlink reference
1 parent a47abc3 commit 29c33be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/inputfile_doc.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ for multiplication with a bracket so *-2(a+b)^h* would be written as
290290
+--------+-------------------------+
291291

292292
Operator precedence increases from top to bottom and left to
293-
right (adapted from the Python Reference Manual).
293+
right (adapted from the `Python Reference Manual
294+
<https://docs.python.org/3/reference/expressions.html#operator-precedence>`_).
294295

295296
The PySCeS MDL parser has been developed to parse and translate different
296297
styles of infix into Python/Numpy-based expressions. The following

0 commit comments

Comments
 (0)