Skip to content

Commit

Permalink
Modified according to comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Feb 5, 2024
1 parent 87cfae5 commit dcd722b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/dev/dev-env.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Development Environment

This page show the approach to manage development environment. To simplify the process, a unified `Makefile` is maintained at the root directory of the repo. In other words, all the `make` related commands are supposed to run there.
This page shows the approach to manage development environment. To simplify the process, a unified `Makefile` is maintained at the root directory of the repo. In other words, all the `make` related commands are supposed to run there.

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/proj.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pipx install copier
:::{tab-item} GitLab
:sync: gitlab
Open the [Run Pipelines](https://gitlab.com/serious-scaffold/ss-python/-/pipelines/new) page and run pipeline for the default branch.
Open the [Run pipeline](https://gitlab.com/serious-scaffold/ss-python/-/pipelines/new) page and run pipeline for the default branch.
```{image} /_static/images/bootstrap-dev-container-gitlab.png
:alt: Bootstrap Dev Container on GitLab.
Expand Down
2 changes: 1 addition & 1 deletion template/docs/dev/dev-env.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Development Environment

This page show the approach to manage development environment. To simplify the process, a unified `Makefile` is maintained at the root directory of the repo. In other words, all the `make` related commands are supposed to run there.
This page shows the approach to manage development environment. To simplify the process, a unified `Makefile` is maintained at the root directory of the repo. In other words, all the `make` related commands are supposed to run there.

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion template/docs/dev/proj.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pipx install copier

:::{tab-item} GitLab
:sync: gitlab
Open the [Run Pipelines](https://gitlab.com/{{ repo_namespace }}/{{ repo_name }}/-/pipelines/new) page and run pipeline for the default branch.
Open the [Run pipeline](https://gitlab.com/{{ repo_namespace }}/{{ repo_name }}/-/pipelines/new) page and run pipeline for the default branch.

```{image} /_static/images/bootstrap-dev-container-gitlab.png
:alt: Bootstrap Dev Container on GitLab.
Expand Down

0 comments on commit dcd722b

Please sign in to comment.