diff --git a/HISTORY.rst b/HISTORY.rst index 54b30f21..ad4ebda7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -61,7 +61,7 @@ v3.5.1 (2024 Apr 3) - Mockgun: add support for ``add_user_agent`` and ``set_session_uuid`` methods v3.5.0 (2024 Mar 26) -=================== +==================== - Rebranding component for Flow Production Tracking v3.4.2 (2024 Feb 6) diff --git a/docs/cookbook/examples/basic_create_shot_task_template.rst b/docs/cookbook/examples/basic_create_shot_task_template.rst index ab624822..18722be9 100644 --- a/docs/cookbook/examples/basic_create_shot_task_template.rst +++ b/docs/cookbook/examples/basic_create_shot_task_template.rst @@ -42,8 +42,8 @@ created. wish to create by default on this Shot. We found the specific template we wanted to assign in the previous block by searching -Result ------- +Create Shot Result +------------------ The variable ``result`` now contains the dictionary of the new Shot that was created. :: diff --git a/docs/cookbook/examples/basic_delete_shot.rst b/docs/cookbook/examples/basic_delete_shot.rst index 4f2e9101..c79215e2 100644 --- a/docs/cookbook/examples/basic_delete_shot.rst +++ b/docs/cookbook/examples/basic_delete_shot.rst @@ -7,8 +7,8 @@ Deleting an entity in Flow Production Tracking is pretty straight-forward. No ex result = sg.delete("Shot", 40435) -Result ------- +Delete Shot Result +------------------ If the Shot was deleted successfully ``result`` will contain:: True