From 7ea4e5cc7c4bfc3a8036bf0dc294750f124fe10b Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Fri, 10 Nov 2023 17:16:30 -0600 Subject: [PATCH] DOC #290 --- docs/source/constraints.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/constraints.rst b/docs/source/constraints.rst index 3dbe6ef3..846c8b9d 100644 --- a/docs/source/constraints.rst +++ b/docs/source/constraints.rst @@ -131,7 +131,7 @@ phi -180.0 180.0 0.0 True tth -180.0 180.0 0.0 True ===== ========= ========== ===== ==== -Make a convenience function to show all the possible `:ref:`constraints.forward` +Make a convenience function to show all the possible :ref:`constraints.forward` solutions in a table. The complete list of possible solutions is provided by the low-level :meth:`~hkl.calc.CalcRecip.forward` method: @@ -152,7 +152,6 @@ the low-level :meth:`~hkl.calc.CalcRecip.forward` method: Show all solutions for the :math:`(100)` position (note the inner set of parentheses): .. code-block:: - :linenos: all_forward_solutions((1, 0, 0))