Skip to content

Commit

Permalink
Fix JupyterCAD links (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Nov 23, 2023
1 parent d9762a1 commit eed983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ On the other side, to export a back-end model, we have to use the entry points p
my_document = "my_module.my_file:YCustomDocument"
```

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).
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 comments on commit eed983a

Please sign in to comment.