Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ It should be treated as a 'get-started' guide, giving you all needed information
- Python
- Git
- **VSCode** (Optional)
- Several integrations and guides are development primarily with VS Code in mind.
- Several integrations and guides are developed primarily with VS Code in mind.



Expand Down Expand Up @@ -68,17 +68,17 @@ src/
```


Find all important bazel commands in the [project README](/README.md)
Find all important Bazel commands in the [project README](/README.md)

Find everything related to testing and how to add your on test suite [here](/tools/testing/pytest/README.md)
Find everything related to testing and how to add your own test suite [here](/src/tests/README.md)

## Developing new tools

1. Place code in appropriate directory or create new ones. E.g. sphinx-extensions inside `extensions`
2. Create a dedicated test directory
3. Include an appropriate README in markdown

> If you want to develop your own sphinx extension, check out the [extensions guide](/src/extensions/README.md)
> If you want to develop your own Sphinx extension, check out the [extensions guide](/src/extensions/README.md)

## Updating dependencies

Expand Down
Loading