Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 27, 2022
1 parent 54de0ba commit 0d45ce8
Show file tree
Hide file tree
Showing 51 changed files with 589 additions and 567 deletions.
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/kicost.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: 1eb626043ed6fd359fd01db364e65fc5
config: 9a5c9d63e40f5bb75e8ab888c31df7dd
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 3 additions & 3 deletions docs/_build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; kicost 1.1.10 documentation</title>
<title>Overview: module code &#8212; kicost 1.1.12 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/classic.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
</ul>
</div>
Expand Down Expand Up @@ -92,7 +92,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
</ul>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/_modules/kicost/ansi.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kicost.ansi &#8212; kicost 1.1.10 documentation</title>
<title>kicost.ansi &#8212; kicost 1.1.12 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/classic.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.ansi</a></li>
</ul>
Expand Down Expand Up @@ -182,7 +182,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.ansi</a></li>
</ul>
Expand Down
11 changes: 7 additions & 4 deletions docs/_build/html/_modules/kicost/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kicost.config &#8212; kicost 1.1.10 documentation</title>
<title>kicost.config &#8212; kicost 1.1.12 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/classic.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.config</a></li>
</ul>
Expand Down Expand Up @@ -70,7 +70,7 @@ <h1>Source code for kicost.config</h1><div class="highlight"><pre>
<span class="kn">import</span> <span class="nn">os</span>
<span class="kn">from</span> <span class="nn">.global_vars</span> <span class="kn">import</span> <span class="n">ERR_KICOSTCONFIG</span><span class="p">,</span> <span class="n">W_CONFIG</span><span class="p">,</span> <span class="n">BASE_OP_TYPES</span>
<span class="kn">from</span> <span class="nn">.distributors</span> <span class="kn">import</span> <span class="n">is_valid_api</span><span class="p">,</span> <span class="n">get_api_list</span><span class="p">,</span> <span class="n">get_api_valid_options</span>
<span class="kn">from</span> <span class="nn">.</span> <span class="kn">import</span> <span class="n">debug_detailed</span><span class="p">,</span> <span class="n">debug_obsessive</span><span class="p">,</span> <span class="n">error</span><span class="p">,</span> <span class="n">warning</span>
<span class="kn">from</span> <span class="nn">.</span> <span class="kn">import</span> <span class="n">debug_detailed</span><span class="p">,</span> <span class="n">debug_obsessive</span><span class="p">,</span> <span class="n">debug_overview</span><span class="p">,</span> <span class="n">error</span><span class="p">,</span> <span class="n">warning</span>
<span class="k">try</span><span class="p">:</span>
<span class="kn">import</span> <span class="nn">yaml</span>
<span class="n">CONFIG_ENABLED</span> <span class="o">=</span> <span class="kc">True</span>
Expand Down Expand Up @@ -189,6 +189,7 @@ <h1>Source code for kicost.config</h1><div class="highlight"><pre>
<span class="n">sys</span><span class="o">.</span><span class="n">exit</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span>
<span class="n">file</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">abspath</span><span class="p">(</span><span class="n">file</span><span class="p">)</span>
<span class="k">if</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">isfile</span><span class="p">(</span><span class="n">file</span><span class="p">):</span>
<span class="n">debug_overview</span><span class="p">(</span><span class="s1">&#39;Loading config from: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">file</span><span class="p">))</span>
<span class="k">global</span> <span class="n">config_file_path</span>
<span class="n">config_file_path</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">dirname</span><span class="p">(</span><span class="n">file</span><span class="p">)</span>
<span class="k">try</span><span class="p">:</span>
Expand All @@ -204,6 +205,8 @@ <h1>Source code for kicost.config</h1><div class="highlight"><pre>
<span class="k">else</span><span class="p">:</span>
<span class="n">warning</span><span class="p">(</span><span class="n">W_CONFIG</span><span class="p">,</span> <span class="s1">&#39;Unknown section `</span><span class="si">{}</span><span class="s1">` in config file&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">k</span><span class="p">))</span>
<span class="n">debug_obsessive</span><span class="p">(</span><span class="s1">&#39;Loaded API options </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">api_options</span><span class="p">))</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">debug_overview</span><span class="p">(</span><span class="s1">&#39;No config file found (</span><span class="si">{}</span><span class="s1">)&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">file</span><span class="p">))</span>
<span class="k">for</span> <span class="n">api</span> <span class="ow">in</span> <span class="n">get_api_list</span><span class="p">():</span>
<span class="k">if</span> <span class="n">api</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">api_options</span><span class="p">:</span>
<span class="n">api_options</span><span class="p">[</span><span class="n">api</span><span class="p">]</span> <span class="o">=</span> <span class="p">{}</span>
Expand Down Expand Up @@ -250,7 +253,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.config</a></li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kicost.currency_converter.currency_converter &#8212; kicost 1.1.10 documentation</title>
<title>kicost.currency_converter.currency_converter &#8212; kicost 1.1.12 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/classic.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" accesskey="U">Module code</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.currency_converter.currency_converter</a></li>
</ul>
Expand Down Expand Up @@ -170,7 +170,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.currency_converter.currency_converter</a></li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kicost.currency_converter.download_rates &#8212; kicost 1.1.10 documentation</title>
<title>kicost.currency_converter.download_rates &#8212; kicost 1.1.12 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/classic.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" accesskey="U">Module code</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.currency_converter.download_rates</a></li>
</ul>
Expand Down Expand Up @@ -115,7 +115,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.currency_converter.download_rates</a></li>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/_modules/kicost/distributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kicost.distributors &#8212; kicost 1.1.10 documentation</title>
<title>kicost.distributors &#8212; kicost 1.1.12 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/classic.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.distributors</a></li>
</ul>
Expand Down Expand Up @@ -188,7 +188,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.distributors</a></li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kicost.distributors.api_octopart &#8212; kicost 1.1.10 documentation</title>
<title>kicost.distributors.api_octopart &#8212; kicost 1.1.12 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/classic.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="../distributors.html" accesskey="U">kicost.distributors</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.distributors.api_octopart</a></li>
Expand Down Expand Up @@ -554,7 +554,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="../distributors.html" >kicost.distributors</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.distributors.api_octopart</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kicost.distributors.api_partinfo_kitspace &#8212; kicost 1.1.10 documentation</title>
<title>kicost.distributors.api_partinfo_kitspace &#8212; kicost 1.1.12 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/classic.css" type="text/css" />

Expand All @@ -26,7 +26,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="../distributors.html" accesskey="U">kicost.distributors</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.distributors.api_partinfo_kitspace</a></li>
Expand Down Expand Up @@ -469,7 +469,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.10 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">kicost 1.1.12 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
<li class="nav-item nav-item-2"><a href="../distributors.html" >kicost.distributors</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">kicost.distributors.api_partinfo_kitspace</a></li>
Expand Down
Loading

0 comments on commit 0d45ce8

Please sign in to comment.