From e23d0b05c79a1d583f3ed48b0d8b3ccb04779c5a Mon Sep 17 00:00:00 2001 From: gumyr Date: Tue, 15 Aug 2023 09:55:58 -0400 Subject: [PATCH] Fix table format --- docs/operations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations.rst b/docs/operations.rst index 2ee928e..4ab8ccd 100644 --- a/docs/operations.rst +++ b/docs/operations.rst @@ -23,7 +23,7 @@ BuildPart and Algebra Part. +----------------------------------------------+----------------------------------+----+----+----+----+------------------------+ | Operation | Description | 0D | 1D | 2D | 3D | Example | -+============================================+====================================+====+====+====+====+========================+ ++==============================================+==================================+====+====+====+====+========================+ | :func:`~operations_generic.add` | Add object to builder | | ✓ | ✓ | ✓ | :ref:`16 ` | +----------------------------------------------+----------------------------------+----+----+----+----+------------------------+ | :func:`~operations_generic.bounding_box` | Add bounding box as Shape | | ✓ | ✓ | ✓ | |