Skip to content

Commit 53fbbdf

Browse files
author
Adarsh Pyarelal
committed
Updating help message in CodeExplorer
1 parent bdb9926 commit 53fbbdf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

delphi/apps/CodeExplorer/templates/help.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ <h5 class="modal-title" id="helpModalLabel">About</h5>
1010
</div>
1111
<div class="modal-body">
1212
Input Fortran code in the code editor area and hit the
13-
'Submit' button. Two examples are provided to get started. Both
14-
of these have been taken from <a
15-
href="https://dssat.net">DSSAT</a>.
13+
'Submit' button. Three examples are provided to get started. The
14+
first one is a toy program that demonstrates basic Fortran code
15+
idioms (main, subroutine, loops, conditionals). The second and
16+
third programs are implementations of two different models of
17+
calculating potential evapotranspiration, taken from
18+
<a href="https://dssat.net">DSSAT</a>.
1619
<ul>
1720
<li>
1821
<a

0 commit comments

Comments
 (0)