Skip to content

Commit

Permalink
Deployed 685f754 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 e552a64 commit 37041fc
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,15 @@
</span>
</a>

</li>

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

</li>

</ul>
Expand Down Expand Up @@ -675,6 +684,15 @@
</span>
</a>

</li>

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

</li>

</ul>
Expand All @@ -700,7 +718,6 @@ <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 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
Expand All @@ -709,6 +726,17 @@ <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>
<h2 id="contact">Contact</h2>
<p><code>iipyper</code> is developed by the <a href="https://iil.is/about">Intelligent Instruments Lab</a>. Get in touch to <a href="https://iil.is/collaborate">collaborate</a>:</p>
<p><a href="https://iil.is" target="_blank" rel="noopener" title="Intelligent Instrumets Lab">iil.is</a>
<a href="https://facebook.com/intelligentinstrumentslab" target="_blank" rel="noopener" title="facebook.com">Facebook</a>
<a href="https://instagram.com/intelligentinstruments" target="_blank" rel="noopener" title="instagram.com">Instagram</a>
<a href="https://x.com/_iil_is" target="_blank" rel="noopener" title="x.com">X (Twitter)</a>
<a href="https://youtube.com/@IntelligentInstruments" target="_blank" rel="noopener" title="youtube.com">YouTube</a>
<a href="https://discord.gg/fY9GYMebtJ" target="_blank" rel="noopener" title="discord.gg">Discord</a>
<a href="https://github.com/intelligent-instruments-lab" target="_blank" rel="noopener" title="github.com">GitHub</a>
<a href="https://www.linkedin.com/company/intelligent-instruments-lab" target="_blank" rel="noopener" title="www.linkedin.com">LinkedIn</a>
<a href="mailto:[email protected]" target="_blank" rel="noopener" title="">Email</a></p>
<!-- 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 37041fc

Please sign in to comment.