Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhanshu2340 committed Aug 22, 2023
1 parent 228ed01 commit 9a95045
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 448 deletions.
11 changes: 0 additions & 11 deletions _docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ <h2 id="toc-title">On this page</h2>

<ul>
<li><a href="#install" id="toc-install" class="nav-link active" data-scroll-target="#install">Install</a></li>
<li><a href="#how-to-use" id="toc-how-to-use" class="nav-link" data-scroll-target="#how-to-use">How to use</a></li>
</ul>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/sudhanshu2340/nbdev-plotly/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
</div>
Expand Down Expand Up @@ -195,16 +194,6 @@ <h1 class="title">nbdev-plotly</h1>
<section id="install" class="level2">
<h2 class="anchored" data-anchor-id="install">Install</h2>
<div class="sourceCode" id="cb1"><pre class="sourceCode sh code-with-copy"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">pip</span> install nbdev_plotly</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</section>
<section id="how-to-use" class="level2">
<h2 class="anchored" data-anchor-id="how-to-use">How to use</h2>
<p>Fill me in please! Don’t forget code examples:</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="dv">1</span><span class="op">+</span><span class="dv">1</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-display">
<pre><code>2</code></pre>
</div>
</div>


</section>
Expand Down
7 changes: 0 additions & 7 deletions _docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
"section": "Install",
"text": "Install\npip install nbdev_plotly"
},
{
"objectID": "index.html#how-to-use",
"href": "index.html#how-to-use",
"title": "nbdev-plotly",
"section": "How to use",
"text": "How to use\nFill me in please! Don’t forget code examples:\n\n1+1\n\n2"
},
{
"objectID": "plotly.html",
"href": "plotly.html",
Expand Down
4 changes: 2 additions & 2 deletions _docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<urlset xmlns="http:https://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://sudhanshu2340.github.io/nbdev-plotly/index.html</loc>
<lastmod>2023-08-22T08:42:48.237Z</lastmod>
<lastmod>2023-08-22T09:23:32.175Z</lastmod>
</url>
<url>
<loc>https://sudhanshu2340.github.io/nbdev-plotly/plotly.html</loc>
<lastmod>2023-08-22T08:42:47.414Z</lastmod>
<lastmod>2023-08-22T09:23:31.700Z</lastmod>
</url>
</urlset>
3 changes: 3 additions & 0 deletions _proc/_docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ <h1 class="title">nbdev-plotly</h1>
<section id="install" class="level2">
<h2 class="anchored" data-anchor-id="install">Install</h2>
<div class="sourceCode" id="cb1"><pre class="sourceCode sh code-with-copy"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">pip</span> install nbdev_plotly</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell" data-execution_count="1">
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> nbdev_plotly.plotly <span class="im">import</span> PlotlyProc</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>


</section>
Expand Down
Loading

0 comments on commit 9a95045

Please sign in to comment.