Skip to content

Commit

Permalink
deploy: 854ebda
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 28, 2023
1 parent 6e33983 commit b36bf1f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Candle.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2>
</div>

<div id="footer">
Generated on Thu Sep 28 06:21:33 2023 by
Generated on Thu Sep 28 06:25:00 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.2).
</div>
Expand Down
2 changes: 1 addition & 1 deletion _index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2>Namespace Listing A-Z</h2>
</div>

<div id="footer">
Generated on Thu Sep 28 06:21:33 2023 by
Generated on Thu Sep 28 06:25:00 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.2).
</div>
Expand Down
10 changes: 5 additions & 5 deletions file.README.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
</div>

<div id="content"><div id='filecontents'>
<h1 id="label-ruby-candle">ruby-candle</h1>
<h1 id="label-red-candle">red-candle</h1>

<p><a href="https://github.com/kojix2/ruby-candle/actions/workflows/build.yml"><img src="https://github.com/kojix2/ruby-candle/actions/workflows/build.yml/badge.svg"></a> <a href="https://badge.fury.io/rb/ruby-candle"><img src="https://badge.fury.io/rb/ruby-candle.svg"></a></p>
<p><a href="https://github.com/kojix2/red-candle/actions/workflows/build.yml"><img src="https://github.com/kojix2/red-candle/actions/workflows/build.yml/badge.svg"></a> <a href="https://badge.fury.io/rb/red-candle"><img src="https://badge.fury.io/rb/red-candle.svg"></a></p>

<p>🕯️ <a href="https://github.com/huggingface/candle">candle</a> - Minimalist ML framework - for Ruby</p>

Expand All @@ -80,8 +80,8 @@ <h2 id="label-Development">Development</h2>

<p>FORK IT!</p>

<pre class="code ruby"><code class="ruby">git clone https://github.com/your_name/ruby-candle
cd ruby-candle
<pre class="code ruby"><code class="ruby">git clone https://github.com/your_name/red-candle
cd red-candle
bundle
bundle exec rake compile
</code></pre>
Expand All @@ -103,7 +103,7 @@ <h3 id="label-See+Also">See Also</h3>
</div></div>

<div id="footer">
Generated on Thu Sep 28 06:21:33 2023 by
Generated on Thu Sep 28 06:25:00 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.2).
</div>
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
</div>

<div id="content"><div id='filecontents'>
<h1 id="label-ruby-candle">ruby-candle</h1>
<h1 id="label-red-candle">red-candle</h1>

<p><a href="https://github.com/kojix2/ruby-candle/actions/workflows/build.yml"><img src="https://github.com/kojix2/ruby-candle/actions/workflows/build.yml/badge.svg"></a> <a href="https://badge.fury.io/rb/ruby-candle"><img src="https://badge.fury.io/rb/ruby-candle.svg"></a></p>
<p><a href="https://github.com/kojix2/red-candle/actions/workflows/build.yml"><img src="https://github.com/kojix2/red-candle/actions/workflows/build.yml/badge.svg"></a> <a href="https://badge.fury.io/rb/red-candle"><img src="https://badge.fury.io/rb/red-candle.svg"></a></p>

<p>🕯️ <a href="https://github.com/huggingface/candle">candle</a> - Minimalist ML framework - for Ruby</p>

Expand All @@ -80,8 +80,8 @@ <h2 id="label-Development">Development</h2>

<p>FORK IT!</p>

<pre class="code ruby"><code class="ruby">git clone https://github.com/your_name/ruby-candle
cd ruby-candle
<pre class="code ruby"><code class="ruby">git clone https://github.com/your_name/red-candle
cd red-candle
bundle
bundle exec rake compile
</code></pre>
Expand All @@ -103,7 +103,7 @@ <h3 id="label-See+Also">See Also</h3>
</div></div>

<div id="footer">
Generated on Thu Sep 28 06:21:33 2023 by
Generated on Thu Sep 28 06:25:00 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.2).
</div>
Expand Down
2 changes: 1 addition & 1 deletion top-level-namespace.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Thu Sep 28 06:21:33 2023 by
Generated on Thu Sep 28 06:25:00 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.2).
</div>
Expand Down

0 comments on commit b36bf1f

Please sign in to comment.