Skip to content

Commit

Permalink
preparing package for release
Browse files Browse the repository at this point in the history
  • Loading branch information
FDonati committed Apr 16, 2021
1 parent 0e7a5f4 commit 07864b2
Show file tree
Hide file tree
Showing 62 changed files with 21,787 additions and 2,857 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
pycirk/for_testing.py
pycirk/data/mrSUT_V3.3.pkl
*.pkl
pycirk/make_graphs.py
tests/output
tests/output*
__pycache__
env_pycirk/
dist

pycirk.egg-info
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ recursive-include tests *
recursive-include pycirk *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude * *.pkl

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
Binary file modified docs/_build/doctrees/authors.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/contributing.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/history.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/installation.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/modules.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/pycirk.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/readme.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/usage.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 32d434fc321b4f2ced7d28506d7c6b3b
config: 01296ca3e3f8b63c7a687e2e1ed41295
tags: 645f666f9bcd5a90fca523b33c5a78b7
20 changes: 10 additions & 10 deletions docs/_build/html/_modules/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<meta charset="utf-8" />
<title>Overview: module code &#8212; pycirk 1.5.0 documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; pycirk 1.5.5 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/language_data.js"></script>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />

Expand Down Expand Up @@ -87,7 +87,7 @@ <h3 id="searchlabel">Quick search</h3>
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
<script>$('#searchbox').show(0);</script>



Expand All @@ -104,7 +104,7 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2019, Franco Donati.

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

</div>
Expand Down
22 changes: 11 additions & 11 deletions docs/_build/html/_modules/pycirk/fundamental_operations.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<meta charset="utf-8" />
<title>pycirk.fundamental_operations &#8212; pycirk 1.5.0 documentation</title>
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pycirk.fundamental_operations &#8212; pycirk 1.5.5 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="../../_static/language_data.js"></script>
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />

Expand Down Expand Up @@ -43,7 +43,7 @@ <h1>Source code for pycirk.fundamental_operations</h1><div class="highlight"><pr
<span class="sd">@institution:Leiden University CML</span>
<span class="sd">&quot;&quot;&quot;</span>
<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
<span class="kn">from</span> <span class="nn">numpy</span> <span class="k">import</span> <span class="n">linalg</span> <span class="k">as</span> <span class="n">ln</span>
<span class="kn">from</span> <span class="nn">numpy</span> <span class="kn">import</span> <span class="n">linalg</span> <span class="k">as</span> <span class="n">ln</span>


<div class="viewcode-block" id="Operations"><a class="viewcode-back" href="../../pycirk.html#pycirk.fundamental_operations.Operations">[docs]</a><span class="k">class</span> <span class="nc">Operations</span><span class="p">:</span>
Expand Down Expand Up @@ -367,7 +367,7 @@ <h3 id="searchlabel">Quick search</h3>
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
<script>$('#searchbox').show(0);</script>



Expand All @@ -384,7 +384,7 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2019, Franco Donati.

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

</div>
Expand Down
30 changes: 15 additions & 15 deletions docs/_build/html/_modules/pycirk/labels.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<meta charset="utf-8" />
<title>pycirk.labels &#8212; pycirk 1.5.0 documentation</title>
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pycirk.labels &#8212; pycirk 1.5.5 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="../../_static/language_data.js"></script>
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />

Expand Down Expand Up @@ -43,14 +43,14 @@ <h1>Source code for pycirk.labels</h1><div class="highlight"><pre>
<span class="sd">@institution:Leiden University CML</span>
<span class="sd">&quot;&quot;&quot;</span>

<span class="kn">from</span> <span class="nn">pandas</span> <span class="k">import</span> <span class="n">DataFrame</span> <span class="k">as</span> <span class="n">df</span>
<span class="kn">from</span> <span class="nn">pandas</span> <span class="k">import</span> <span class="n">MultiIndex</span> <span class="k">as</span> <span class="n">mi</span>
<span class="kn">from</span> <span class="nn">pandas</span> <span class="k">import</span> <span class="n">read_csv</span>
<span class="kn">from</span> <span class="nn">munch</span> <span class="k">import</span> <span class="n">Munch</span>
<span class="kn">from</span> <span class="nn">pandas</span> <span class="kn">import</span> <span class="n">DataFrame</span> <span class="k">as</span> <span class="n">df</span>
<span class="kn">from</span> <span class="nn">pandas</span> <span class="kn">import</span> <span class="n">MultiIndex</span> <span class="k">as</span> <span class="n">mi</span>
<span class="kn">from</span> <span class="nn">pandas</span> <span class="kn">import</span> <span class="n">read_csv</span>
<span class="kn">from</span> <span class="nn">munch</span> <span class="kn">import</span> <span class="n">Munch</span>


<div class="viewcode-block" id="Labels"><a class="viewcode-back" href="../../pycirk.html#pycirk.labels.Labels">[docs]</a><span class="k">class</span> <span class="nc">Labels</span><span class="p">:</span>
<span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="bp">self</span><span class="o">.</span><span class="n">country_labels</span> <span class="o">=</span> <span class="kc">None</span>
<span class="bp">self</span><span class="o">.</span><span class="n">region_labels</span> <span class="o">=</span> <span class="kc">None</span>
<span class="bp">self</span><span class="o">.</span><span class="n">product_labels</span> <span class="o">=</span> <span class="kc">None</span>
Expand Down Expand Up @@ -374,7 +374,7 @@ <h3 id="searchlabel">Quick search</h3>
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
<script>$('#searchbox').show(0);</script>



Expand All @@ -391,7 +391,7 @@ <h3 id="searchlabel">Quick search</h3>
&copy;2019, Franco Donati.

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

</div>
Expand Down
Loading

0 comments on commit 07864b2

Please sign in to comment.