Skip to content

Commit

Permalink
Add Python to the main index
Browse files Browse the repository at this point in the history
Force Notion update
  • Loading branch information
MathieuLamiot committed Sep 10, 2024
1 parent e992ebb commit 88123cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ This handbook is maintained by WP Media Engineering team. The website is built f
##### [Reviews](ways_of_working/processes/reviews.md)
### [Technical standards](technical_standards/index.md)
#### [PHP](technical_standards/php/index.md)
#### [Python](technical_standards/python/index.md)
##### [WordPress](technical_standards/php/wordpress/index.md)
2 changes: 1 addition & 1 deletion technical_standards/python/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ disable-write-exception = true

The following articles are good references about the use of `uwsgi`, and provide insights about the above configuration:
- https://www.bloomberg.com/company/stories/configuring-uwsgi-production-deployment/
- https://blog.ionelmc.ro/2022/03/14/how-to-run-uwsgi/
- https://blog.ionelmc.ro/2022/03/14/how-to-run-uwsgi/
2 changes: 1 addition & 1 deletion technical_standards/python/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ To use `isort` in a CI, you don't want the format to be enforced but just to rep

```
isort --check .
```
```
2 changes: 1 addition & 1 deletion technical_standards/python/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ To generate an XML coverage report, use the following options when running `pyte

```
pytest --cov=. --cov-report=xml
```
```

0 comments on commit 88123cd

Please sign in to comment.