Skip to content

Commit

Permalink
Deployed a4a0d63 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmitage committed Nov 22, 2023
1 parent 6fc6116 commit e552a64
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 2 deletions.
84 changes: 83 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,17 @@



<label class="md-nav__link md-nav__link--active" for="__toc">


<span class="md-ellipsis">
iipyper
</span>


<span class="md-nav__icon md-icon"></span>
</label>

<a href="." class="md-nav__link md-nav__link--active">


Expand All @@ -324,6 +335,43 @@

</a>



<nav class="md-nav md-nav--secondary" aria-label="Table of contents">






<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#install" class="md-nav__link">
<span class="md-ellipsis">
Install
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#develop" class="md-nav__link">
<span class="md-ellipsis">
Develop
</span>
</a>

</li>

</ul>

</nav>

</li>


Expand Down Expand Up @@ -605,6 +653,32 @@



<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#install" class="md-nav__link">
<span class="md-ellipsis">
Install
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#develop" class="md-nav__link">
<span class="md-ellipsis">
Develop
</span>
</a>

</li>

</ul>

</nav>
</div>
</div>
Expand All @@ -626,7 +700,15 @@ <h1 id="iipyper">iipyper</h1>
<p><code>iipyper</code> is a Python package for fast creation of <a href="https://en.wikipedia.org/wiki/Open_Sound_Control">Open Sound Control</a> (OSC) and <a href="https://en.wikipedia.org/wiki/MIDI">MIDI</a>-based event loops.</p>
<p>It is designed for creatives who want to explore the Python ecosystem and experiment with music and, for example, machine learning.</p>
<p>For examples and tutorials of how to use <code>iipyper</code>, see our <a href="https://github.com/intelligent-instruments-lab/iil-examples">examples repo</a> (TBC).</p>
<p><code>iipyper</code> is developed by the <a href="https://iil.is/..">Intelligent Instruments Lab</a>. Connect with us via the links at the bottom of this page.</p>
<p><code>iipyper</code> is developed by the <a href="https://iil.is/..">Intelligent Instruments Lab</a>. Connect us via the links at the bottom of <a href="https://intelligent-instruments-lab.github.io/iipyper/">this page</a>.</p>
<h2 id="install">Install</h2>
<p><code>iipyper</code> can be installed via <a href="https://pypi.org/project/iipyper">PyPI</a>:</p>
<pre><code class="language-sh">pip install iipyper
</code></pre>
<h2 id="develop">Develop</h2>
<pre><code class="language-sh">git clone [email protected]:Intelligent-Instruments-Lab/iipyper.git
pip install -e iipyper
</code></pre>
<!-- END INCLUDE -->


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit e552a64

Please sign in to comment.