Skip to content

Commit f5cb353

Browse files
author
Christopher Doris
committed
escape pipes in table cells
1 parent d34d868 commit f5cb353

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/src/juliacall.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ be configured in two ways:
9696
| `-X` option | Environment Variable | Description |
9797
| :---------- | :------------------- | :---------- |
9898
| `-X juliacall-home=<dir>` | `PYTHON_JULIACALL_BINDIR=<dir>` | The directory containing the julia executable. |
99-
| `-X juliacall-check-bounds=<yes|no|auto>` | `PYTHON_JULIACALL_CHECK_BOUNDS=<yes|no|auto>` | Enable or disable bounds checking. |
100-
| `-X juliacall-compile=<yes|no|all|min>` | `PYTHON_JULIACALL_COMPILE=<yes|no|all|min>` | Enable or disable JIT compilation. |
101-
| `-X juliacall-compiled-modules=<yes|no>` | `PYTHON_JULIACALL_COMPILED_MODULES=<yes|no>` | Enable or disable incrementally compiling modules. |
102-
| `-X juliacall-depwarn=<yes|no|error>` | `PYTHON_JULIACALL_DEPWARN=<yes|no|error>` | Enable or disable deprecation warnings. |
103-
| `-X juliacall-inline=<yes|no>` | `PYTHON_JULIACALL_INLINE=<yes|no>` | Enable or disable inlining. |
104-
| `-X juliacall-min-optlevel=<0|1|2|3>` | `PYTHON_JULIACALL_MIN_OPTLEVEL=<0|1|2|3>` | Optimization level. |
105-
| `-X juliacall-optimize=<0|1|2|3>` | `PYTHON_JULIACALL_OPTIMIZE=<0|1|2|3>` | Minimum optimization level. |
106-
| `-X juliacall-procs=<N|auto>` | `PYTHON_JULIACALL_PROCS=<N|auto>` | Launch N local worker process. |
99+
| `-X juliacall-check-bounds=<yes\|no\|auto>` | `PYTHON_JULIACALL_CHECK_BOUNDS=<yes\|no\|auto>` | Enable or disable bounds checking. |
100+
| `-X juliacall-compile=<yes\|no\|all\|min>` | `PYTHON_JULIACALL_COMPILE=<yes\|no\|all\|min>` | Enable or disable JIT compilation. |
101+
| `-X juliacall-compiled-modules=<yes\|no>` | `PYTHON_JULIACALL_COMPILED_MODULES=<yes\|no>` | Enable or disable incrementally compiling modules. |
102+
| `-X juliacall-depwarn=<yes\|no\|error>` | `PYTHON_JULIACALL_DEPWARN=<yes\|no\|error>` | Enable or disable deprecation warnings. |
103+
| `-X juliacall-inline=<yes\|no>` | `PYTHON_JULIACALL_INLINE=<yes\|no>` | Enable or disable inlining. |
104+
| `-X juliacall-min-optlevel=<0\|1\|2\|3>` | `PYTHON_JULIACALL_MIN_OPTLEVEL=<0\|1\|2\|3>` | Optimization level. |
105+
| `-X juliacall-optimize=<0\|1\|2\|3>` | `PYTHON_JULIACALL_OPTIMIZE=<0\|1\|2\|3>` | Minimum optimization level. |
106+
| `-X juliacall-procs=<N\|auto>` | `PYTHON_JULIACALL_PROCS=<N\|auto>` | Launch N local worker process. |
107107
| `-X juliacall-sysimage=<file>` | `PYTHON_JULIACALL_SYSIMAGE=<file>` | Use the given system image. |
108-
| `-X juliacall-threads=<N|auto>` | `PYTHON_JULIACALL_THREADS=<N|auto>` | Launch N threads. |
109-
| `-X juliacall-warn-overwrite=<yes|no>` | `PYTHON_JULIACALL_WARN_OVERWRITE=<yes|no>` | Enable or disable method overwrite warnings. |
108+
| `-X juliacall-threads=<N\|auto>` | `PYTHON_JULIACALL_THREADS=<N\|auto>` | Launch N threads. |
109+
| `-X juliacall-warn-overwrite=<yes\|no>` | `PYTHON_JULIACALL_WARN_OVERWRITE=<yes\|no>` | Enable or disable method overwrite warnings. |

0 commit comments

Comments
 (0)