From f6aeceea695c91c89dbf0bf70442b3e1914cc72f Mon Sep 17 00:00:00 2001 From: Miles Cranmer Date: Sun, 16 Jan 2022 21:18:44 -0500 Subject: [PATCH 1/2] Fix dead link in #479 --- src/julia/libjulia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/julia/libjulia.py b/src/julia/libjulia.py index fb06693c..ebbfead3 100644 --- a/src/julia/libjulia.py +++ b/src/julia/libjulia.py @@ -169,7 +169,7 @@ class LibJulia(BaseLibJulia): However, a proper use of the C-API is more involved and presumably very challenging without C macros. See also: - https://docs.julialang.org/en/latest/manual/embedding/ + https://docs.julialang.org/en/v1/manual/embedding/. Attributes ---------- From a920a68dde5b0b05f2edcb48f8afe291f3fde3c9 Mon Sep 17 00:00:00 2001 From: Miles Cranmer Date: Sun, 16 Jan 2022 21:23:23 -0500 Subject: [PATCH 2/2] Fix one other broken link --- docs/source/limitations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/limitations.rst b/docs/source/limitations.rst index f61a2161..2856d273 100644 --- a/docs/source/limitations.rst +++ b/docs/source/limitations.rst @@ -50,7 +50,7 @@ No threading support PyJulia cannot be used in different threads since libjulia is not thread safe. However, you can `use multiple threads within Julia -`_. +`_. For example, start IPython by ``JULIA_NUM_THREADS=4 ipython`` and then run: