Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 15, 2024
1 parent 88eeaf7 commit 04e23e9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified latest/.doctrees/tutorials/ibois/requirements.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions latest/tutorials/ibois/requirements.html
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,16 @@ <h2>Rhino Plugin Installation</h2>
<p class="admonition-title">Attention</p>
<p>There should be no errors, otherwise, write a message to <a class="reference external" href="mailto:petrasvestartas&#37;&#52;&#48;gmail&#46;com">petrasvestartas<span>&#64;</span>gmail<span>&#46;</span>com</a> with your Rhino version number and operating system version (e.g., Windows 11 or Mac with Intel or M chip). Include a screenshot of the error message.</p>
</div>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="ch">#! python3</span>
<span class="c1"># venv: timber_connections</span>
<span class="c1"># r: wood-nano==0.1.1, compas-wood==2.3.0, compas==2.4.3, wood-rui==0.1.0</span>

<span class="kn">from</span> <span class="nn">wood_nano</span> <span class="kn">import</span> <span class="n">test</span>

<span class="k">if</span> <span class="vm">__name__</span> <span class="o">==</span> <span class="s2">&quot;__main__&quot;</span><span class="p">:</span>
<span class="n">test</span><span class="p">()</span>
</pre></div>
</div>
</section>
</section>

Expand Down

0 comments on commit 04e23e9

Please sign in to comment.