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: notebooks/reference/contributing.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,6 @@ make tests
36
36
```
37
37
make notebook
38
38
```
39
-
40
-
+++
41
-
42
39
## Documentation
43
40
44
41
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
50
47
make book
51
48
```
52
49
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