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
Copy file name to clipboardexpand all lines: docs/CONTRIBUTING.md
+9
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,15 @@ A few key things to note:
155
155
2. The API reference is generated automatically, but things like new modules still need to be included in the `docs/api` structure for generation to work.
156
156
3. The `docs/tutorials` are written as Jupyter notebooks that get converted into markdown. This conversion will happen on every save when running the server locally, which can make writing docs slow. We recommend setting `strict: false` and commenting out the `mkdocs-jupyter` plugin in`mkdocs.yml` to skip the conversion.
157
157
158
+
!!! tip "MacOS Users Will Need `cairo`
159
+
160
+
If you're developing using MacOS, you'll need to follow these steps:
All changes to the codebase must be properly unit tested. If a change requires updating an existing unit test, make sure to think through if the change is breaking.
0 commit comments