Skip to content

Commit

Permalink
Jobs doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Oct 1, 2024
1 parent 8f1f69e commit 72d3fd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dapi/jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Seamless Integration with DesignSafe Jupyter Notebooks: Launch DesignSafe applications directly from the Jupyter environment.
## Installation
# Installation
```shell
pip3 install dapi
Expand Down
8 changes: 4 additions & 4 deletions docs/dapi/jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<h2>Contents</h2>
<ul>
<li><a href="#features">Features</a></li>
<li><a href="#installation">Installation</a></li>
</ul>
</ul></li>
<li><a href="#installation">Installation</a>


<h2>Submodules</h2>
Expand Down Expand Up @@ -62,7 +62,7 @@ <h2 id="features">Features</h2>
<li><p>Seamless Integration with DesignSafe Jupyter Notebooks: Launch DesignSafe applications directly from the Jupyter environment.</p></li>
</ul>

<h2 id="installation">Installation</h2>
<h1 id="installation">Installation</h1>

<div class="pdoc-code codehilite">
<pre><span></span><code>pip3<span class="w"> </span>install<span class="w"> </span>dapi
Expand All @@ -84,7 +84,7 @@ <h2 id="installation">Installation</h2>
</span><span id="L-8"><a href="#L-8"><span class="linenos"> 8</span></a>
</span><span id="L-9"><a href="#L-9"><span class="linenos"> 9</span></a><span class="sd">* Seamless Integration with DesignSafe Jupyter Notebooks: Launch DesignSafe applications directly from the Jupyter environment.</span>
</span><span id="L-10"><a href="#L-10"><span class="linenos">10</span></a>
</span><span id="L-11"><a href="#L-11"><span class="linenos">11</span></a><span class="sd">## Installation</span>
</span><span id="L-11"><a href="#L-11"><span class="linenos">11</span></a><span class="sd"># Installation</span>
</span><span id="L-12"><a href="#L-12"><span class="linenos">12</span></a>
</span><span id="L-13"><a href="#L-13"><span class="linenos">13</span></a><span class="sd">```shell</span>
</span><span id="L-14"><a href="#L-14"><span class="linenos">14</span></a><span class="sd">pip3 install dapi</span>
Expand Down
Loading

0 comments on commit 72d3fd5

Please sign in to comment.