Skip to content

Commit

Permalink
Polishing docs (#530)
Browse files Browse the repository at this point in the history
* polishing

* Polish getting-started docs

---------

Co-authored-by: Tvrtko Sternak <sternakt@gmail.com>
  • Loading branch information
davorrunje and sternakt authored Nov 5, 2024
1 parent 51ed7c2 commit b56ac3d
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 268 deletions.
12 changes: 1 addition & 11 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,6 @@
"is_secret": false
}
],
"docs/docs/en/user-guide/getting-started/index.md": [
{
"type": "Secret Keyword",
"filename": "docs/docs/en/user-guide/getting-started/index.md",
"hashed_secret": "3be2e9dd1980856faddf5bd205e3ff96b24776aa",
"is_verified": false,
"line_number": 445,
"is_secret": false
}
],
"docs/docs/en/user-guide/runtimes/autogen/index.md": [
{
"type": "Secret Keyword",
Expand Down Expand Up @@ -234,5 +224,5 @@
}
]
},
"generated_at": "2024-11-05T11:49:46Z"
"generated_at": "2024-11-05T13:39:16Z"
}
2 changes: 1 addition & 1 deletion docs/docs/en/user-guide/cookiecutter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Cookiecutter creates projects from cookiecutters (project templates), e.g. Pytho
8. After reopening the project in devcontainer, you can verify that the setup is correct by running the provided tests with the following command:

```console
pytest -s
pytest
```

You should get the following output if everything is correctly setup.
Expand Down
Loading

0 comments on commit b56ac3d

Please sign in to comment.