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: 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 ----------