Changes for page Code description

Last modified by galluzziandrea on 2022/06/20 12:33

From version 3.1
edited by galluzziandrea
on 2021/12/09 14:37
Change comment: There is no comment for this version
To version 4.1
edited by galluzziandrea
on 2021/12/09 14:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,8 @@
1 -== Code Description: ==
1 +== Introduction (path and modules) ==
2 2  
3 -=== Introduction (path and modules) ===
4 -
5 5  First of all we check the path and import the necessary modules .
6 6  
7 -==== Check where I am and place myself in the right folder : ====
5 +=== Check where I am and place myself in the right folder : ===
8 8  
9 9  {{code language="python"}}
10 10  # Import the os module
... ... @@ -20,7 +20,7 @@
20 20  print("Current working directory: {0}".format(os.getcwd()))
21 21  {{/code}}
22 22  
23 -==== import the modules necessary for the simulation ====
21 +=== import the modules necessary for the simulation ===
24 24  
25 25  {{code language="python"}}
26 26  import nest
... ... @@ -34,8 +34,8 @@
34 34  print('tempo di Inizio:',Inizio)
35 35  {{/code}}
36 36  
37 -=== ===
35 +=== ===
38 38  
39 -=== Results ===
37 +==== Results ====
40 40  
41 -==== ====
39 +==== ====