Skip to content

Commit

Permalink
Site updated at 2011-03-18 14:20:28 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Mar 18, 2011
1 parent 7a3ff0d commit 03ed9c8
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Resort.html
Expand Up @@ -154,7 +154,7 @@ <h2>Constant Summary</h2>
</div>

<div id="footer">
Generated on Fri Mar 18 14:49:13 2011 by
Generated on Fri Mar 18 15:20:25 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.6.5 (ruby-1.9.2).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Resort/ClassMethods.html
Expand Up @@ -157,7 +157,7 @@ <h2>Instance Method Details</h2>
</div>

<div id="footer">
Generated on Fri Mar 18 14:49:13 2011 by
Generated on Fri Mar 18 15:20:25 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.6.5 (ruby-1.9.2).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Resort/Sortable.html
Expand Up @@ -212,7 +212,7 @@ <h3>Parameters:</h3>
</div>

<div id="footer">
Generated on Fri Mar 18 14:49:13 2011 by
Generated on Fri Mar 18 15:20:25 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.6.5 (ruby-1.9.2).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Resort/Sortable/ClassMethods.html
Expand Up @@ -273,7 +273,7 @@ <h3>Returns:</h3>
</div>

<div id="footer">
Generated on Fri Mar 18 14:49:13 2011 by
Generated on Fri Mar 18 15:20:25 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.6.5 (ruby-1.9.2).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Resort/Sortable/InstanceMethods.html
Expand Up @@ -455,7 +455,7 @@ <h3>Returns:</h3>
</div>

<div id="footer">
Generated on Fri Mar 18 14:49:13 2011 by
Generated on Fri Mar 18 15:20:25 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.6.5 (ruby-1.9.2).
</div>
Expand Down
2 changes: 1 addition & 1 deletion _index.html
Expand Up @@ -138,7 +138,7 @@ <h2>Namespace Listing A-Z</h2>
</div>

<div id="footer">
Generated on Fri Mar 18 14:49:13 2011 by
Generated on Fri Mar 18 15:20:25 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.6.5 (ruby-1.9.2).
</div>
Expand Down
6 changes: 3 additions & 3 deletions file.Readme.html
Expand Up @@ -62,9 +62,9 @@ <h2>Rationale</h2>
since "84" by itself gives you absolutely no information about an element's
position or its relations with other elements of the tree.</p>

<p>Resort is implemented quite like a <a href="http://en.wikipedia.org/wiki/Binary_tree">binary tree</a>,
<p>Resort is implemented like a <a href="http://en.wikipedia.org/wiki/Linked_list">linked list</a>,
rather than relying on absolute position values. This way, every model
references a <code>next</code> and a <code>previous</code>, which seems a bit more sensible :)</p>
references a <code>next</code> element, which seems a bit more sensible :)</p>

<h2>Usage</h2>

Expand Down Expand Up @@ -148,7 +148,7 @@ <h2>Copyright</h2>
<p>Copyright (c) 2011 Codegram. See LICENSE for details.</p></div></div>

<div id="footer">
Generated on Fri Mar 18 14:49:13 2011 by
Generated on Fri Mar 18 15:20:25 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.6.5 (ruby-1.9.2).
</div>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -62,9 +62,9 @@ <h2>Rationale</h2>
since "84" by itself gives you absolutely no information about an element's
position or its relations with other elements of the tree.</p>

<p>Resort is implemented quite like a <a href="http://en.wikipedia.org/wiki/Binary_tree">binary tree</a>,
<p>Resort is implemented like a <a href="http://en.wikipedia.org/wiki/Linked_list">linked list</a>,
rather than relying on absolute position values. This way, every model
references a <code>next</code> and a <code>previous</code>, which seems a bit more sensible :)</p>
references a <code>next</code> element, which seems a bit more sensible :)</p>

<h2>Usage</h2>

Expand Down Expand Up @@ -148,7 +148,7 @@ <h2>Copyright</h2>
<p>Copyright (c) 2011 Codegram. See LICENSE for details.</p></div></div>

<div id="footer">
Generated on Fri Mar 18 14:49:13 2011 by
Generated on Fri Mar 18 15:20:25 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.6.5 (ruby-1.9.2).
</div>
Expand Down
2 changes: 1 addition & 1 deletion top-level-namespace.html
Expand Up @@ -97,7 +97,7 @@ <h3 class="inherited">Methods included from <span class='object_link'><a href="R
</div>

<div id="footer">
Generated on Fri Mar 18 14:49:13 2011 by
Generated on Fri Mar 18 15:20:25 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.6.5 (ruby-1.9.2).
</div>
Expand Down

0 comments on commit 03ed9c8

Please sign in to comment.