From b870efd39a470301a69a4faafb16e8e720416c19 Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:37:29 -0400 Subject: [PATCH] fix typo --- docs/source/img_processors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/img_processors.rst b/docs/source/img_processors.rst index 9b596b0f..50e51914 100644 --- a/docs/source/img_processors.rst +++ b/docs/source/img_processors.rst @@ -149,6 +149,6 @@ If speeds faster than this are required, consider using the :ref:`image_saved_ca Alternatively, if the Micro-Manager application is not required, consider using the python backend, in which images are acquired and processed in the same Python process, avoiding the Java-Python transport layer entirely. -: note: +.. note:: Users of the python backend may also be interested in `ExEngine `_, a newer project which provides a more flexible and powerful module for doing the same things as pycro-manager does, and more.