Skip to content

Commit 49db17d

Browse files
committed
Add vscode tasks
1 parent cd7ddc1 commit 49db17d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

notebooks/reference/contributing.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ make tests
3636
```
3737
make notebook
3838
```
39-
40-
+++
41-
4239
## Documentation
4340

4441
The documentation is built using [Jupyter book](https://jupyterbook.org/en/stable/intro.html) which supports an *extended version of Jupyter Markdown* called "MyST Markdown".
@@ -50,3 +47,9 @@ To build the documentation website
5047
make book
5148
```
5249
Navigate to the `notebook/_build/html` directory to find the `index.html` file you can open on your browser.
50+
51+
## Developing with VS code
52+
53+
If you develop with VS code we provide several tooling for easing developing.
54+
55+
* **Notebooks development**: you can use the provided tasks to synchronize notbooks with markdown `myst` files by `Ctrl+Shift+B`

0 commit comments

Comments
 (0)