From bdc797478ebfe1b5d1aa1dd88b6cd2ea1943ed4a Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Sun, 21 Apr 2024 07:55:38 -0400 Subject: [PATCH] Link to the "Compatibility tips" wiki page --- docs/interop.rst | 4 ++++ docs/tutorial.rst | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/interop.rst b/docs/interop.rst index a93b6aee4..028311206 100644 --- a/docs/interop.rst +++ b/docs/interop.rst @@ -29,6 +29,10 @@ saved copy of the original value. More generally, you can use :ref:`hy2py`, or y can put a simple Python wrapper script like ``import hy, my_hy_program`` in front of your code. +See `the wiki +`_ for tips +on using specific packages. + Packaging a Hy library ====================== diff --git a/docs/tutorial.rst b/docs/tutorial.rst index cbaf031f0..8f936f64d 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -404,8 +404,9 @@ understand example code for Python libraries. Refer to the rest of this manual for Hy-specific features. Like Hy itself, the manual is incomplete, but :ref:`contributions ` are always welcome. -For an official full-blown example Hy program, see `Infinitesimal Quest 2 + ε -`_. +See `the wiki `_ for tips +on getting Hy to work with other software. For an official full-blown example +Hy program, see `Infinitesimal Quest 2 + ε `_. Bear in mind that Hy is still unstable, and with each release along the way to Hy 1.0, there are new breaking changes. Refer to `the NEWS file