Skip to content

Commit d2dd840

Browse files
committed
Update documentation
1 parent ba97c30 commit d2dd840

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+6346
-1153
lines changed

CONTRIBUTING.html

+212
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
5+
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>&lt;no title&gt; &mdash; musdb api 0.4.0 documentation</title>
8+
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
9+
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
10+
<!--[if lt IE 9]>
11+
<script src="_static/js/html5shiv.min.js"></script>
12+
<![endif]-->
13+
14+
<script src="_static/documentation_options.js?v=6c02275b"></script>
15+
<script src="_static/doctools.js?v=888ff710"></script>
16+
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
17+
<script src="_static/js/theme.js"></script>
18+
<link rel="index" title="Index" href="genindex.html" />
19+
<link rel="search" title="Search" href="search.html" />
20+
</head>
21+
22+
<body class="wy-body-for-nav">
23+
<div class="wy-grid-for-nav">
24+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
25+
<div class="wy-side-scroll">
26+
<div class="wy-side-nav-search" >
27+
28+
29+
30+
<a href="index.html" class="icon icon-home">
31+
musdb api
32+
</a>
33+
<div class="version">
34+
0.4.0
35+
</div>
36+
<div role="search">
37+
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
38+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
39+
<input type="hidden" name="check_keywords" value="yes" />
40+
<input type="hidden" name="area" value="default" />
41+
</form>
42+
</div>
43+
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
44+
<!-- Local TOC -->
45+
<div class="local-toc"><ul class="simple">
46+
</ul>
47+
</div>
48+
</div>
49+
</div>
50+
</nav>
51+
52+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
53+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
54+
<a href="index.html">musdb api</a>
55+
</nav>
56+
57+
<div class="wy-nav-content">
58+
<div class="rst-content">
59+
<div role="navigation" aria-label="Page navigation">
60+
<ul class="wy-breadcrumbs">
61+
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
62+
<li class="breadcrumb-item active">&lt;no title&gt;</li>
63+
<li class="wy-breadcrumbs-aside">
64+
<a href="_sources/CONTRIBUTING.md.txt" rel="nofollow"> View page source</a>
65+
</li>
66+
</ul>
67+
<hr/>
68+
</div>
69+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
70+
<div itemprop="articleBody">
71+
72+
<p># Contributing</p>
73+
<p><cite>musdb</cite> is designed as scientific software. Therefore, we encourage the community to submit bug-fixes and comments and improve the __computational <a href="#id1"><span class="problematic" id="id2">performance__</span></a>, __reproducibility__ and the __readability__ of the code where possible. When contributing to this repository, please first discuss the change you wish to make in the issue tracker with the owners of this repository before making a change.</p>
74+
<p>Please note we have a code of conduct, please follow it in all your interactions with the project.</p>
75+
<p>## Pull Request Process</p>
76+
<p>The preferred way to contribute to musdb is to fork the
77+
[main repository](<a class="reference external" href="http://github.com/sigsep/sigsep-mus-db/">http://github.com/sigsep/sigsep-mus-db/</a>) on
78+
GitHub:</p>
79+
<ol class="arabic simple">
80+
<li><p>Fork the [project repository](<a class="reference external" href="http://github.com/sigsep/sigsep-mus-db">http://github.com/sigsep/sigsep-mus-db</a>):
81+
click on the ‘Fork’ button near the top of the page. This creates
82+
a copy of the code under your account on the GitHub server.</p></li>
83+
<li><p>Clone this copy to your local disk:</p></li>
84+
</ol>
85+
<p><code class="docutils literal notranslate"><span class="pre">`</span>
86+
<span class="pre">$</span> <span class="pre">git</span> <span class="pre">clone</span> <span class="pre">git&#64;github.com:YourLogin/sigsep-mus-db.git</span>
87+
<span class="pre">$</span> <span class="pre">cd</span> <span class="pre">musdb</span>
88+
<span class="pre">`</span></code></p>
89+
<ol class="arabic simple" start="3">
90+
<li><p>Create a branch to hold your changes:</p></li>
91+
</ol>
92+
<p><code class="docutils literal notranslate"><span class="pre">`</span>
93+
<span class="pre">$</span> <span class="pre">git</span> <span class="pre">checkout</span> <span class="pre">-b</span> <span class="pre">my-feature</span>
94+
<span class="pre">`</span></code></p>
95+
<blockquote>
96+
<div><p>and start making changes. Never work in the <code class="docutils literal notranslate"><span class="pre">master</span></code> branch!</p>
97+
</div></blockquote>
98+
<ol class="arabic simple" start="4">
99+
<li><p>Ensure any install or build artifacts are removed before making the pull request.</p></li>
100+
<li><p>Update the README.md and/or the appropriate document in the <cite>/docs</cite> folder with details of changes to the interface, this includes new command line arguments, dataset description or command line examples.</p></li>
101+
<li><p>Work on this copy on your computer using Git to do the version
102+
control. When you’re done editing, do:</p></li>
103+
</ol>
104+
<p><code class="docutils literal notranslate"><span class="pre">`</span>
105+
<span class="pre">$</span> <span class="pre">git</span> <span class="pre">add</span> <span class="pre">modified_files</span>
106+
<span class="pre">$</span> <span class="pre">git</span> <span class="pre">commit</span>
107+
<span class="pre">`</span></code></p>
108+
<blockquote>
109+
<div><p>to record your changes in Git, then push them to GitHub with:</p>
110+
</div></blockquote>
111+
<p><code class="docutils literal notranslate"><span class="pre">`</span>
112+
<span class="pre">$</span> <span class="pre">git</span> <span class="pre">push</span> <span class="pre">-u</span> <span class="pre">origin</span> <span class="pre">my-feature</span>
113+
<span class="pre">`</span></code></p>
114+
<p>Finally, go to the web page of your fork of the musdb repo,
115+
and click ‘Pull request’ to send your changes to the maintainers for
116+
review. This will send an email to the committers.</p>
117+
<p>(If any of the above seems like magic to you, then look up the
118+
[Git documentation](<a class="reference external" href="http://git-scm.com/documentation">http://git-scm.com/documentation</a>) on the web.)</p>
119+
<p>## Code of Conduct</p>
120+
<p>### Our Pledge</p>
121+
<p>In the interest of fostering an open and welcoming environment, we as
122+
contributors and maintainers pledge to making participation in our project and
123+
our community a harassment-free experience for everyone, regardless of age, body
124+
size, disability, ethnicity, gender identity and expression, level of experience,
125+
nationality, personal appearance, race, religion, or sexual identity and
126+
orientation.</p>
127+
<p>### Our Standards</p>
128+
<p>Examples of behavior that contributes to creating a positive environment
129+
include:</p>
130+
<ul class="simple">
131+
<li><p>Using welcoming and inclusive language</p></li>
132+
<li><p>Being respectful of differing viewpoints and experiences</p></li>
133+
<li><p>Gracefully accepting constructive criticism</p></li>
134+
<li><p>Focusing on what is best for the community</p></li>
135+
<li><p>Showing empathy towards other community members</p></li>
136+
</ul>
137+
<p>Examples of unacceptable behavior by participants include:</p>
138+
<ul class="simple">
139+
<li><p>The use of sexualized language or imagery and unwelcome sexual attention or</p></li>
140+
</ul>
141+
<p>advances
142+
* Trolling, insulting/derogatory comments, and personal or political attacks
143+
* Public or private harassment
144+
* Publishing others’ private information, such as a physical or electronic</p>
145+
<blockquote>
146+
<div><p>address, without explicit permission</p>
147+
</div></blockquote>
148+
<ul class="simple">
149+
<li><p>Other conduct which could reasonably be considered inappropriate in a
150+
professional setting</p></li>
151+
</ul>
152+
<p>### Our Responsibilities</p>
153+
<p>Project maintainers are responsible for clarifying the standards of acceptable
154+
behavior and are expected to take appropriate and fair corrective action in
155+
response to any instances of unacceptable behavior.</p>
156+
<p>Project maintainers have the right and responsibility to remove, edit, or
157+
reject comments, commits, code, wiki edits, issues, and other contributions
158+
that are not aligned to this Code of Conduct, or to ban temporarily or
159+
permanently any contributor for other behaviors that they deem inappropriate,
160+
threatening, offensive, or harmful.</p>
161+
<p>### Scope</p>
162+
<p>This Code of Conduct applies both within project spaces and in public spaces
163+
when an individual is representing the project or its community. Examples of
164+
representing a project or community include using an official project e-mail
165+
address, posting via an official social media account, or acting as an appointed
166+
representative at an online or offline event. Representation of a project may be
167+
further defined and clarified by project maintainers.</p>
168+
<p>### Enforcement</p>
169+
<p>Instances of abusive, harassing, or otherwise unacceptable behavior may be
170+
reported by contacting the project team &#64;aliutkus, &#64;faroit. All
171+
complaints will be reviewed and investigated and will result in a response that
172+
is deemed necessary and appropriate to the circumstances. The project team is
173+
obligated to maintain confidentiality with regard to the reporter of an incident.
174+
Further details of specific enforcement policies may be posted separately.</p>
175+
<p>Project maintainers who do not follow or enforce the Code of Conduct in good
176+
faith may face temporary or permanent repercussions as determined by other
177+
members of the project’s leadership.</p>
178+
<p>### Attribution</p>
179+
<p>This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
180+
available at [<a class="reference external" href="http://contributor-covenant.org/version/1/4][version">http://contributor-covenant.org/version/1/4][version</a>]</p>
181+
<p>[homepage]: <a class="reference external" href="http://contributor-covenant.org">http://contributor-covenant.org</a>
182+
[version]: <a class="reference external" href="http://contributor-covenant.org/version/1/4/">http://contributor-covenant.org/version/1/4/</a></p>
183+
184+
185+
</div>
186+
</div>
187+
<footer>
188+
189+
<hr/>
190+
191+
<div role="contentinfo">
192+
<p>&#169; Copyright 2021, Fabian-Robert Stoeter.</p>
193+
</div>
194+
195+
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
196+
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
197+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
198+
199+
200+
</footer>
201+
</div>
202+
</div>
203+
</section>
204+
</div>
205+
<script>
206+
jQuery(function () {
207+
SphinxRtdTheme.Navigation.enable(true);
208+
});
209+
</script>
210+
211+
</body>
212+
</html>

_modules/index.html

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Overview: module code &mdash; musdb api 0.4.0 documentation</title>
7+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
8+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
9+
<!--[if lt IE 9]>
10+
<script src="../_static/js/html5shiv.min.js"></script>
11+
<![endif]-->
12+
13+
<script src="../_static/documentation_options.js?v=6c02275b"></script>
14+
<script src="../_static/doctools.js?v=888ff710"></script>
15+
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
16+
<script src="../_static/js/theme.js"></script>
17+
<link rel="index" title="Index" href="../genindex.html" />
18+
<link rel="search" title="Search" href="../search.html" />
19+
</head>
20+
21+
<body class="wy-body-for-nav">
22+
<div class="wy-grid-for-nav">
23+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
24+
<div class="wy-side-scroll">
25+
<div class="wy-side-nav-search" >
26+
27+
28+
29+
<a href="../index.html" class="icon icon-home">
30+
musdb api
31+
</a>
32+
<div class="version">
33+
0.4.0
34+
</div>
35+
<div role="search">
36+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
37+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
38+
<input type="hidden" name="check_keywords" value="yes" />
39+
<input type="hidden" name="area" value="default" />
40+
</form>
41+
</div>
42+
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
43+
<!-- Local TOC -->
44+
<div class="local-toc"></div>
45+
</div>
46+
</div>
47+
</nav>
48+
49+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
50+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
51+
<a href="../index.html">musdb api</a>
52+
</nav>
53+
54+
<div class="wy-nav-content">
55+
<div class="rst-content">
56+
<div role="navigation" aria-label="Page navigation">
57+
<ul class="wy-breadcrumbs">
58+
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
59+
<li class="breadcrumb-item active">Overview: module code</li>
60+
<li class="wy-breadcrumbs-aside">
61+
</li>
62+
</ul>
63+
<hr/>
64+
</div>
65+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
66+
<div itemprop="articleBody">
67+
68+
<h1>All modules for which code is available</h1>
69+
<ul><li><a href="musdb.html">musdb</a></li>
70+
<ul><li><a href="musdb/audio_classes.html">musdb.audio_classes</a></li>
71+
<li><a href="musdb/tools.html">musdb.tools</a></li>
72+
</ul></ul>
73+
74+
</div>
75+
</div>
76+
<footer>
77+
78+
<hr/>
79+
80+
<div role="contentinfo">
81+
<p>&#169; Copyright 2021, Fabian-Robert Stoeter.</p>
82+
</div>
83+
84+
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
85+
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
86+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
87+
88+
89+
</footer>
90+
</div>
91+
</div>
92+
</section>
93+
</div>
94+
<script>
95+
jQuery(function () {
96+
SphinxRtdTheme.Navigation.enable(true);
97+
});
98+
</script>
99+
100+
</body>
101+
</html>

0 commit comments

Comments
 (0)