Sha256: da7b9e7b84082920fad01143c897b0243d0fd3ff222c2c04ba22f203ae44b5f8
Contents?: true
Size: 486 Bytes
Versions: 49
Compression:
Stored size: 486 Bytes
Contents
<h1>Tutorial #<%= object.index %>. <%= object.title %></h1> <p>The sources for this tutorial may be found in the <tt>tutorial/<%= "%02d" % object.index %></tt> directory of the Copland distribution.</p> <% if object.intro %> <h2>Introduction</h2> <%= object.intro.to_html %> <% end %> <h2>Steps</h2> <ol> <% object.steps.each do |step| %> <li><%= step.to_html %></li> <% end %> </ol> <% if object.summary %> <h2>Summary</h2> <%= object.summary.to_html %> <% end %>
Version data entries
49 entries across 49 versions & 4 rubygems