Skip to content

Commit

Permalink
Remove space in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 14, 2023
1 parent f7d4ff0 commit e4c3034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To run it, you can access it directly from `.Gort` ::
>>> await g.startup()
...

`startup <.StartupRecipe.recipe>` accepts arguments to determine whether to run the calibration sequence (and which one), open the dome, focus, and whether to ask for confirmation for opening the dome. To skip the calibration sequence and do not ask for confirmation for opening the dome ::
`startup <.StartupRecipe.recipe>` accepts arguments to determine whether to run the calibration sequence (and which one), open the dome, focus, and whether to ask for confirmation for opening the dome. To skip the calibration sequence and do not ask for confirmation for opening the dome ::

await g.startup(calibration_sequence=False, confirm_open=False)

Expand Down

0 comments on commit e4c3034

Please sign in to comment.