Skip to content

Commit

Permalink
docs(contribute): dedent the callout to fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Nov 17, 2024
1 parent 1022a89 commit ad5f6c4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/contribute/01_environment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,10 @@ for manager, params in managers.items():
)
print()
if manager == "pixi":
print(" ::: {.callout-note}")
print(" This command will initialize a `pixi.toml` file and also modify ")
print(" the `.gitignore` to prevent Pixi configuration from being added to ")
print(" `git`.")
print(" :::")
print("::: {.callout-note}")
print("This command will initialize a `pixi.toml` file and also modify the ")
print("`.gitignore` to prevent Pixi configuration from being added to `git`.")
print(":::")
print()
print(f"1. Activate the environment")
print()
Expand Down

0 comments on commit ad5f6c4

Please sign in to comment.