mirror of https://github.com/eyhc1/rendercv.git
docs: fix indentation error in the developer guide
This commit is contained in:
parent
5790abca65
commit
a96606163d
|
@ -26,6 +26,7 @@ The source code is thoroughly documented and well-commented, making it an enjoya
|
||||||
hatch env create docs
|
hatch env create docs
|
||||||
hatch env create test
|
hatch env create test
|
||||||
```
|
```
|
||||||
|
|
||||||
6. To use the virtual environments, either
|
6. To use the virtual environments, either
|
||||||
|
|
||||||
- Activate one of the virtual environments with the following command.
|
- Activate one of the virtual environments with the following command.
|
||||||
|
@ -69,12 +70,12 @@ flowchart TD
|
||||||
These commands are defined in the [`pyproject.toml`](https://github.com/sinaatalay/rendercv/blob/main/pyproject.toml) file.
|
These commands are defined in the [`pyproject.toml`](https://github.com/sinaatalay/rendercv/blob/main/pyproject.toml) file.
|
||||||
|
|
||||||
- Format the code with [Black](https://github.com/psf/black):
|
- Format the code with [Black](https://github.com/psf/black):
|
||||||
```bash
|
```bash
|
||||||
hatch run format
|
hatch run default:format
|
||||||
```
|
```
|
||||||
- Lint the code with [Ruff](https://github.com/astral-sh/ruff):
|
- Lint the code with [Ruff](https://github.com/astral-sh/ruff):
|
||||||
```bash
|
```bash
|
||||||
hatch run lint
|
hatch run default:lint
|
||||||
```
|
```
|
||||||
- Run the tests:
|
- Run the tests:
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue