|
83 | 83 | <div class="section" id="icon-boxkit"> |
84 | 84 | <h1><a class="reference internal" href="_images/icon.svg"><img alt="icon" src="_images/icon.svg" width="30" /></a> BoxKit<a class="headerlink" href="#icon-boxkit" title="Permalink to this headline"></a></h1> |
85 | 85 | <p><a class="reference external" href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg" /></a></p> |
86 | | -<p><img alt="FlashX" src="https://github.com/akashdhruv/BoxKit/workflows/FlashX/badge.svg" /> <img alt="FlowX" src="https://github.com/akashdhruv/BoxKit/workflows/FlowX/badge.svg" /> <img alt="Minimal" src="https://github.com/akashdhruv/BoxKit/workflows/Minimal/badge.svg" /> <img alt="Publish" src="https://github.com/akashdhruv/BoxKit/workflows/Publish/badge.svg" /> <img alt="Linting" src="https://github.com/akashdhruv/BoxKit/workflows/Linting/badge.svg" /></p> |
| 86 | +<p><img alt="FlashX" src="https://github.com/Box-Tools/BoxKit/workflows/FlashX/badge.svg" /> <img alt="FlowX" src="https://github.com/Box-Tools/BoxKit/workflows/FlowX/badge.svg" /> <img alt="Minimal" src="https://github.com/Box-Tools/BoxKit/workflows/Minimal/badge.svg" /> <img alt="Publish" src="https://github.com/Box-Tools/BoxKit/workflows/Publish/badge.svg" /> <img alt="Linting" src="https://github.com/Box-Tools/BoxKit/workflows/Linting/badge.svg" /></p> |
87 | 87 | <div class="section" id="overview"> |
88 | 88 | <h2>Overview<a class="headerlink" href="#overview" title="Permalink to this headline"></a></h2> |
89 | 89 | <p>BoxKit is a library that provides building blocks to parallelize and |
@@ -115,7 +115,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Permalink to t |
115 | 115 | </div> |
116 | 116 | <p>Pre-release version can be installed directly from the git reposity by |
117 | 117 | executing,</p> |
118 | | -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">git</span><span class="o">+</span><span class="n">ssh</span><span class="p">:</span><span class="o">//</span><span class="n">git</span><span class="nd">@github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">akashdhruv</span><span class="o">/</span><span class="n">BoxKit</span><span class="o">.</span><span class="n">git</span> <span class="o">--</span><span class="n">user</span> |
| 118 | +<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">git</span><span class="o">+</span><span class="n">ssh</span><span class="p">:</span><span class="o">//</span><span class="n">git</span><span class="nd">@github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">Box</span><span class="o">-</span><span class="n">Tools</span><span class="o">/</span><span class="n">BoxKit</span><span class="o">.</span><span class="n">git</span> <span class="o">--</span><span class="n">user</span> |
119 | 119 | </pre></div> |
120 | 120 | </div> |
121 | 121 | <p>BoxKit provides various installation options that can be used to |
@@ -240,13 +240,13 @@ <h2>Usage<a class="headerlink" href="#usage" title="Permalink to this headline"> |
240 | 240 | parallelization schema of target applications like SciKit, OpticalFlow, |
241 | 241 | and PyTorch which function independently using available resources.</p> |
242 | 242 | <p>Detailed information on full functionality is availabe in documentation |
243 | | -(<a class="reference external" href="https://akashdhruv.github.io/BoxKit/">https://akashdhruv.github.io/BoxKit/</a>).</p> |
| 243 | +(<a class="reference external" href="https://box-tools.github.io/BoxKit/">https://box-tools.github.io/BoxKit/</a>).</p> |
244 | 244 | </div> |
245 | 245 | <div class="section" id="contribution"> |
246 | 246 | <h2>Contribution<a class="headerlink" href="#contribution" title="Permalink to this headline"></a></h2> |
247 | 247 | <p>Developers are encouraged to fork the repository and contribute to the |
248 | 248 | source code in the form of pull requests to the <code class="docutils literal notranslate"><span class="pre">development</span></code> branch. |
249 | | -Please read documentation (<a class="reference external" href="https://akashdhruv.github.io/BoxKit/">https://akashdhruv.github.io/BoxKit/</a>) for an |
| 249 | +Please read documentation (<a class="reference external" href="https://box-tools.github.io/BoxKit/">https://box-tools.github.io/BoxKit/</a>) for an |
250 | 250 | overview of software design and developer guide</p> |
251 | 251 | </div> |
252 | 252 | <div class="section" id="testing"> |
|
0 commit comments