Skip to content

Commit cb0a96e

Browse files
add tutorial_structure_template.rst
1 parent 60c0b05 commit cb0a96e

File tree

2 files changed

+41
-59
lines changed

2 files changed

+41
-59
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
.. _ref_tutorial_template:
2+
3+
==============
4+
Tutorial title
5+
==============
6+
7+
.. include:: ../../../links_and_refs.rst
8+
.. |Examples| replace:: :class:`ansys.dpf.core.examples`
9+
10+
This sentence resumes the goal of the tutorial
11+
12+
Introduction to the tutorial
13+
14+
:jupyter-download-script:`Download tutorial as Python script<file_name>` :jupyter-download-notebook:`Download tutorial as notebook<file_name>`
15+
16+
First Step
17+
----------
18+
19+
First, you ...
20+
21+
.. jupyter-execute::
22+
23+
# Code block 1
24+
25+
Second step
26+
-----------
27+
28+
Then, you ...
29+
30+
.. jupyter-execute::
31+
32+
# Code block 2
33+
34+
Final Step
35+
----------
36+
37+
Finally, you ...
38+
39+
.. jupyter-execute::
40+
41+
# Code block 3

doc/source/getting_started/write_doc/tutorial_template.rst

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)