You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7. Update README snippets if you modified example code:
54
54
55
-
```bash
56
-
uv run scripts/update_readme_snippets.py
57
-
```
55
+
```bash
56
+
uv run scripts/update_readme_snippets.py
57
+
```
58
58
59
59
8. (Optional) Run pre-commit hooks on all files:
60
60
61
-
```bash
62
-
pre-commit run --all-files
63
-
```
61
+
```bash
62
+
pre-commit run --all-files
63
+
```
64
64
65
65
9. Submit a pull request to the same branch you branched from
66
66
@@ -70,22 +70,22 @@ To build and view the documentation locally:
70
70
71
71
1. Install documentation dependencies (included with `--dev` flag above):
72
72
73
-
```bash
74
-
uv sync --frozen --group docs
75
-
```
73
+
```bash
74
+
uv sync --frozen --group docs
75
+
```
76
76
77
77
2. Serve the documentation locally:
78
78
79
-
```bash
80
-
uv run mkdocs serve
81
-
```
79
+
```bash
80
+
uv run mkdocs serve
81
+
```
82
82
83
-
**Note for macOS users**: If you encounter a [Cairo library error](https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/#cairo-library-was-not-found), set the library path before running mkdocs:
83
+
**Note for macOS users**: If you encounter a [Cairo library error](https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/#cairo-library-was-not-found), set the library path before running mkdocs:
0 commit comments