From aed62f2bd6aafcce21a629c31f9d1c5701480e3d Mon Sep 17 00:00:00 2001 From: Joe Wojak Date: Thu, 24 Aug 2023 09:28:43 -0400 Subject: [PATCH] Adding comments to make different from edge At top of the doc, these comments should be deleted when we're done. Had to add something to make the branch code different from edge. Can't easily open a PR if the branch and edge are the same. Simple comments easier than forcing an empty commit. --- api/docs/v2/new_atomic_commands.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/docs/v2/new_atomic_commands.rst b/api/docs/v2/new_atomic_commands.rst index 0ba9b2762d6..14231f784d7 100644 --- a/api/docs/v2/new_atomic_commands.rst +++ b/api/docs/v2/new_atomic_commands.rst @@ -1,5 +1,10 @@ :og:description: Building block commands are the smallest individual actions that Opentrons robots can perform. +.. adding a comment to make this different from edge to open a PR +.. github won't allow PRs if the upstream resource is the same +.. could do an empty pull request, but that seems wrong +.. delete these comments when done with the project + .. _v2-atomic-commands: #######################