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/source/custom.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,4 @@ On the other side, to export a back-end model, we have to use the entry points p
17
17
my_document = "my_module.my_file:YCustomDocument"
18
18
```
19
19
20
-
You can find an example of a custom document in the [JupyterCAD extension](https://github.com/QuantStack/jupytercad). With an implementation of a new document model [here](https://github.com/QuantStack/jupytercad/blob/main/jupytercad/jcad_ydoc.py) and registering it [here](https://github.com/QuantStack/jupytercad/blob/main/pyproject.toml).
20
+
You can find an example of a custom document in the [JupyterCAD extension](https://github.com/QuantStack/jupytercad). With an implementation of a new document model [here](https://github.com/jupytercad/jupytercad/blob/21e54e98fbfbc5dd0303901f30cec1619fd5a109/python/jupytercad-core/jupytercad_core/jcad_ydoc.py) and registering it [here](https://github.com/jupytercad/jupytercad/blob/21e54e98fbfbc5dd0303901f30cec1619fd5a109/python/jupytercad-core/pyproject.toml#L34).
0 commit comments