Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
add use cases grad_raid and end_raid to controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Tati authored and tbanjos committed Dec 29, 2019
1 parent a742828 commit 0c9d3c8
Show file tree
Hide file tree
Showing 46 changed files with 1,192 additions and 158 deletions.
Binary file modified doc/build/doctrees/application.doctree
Binary file not shown.
Binary file modified doc/build/doctrees/design.doctree
Binary file not shown.
Binary file modified doc/build/doctrees/domain.doctree
Binary file not shown.
Binary file modified doc/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified doc/build/doctrees/index.doctree
Binary file not shown.
Binary file modified doc/build/doctrees/infrastructure.doctree
Binary file not shown.
Binary file modified doc/build/doctrees/introduction.doctree
Binary file not shown.
Binary file modified doc/build/doctrees/tools.doctree
Binary file not shown.
Binary file modified doc/build/doctrees/usage.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions doc/build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -672,10 +672,6 @@ div.code-block-caption + div > div.highlight > pre {
margin-top: 0;
}

div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
user-select: none;
}

div.code-block-caption span.caption-number {
padding: 0.1em 0.3em;
font-style: italic;
Expand Down
1 change: 0 additions & 1 deletion doc/build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ var DOCUMENTATION_OPTIONS = {
VERSION: '1.0.0',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt',
Expand Down
6 changes: 3 additions & 3 deletions doc/build/html/_static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ var Search = {
if (results.length) {
var item = results.pop();
var listItem = $('<li style="display:none"></li>');
if (DOCUMENTATION_OPTIONS.BUILDER === 'dirhtml') {
if (DOCUMENTATION_OPTIONS.FILE_SUFFIX === '') {
// dirhtml builder
var dirname = item[0] + '/';
if (dirname.match(/\/index\/$/)) {
Expand Down Expand Up @@ -424,15 +424,15 @@ var Search = {
for (j = 0; j < _files.length; j++) {
file = _files[j];
if (!(file in scoreMap))
scoreMap[file] = {};
scoreMap[file] = {}
scoreMap[file][word] = o.score;
}
});

// create the mapping
for (j = 0; j < files.length; j++) {
file = files[j];
if (file in fileMap && fileMap[file].indexOf(word) === -1)
if (file in fileMap)
fileMap[file].push(word);
else
fileMap[file] = [word];
Expand Down
279 changes: 271 additions & 8 deletions doc/build/html/application.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/build/html/design.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2019, The Sheriff Team.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.3.1</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
Expand Down
22 changes: 3 additions & 19 deletions doc/build/html/domain.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,24 +497,8 @@ <h2>Raid<a class="headerlink" href="#raid" title="Permalink to this headline">¶
<h2>Mail<a class="headerlink" href="#mail" title="Permalink to this headline"></a></h2>
<span class="target" id="module-thesheriff.domain.mail.mail"><span id="id4"></span></span><dl class="class">
<dt id="thesheriff.domain.mail.mail.Mail">
<em class="property">class </em><code class="sig-prename descclassname">thesheriff.domain.mail.mail.</code><code class="sig-name descname">Mail</code><a class="headerlink" href="#thesheriff.domain.mail.mail.Mail" title="Permalink to this definition"></a></dt>
<dd><p>Class Mail implements all contents for email notifications.</p>
<dl class="method">
<dt id="thesheriff.domain.mail.mail.Mail.mail_invite_friend">
<code class="sig-name descname">mail_invite_friend</code><span class="sig-paren">(</span><em class="sig-param">sender: str</em>, <em class="sig-param">receiver: str</em><span class="sig-paren">)</span> &#x2192; NoReturn<a class="headerlink" href="#thesheriff.domain.mail.mail.Mail.mail_invite_friend" title="Permalink to this definition"></a></dt>
<dd><p>Method mail_invite_friend builds the email body for sending
invitations to join The Sheriff.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>sender</strong> (<em>String</em>) – FROM address on the email.</p></li>
<li><p><strong>receiver</strong> (<em>String</em>) – TO address on the email.</p></li>
</ul>
</dd>
</dl>
</dd></dl>

</dd></dl>
<em class="property">class </em><code class="sig-prename descclassname">thesheriff.domain.mail.mail.</code><code class="sig-name descname">Mail</code><span class="sig-paren">(</span><em class="sig-param">sender: str</em>, <em class="sig-param">receiver: str</em>, <em class="sig-param">content: str</em><span class="sig-paren">)</span><a class="headerlink" href="#thesheriff.domain.mail.mail.Mail" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<span class="target" id="module-thesheriff.domain.mail.notifier.mail_notifier"></span><dl class="class">
<dt id="thesheriff.domain.mail.notifier.mail_notifier.MailNotifier">
Expand Down Expand Up @@ -617,7 +601,7 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2019, The Sheriff Team.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.3.1</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
Expand Down
128 changes: 115 additions & 13 deletions doc/build/html/genindex.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2019, The Sheriff Team.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.3.1</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.2.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
Expand Down

0 comments on commit 0c9d3c8

Please sign in to comment.