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: doc/source/getting_started/write_doc/guide_lines_tutorials.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,8 @@ You must also add the ``index.rst`` file in the main user guide page toctree. Yo
109
109
Adding a new tutorial
110
110
=====================
111
111
112
-
:download:`Download the tutorial card template<tutorial_card_template.rst>` :download:`Download the tutorial template<tutorial_template.rst>`
112
+
:download:`Download the tutorial card template<tutorial_card_template.rst>` :download:`Download the tutorial structure template<tutorial_structure_template.rst>`
113
+
:download:`Download the tutorial content formating template<tutorial_content_template.rst>`
113
114
114
115
Location and naming
115
116
-------------------
@@ -314,7 +315,7 @@ to have the code blocks in different tabs. You can see an example of this case i
314
315
Code blocks
315
316
~~~~~~~~~~~
316
317
317
-
The tutorials must have code blocks where you show how you actually implement the coode.
318
+
The tutorials must have code blocks where you show how you actually implement the code.
318
319
The guidelines for the code snippets are:
319
320
320
321
- Use the `jupyter sphinx<jupyter_sphinx_ext>`_ extension to show code blocks. Its executes embedded code in
0 commit comments