From 6eba3d5f242a3ecc3e88654e92927aede2375a66 Mon Sep 17 00:00:00 2001 From: jbleon95 Date: Tue, 19 Mar 2024 14:26:57 -0400 Subject: [PATCH] exclude params from docs for now --- api/docs/v2/new_protocol_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/docs/v2/new_protocol_api.rst b/api/docs/v2/new_protocol_api.rst index 815faebcde6..3bd6ac38658 100644 --- a/api/docs/v2/new_protocol_api.rst +++ b/api/docs/v2/new_protocol_api.rst @@ -14,7 +14,7 @@ Protocols .. autoclass:: opentrons.protocol_api.ProtocolContext :members: - :exclude-members: location_cache, cleanup, clear_commands + :exclude-members: location_cache, cleanup, clear_commands, params Instruments ===========