From 883106f98253a1e922883d6a27af9525e264a69b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Sun, 26 Oct 2025 23:04:13 +0000 Subject: [PATCH 1/2] Deprecated, have in docs too. --- docs/source/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 85874225..017a3d90 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,6 +3,9 @@ Welcome to PyJulia’s documentation! |github-action| +> [!CAUTION] +> Ongoing development of the Python/Julia interface has transitioned to [PythonCall.jl/juliacall](https://github.com/JuliaPy/PythonCall.jl), please consider using that package instead. + Experimenting with developing a better interface to `Julia language `_ that works with `Python `_ 3 and Julia v1.0+. From ef30695da34e780a96b01c71a0e4e9d0b31a7169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Mon, 27 Oct 2025 12:40:09 +0000 Subject: [PATCH 2/2] rst syntax --- docs/source/index.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 017a3d90..dcecb274 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,8 +3,11 @@ Welcome to PyJulia’s documentation! |github-action| -> [!CAUTION] -> Ongoing development of the Python/Julia interface has transitioned to [PythonCall.jl/juliacall](https://github.com/JuliaPy/PythonCall.jl), please consider using that package instead. +caution:: + + Ongoing development of the Python/Julia interface has transitioned to + `PythonCall.jl/juliacall `_, + please consider using that package instead. Experimenting with developing a better interface to `Julia language `_ that works with