Skip to content

Commit

Permalink
docs: Fix capitalization consistency problem. (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Oct 18, 2023
1 parent 5dcaa4b commit f88f19e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/dev/env.md
Expand Up @@ -12,7 +12,7 @@ pipx install pipenv
pipx install pre-commit
```

## Environment setup
## Environment Setup

:::{note}
A universal `Makefile` is located at the root directory of the repo, and all `make` related commands are supposed to run there.
Expand Down Expand Up @@ -62,7 +62,7 @@ This will remove all untracked files, please use it with caution. It is recommen
git clean -dfx
```

## Partial environment setup
## Partial Environment Setup

In certain cases, it is unnecessary to install all requirements as well as the pre-commit hook.
Then we can benefit from the following partial environment setup, for example, it will reduce the time of running corresponding CI/CD.
Expand Down
4 changes: 2 additions & 2 deletions template/docs/dev/env.md
Expand Up @@ -12,7 +12,7 @@ pipx install pipenv
pipx install pre-commit
```

## Environment setup
## Environment Setup

:::{note}
A universal `Makefile` is located at the root directory of the repo, and all `make` related commands are supposed to run there.
Expand Down Expand Up @@ -62,7 +62,7 @@ This will remove all untracked files, please use it with caution. It is recommen
git clean -dfx
```

## Partial environment setup
## Partial Environment Setup

In certain cases, it is unnecessary to install all requirements as well as the pre-commit hook.
Then we can benefit from the following partial environment setup, for example, it will reduce the time of running corresponding CI/CD.
Expand Down

0 comments on commit f88f19e

Please sign in to comment.