Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Dec 3, 2023
1 parent 5e95df3 commit 1d7fc8c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
13 changes: 0 additions & 13 deletions _sources/tutorials/1 - Basic run.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,6 @@
"print(\"bifacial_radiance version \", br.__version__)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%env PATH=\"$PATH:/radiance-5.3.012cb17835-Linux/usr/local/radiance/bin\"\n",
"%env LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:/radiance-5.3.012cb17835-Linux/usr/local/radiance/lib\"\n",
"%env RAYPATH=\"$RAYPATH:/radiance-5.3.012cb17835-Linux/usr/local/radiance/lib\"\n",
"\n",
"#echo \"/radiance-5.3.012cb17835-Linux/usr/local/radiance/bin\" >> $GITHUB_PATH"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions tutorials/1 - Basic run.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,17 +521,6 @@ <h2>1. Setup and Create PV ICE Simulation Object<a class="headerlink" href="#set
</div>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="o">%</span><span class="k">env</span> PATH=&quot;$PATH:/radiance-5.3.012cb17835-Linux/usr/local/radiance/bin&quot;
<span class="o">%</span><span class="k">env</span> LD_LIBRARY_PATH=&quot;$LD_LIBRARY_PATH:/radiance-5.3.012cb17835-Linux/usr/local/radiance/lib&quot;
<span class="o">%</span><span class="k">env</span> RAYPATH=&quot;$RAYPATH:/radiance-5.3.012cb17835-Linux/usr/local/radiance/lib&quot;

<span class="c1">#echo &quot;/radiance-5.3.012cb17835-Linux/usr/local/radiance/bin&quot; &gt;&gt; $GITHUB_PATH</span>
</pre></div>
</div>
</div>
</div>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">os</span>
<span class="kn">from</span> <span class="nn">pathlib</span> <span class="kn">import</span> <span class="n">Path</span>

Expand Down

0 comments on commit 1d7fc8c

Please sign in to comment.