Skip to content

Commit

Permalink
Updating help message in CodeExplorer
Browse files Browse the repository at this point in the history
  • Loading branch information
Adarsh Pyarelal committed Apr 1, 2019
1 parent bdb9926 commit 53fbbdf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions delphi/apps/CodeExplorer/templates/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ <h5 class="modal-title" id="helpModalLabel">About</h5>
</div>
<div class="modal-body">
Input Fortran code in the code editor area and hit the
'Submit' button. Two examples are provided to get started. Both
of these have been taken from <a
href="https://dssat.net">DSSAT</a>.
'Submit' button. Three examples are provided to get started. The
first one is a toy program that demonstrates basic Fortran code
idioms (main, subroutine, loops, conditionals). The second and
third programs are implementations of two different models of
calculating potential evapotranspiration, taken from
<a href="https://dssat.net">DSSAT</a>.
<ul>
<li>
<a
Expand Down

0 comments on commit 53fbbdf

Please sign in to comment.