File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ It should be treated as a 'get-started' guide, giving you all needed information
3030 - Python
3131 - Git
3232 - ** VSCode** (Optional)
33- - Several integrations and guides are development primarily with VS Code in mind.
33+ - Several integrations and guides are developed primarily with VS Code in mind.
3434
3535
3636
6868```
6969
7070
71- Find all important bazel commands in the [ project README] ( /README.md )
71+ Find all important Bazel commands in the [ project README] ( /README.md )
7272
73- Find everything related to testing and how to add your on test suite [ here] ( /tools/testing/pytest /README.md )
73+ Find everything related to testing and how to add your own test suite [ here] ( /src/tests /README.md )
7474
7575## Developing new tools
7676
77771 . Place code in appropriate directory or create new ones. E.g. sphinx-extensions inside ` extensions `
78782 . Create a dedicated test directory
79793 . Include an appropriate README in markdown
8080
81- > If you want to develop your own sphinx extension, check out the [ extensions guide] ( /src/extensions/README.md )
81+ > If you want to develop your own Sphinx extension, check out the [ extensions guide] ( /src/extensions/README.md )
8282
8383## Updating dependencies
8484
You can’t perform that action at this time.
0 commit comments