doc/readme.html in ruby-vpi-14.0.0 vs doc/readme.html in ruby-vpi-15.0.0

- old
+ new

@@ -72,24 +72,24 @@ </ul> </div> - <h1 id="anchor122">1 &nbsp; Welcome to Ruby-VPI</h1> + <h1 id="anchor127">1 &nbsp; Welcome to Ruby-VPI</h1> <p>Ruby-VPI is a <a href="http://www.ruby-lang.org">Ruby</a> interface to <a href="http://ieeexplore.ieee.org/xpl/standardstoc.jsp?isnumber=33945"><span class="caps">IEEE 1364</span>-2005 Verilog <span class="caps">VPI</span></a>. It lets you create complex Verilog test benches easily and wholly in Ruby.</p> <h2 id="intro.features">1.1 &nbsp; Features</h2> - <h3 id="anchor123">1.1.1 &nbsp; Portable</h3> + <h3 id="anchor128">1.1.1 &nbsp; Portable</h3> <ul> - <li>Supports the <em>entire</em> <a href=":http://ieeexplore.ieee.org/xpl/standardstoc.jsp?isnumber=33945"><span class="caps">IEEE</span> Std 1364-2005</a> VPI standard.</li> + <li>Supports the <em>entire</em> <a href="http://ieeexplore.ieee.org/xpl/standardstoc.jsp?isnumber=33945"><span class="caps">IEEE</span> Std 1364-2005</a> VPI standard.</li> </ul> <ul> <li>Works with all <a href="manual.html#setup.reqs">major Verilog simulators</a> available today. @@ -97,11 +97,11 @@ <li>Compiled <em>just once</em> during <a href="manual.html#setup.installation">installation</a> and used forever!</li> </ul></li> </ul> - <h3 id="anchor124">1.1.2 &nbsp; Agile</h3> + <h3 id="anchor129">1.1.2 &nbsp; Agile</h3> <ul> <li>Enables <a href="http://agilemanifesto.org/">agile practices</a> such as <ul> @@ -120,11 +120,11 @@ <li>There is absolutely <em>no compiling</em>!</li> </ul></li> </ul> - <h3 id="anchor125">1.1.3 &nbsp; Powerful</h3> + <h3 id="anchor130">1.1.3 &nbsp; Powerful</h3> <ul> <li>Inherits the <a href="http://www.ruby-lang.org/en/about/">power and elegance</a> of Ruby: <ul> @@ -141,10 +141,10 @@ <li>Uses <a href="http://rubyforge.org/projects/ruby-debug/">ruby-debug</a> for <a href="manual.html#usage.debugger">interactive debugging</a>.</li> <li>Uses <a href="http://eigenclass.org/hiki.rb?rcov">rcov</a> for test <a href="manual.html#usage.test-runner.env-vars">coverage analysis and report generation</a>.</li> </ul> - <h3 id="anchor126">1.1.4 &nbsp; Free</h3> + <h3 id="anchor131">1.1.4 &nbsp; Free</h3> <ul> <li>Gives you the <em>freedom</em> to study, modify, and distribute this software, in accordance with the <a href="http://www.gnu.org/copyleft/gpl.html"><span class="caps">GNU</span> General Public License</a>.</li> </ul>