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: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ You can see our [pretty example library documentation](https://docs.flexcompute.
6
6
7
7
- Make sure all your internal API references start with ``tidy3d.<your_reference>``
8
8
- In notebooks, always have absolute links, otherwise the links will break when the user downloads them.
9
+
- The `develop` branch is syced to the state of the webcenter in order to enable new notebooks to be featured quickly.
10
+
- If you are developing a notebook using a version that is not the latest official version (i.e. 2.9.1 vs the python client `develop` branch) make sure to merge it only after the python client has been released. Or use a `pre/2.10` branch.
11
+
12
+
These instructions are valid as of Nov 2025, but may change depending on structural planned changes and you can verify with the team.
13
+
9
14
10
15
## Common Documentation References
11
16
@@ -23,4 +28,4 @@ You can see our [pretty example library documentation](https://docs.flexcompute.
0 commit comments