Skip to content

Commit 440cbc7

Browse files
updates the guide_lines_tutorials.rst with the new tutorial templates refs
1 parent cb0a96e commit 440cbc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/getting_started/write_doc/guide_lines_tutorials.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ You must also add the ``index.rst`` file in the main user guide page toctree. Yo
109109
Adding a new tutorial
110110
=====================
111111

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>`
113114

114115
Location and naming
115116
-------------------
@@ -314,7 +315,7 @@ to have the code blocks in different tabs. You can see an example of this case i
314315
Code blocks
315316
~~~~~~~~~~~
316317

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.
318319
The guidelines for the code snippets are:
319320

320321
- Use the `jupyter sphinx<jupyter_sphinx_ext>`_ extension to show code blocks. Its executes embedded code in

0 commit comments

Comments
 (0)