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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ To understand the rest of the structure which could help you change styles with
49
49
### 👨🏻🔧 Modifying an existing tutorial
50
50
51
51
* Find the corresponding Julia script in `_literate` and fix it in a PR.
52
-
* Ensure it works and renders properly as explained in [this section](#👀-visualise-modifications-locally).
52
+
* Ensure it works and renders properly as explained below.
53
53
54
54
55
55
### ✨ Add a new tutorial
@@ -68,7 +68,7 @@ Once all that's done, the remaining things to do are to create the HTML page and
68
68
69
69
* Create a file `dinosaurs.md` in the top-level folder `end-to-end/` by duplicating the `end-to-end/wine.md` and changing the reference in it to `\tutorial{end-to-end/dinosaurs}`
70
70
* Add a link pointing to that tutorial in `routing.json` following the template so your tutorial shows in the navigation bar
71
-
* Ensure your tutorials renders correctly as explained in the [next section](#👀-visualise-modifications-locally).
71
+
* Ensure your tutorials renders correctly as explained in the next section.
72
72
73
73
> [!NOTE]
74
74
> For plots, we do prefer that you use `Plots.jl` with the default backend. In general, try to avoid having Python as a dependency in your tutorial.
0 commit comments