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 21, 2024
1 parent 5c037e4 commit c8bbbc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion latest/api/generated/compas_cra.viewers.cra_view_ex.html
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ <h1>cra_view_ex</h1>
<dl class="field-list">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><dl>
<dt><strong>viewer</strong><span class="classifier">compas_view2.app.App</span></dt><dd><p>External viewer object.</p>
<dt><strong>viewer</strong><span class="classifier">compas_viewer.Viewer</span></dt><dd><p>External viewer object.</p>
</dd>
<dt><strong>assembly</strong><span class="classifier"><code class="xref py py-class docutils literal notranslate"><span class="pre">Assembly</span></code></span></dt><dd><p>The rigid block assembly.</p>
</dd>
Expand Down
7 changes: 2 additions & 5 deletions latest/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,11 +602,8 @@ <h2>Stable</h2>
pip<span class="w"> </span>install<span class="w"> </span>compas_cra
</pre></div>
</div>
<p>To use the CRA viewer, you should also install <code class="xref py py-mod docutils literal notranslate"><span class="pre">compas_view2</span></code>
and the COMPAS 2 migration from the compatibility branch of the github repo.
(we will replace this by <code class="xref py py-mod docutils literal notranslate"><span class="pre">compas_viewer</span></code> soon).</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda<span class="w"> </span>install<span class="w"> </span>matplotlib<span class="w"> </span>compas_view2
pip<span class="w"> </span>install<span class="w"> </span>git+https://github.com/compas-dev/compas_view2.git@compas2
<p>To use the CRA viewer, you should also install <code class="xref py py-mod docutils literal notranslate"><span class="pre">compas_viewer</span></code>.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda<span class="w"> </span>install<span class="w"> </span>matplotlib<span class="w"> </span>compas_viewer
</pre></div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit c8bbbc0

Please sign in to comment.