Skip to content

Commit

Permalink
Rebuild website
Browse files Browse the repository at this point in the history
  • Loading branch information
Ann-Silje Kirkvik committed Feb 23, 2021
1 parent 4728bc0 commit ffa81f6
Show file tree
Hide file tree
Showing 32 changed files with 360 additions and 734 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.2
current_version = 1.1.3
commit = False
tag = False

Expand Down
4 changes: 2 additions & 2 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<link rel="shortcut icon" href="/img/favicon.ico">
<title>Midgard v1.1.2</title>
<title>Midgard v1.1.3</title>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/base.css" rel="stylesheet">
Expand All @@ -23,7 +23,7 @@
<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="/.">Midgard v1.1.2</a>
<a class="navbar-brand" href="/.">Midgard v1.1.3</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/midgard-collections/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<link rel="shortcut icon" href="../../img/favicon.ico">
<title>midgard.collections - Midgard v1.1.2</title>
<title>midgard.collections - Midgard v1.1.3</title>
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/font-awesome.min.css" rel="stylesheet">
<link href="../../css/base.css" rel="stylesheet">
Expand All @@ -23,7 +23,7 @@
<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="../..">Midgard v1.1.2</a>
<a class="navbar-brand" href="../..">Midgard v1.1.3</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
Expand Down
6 changes: 3 additions & 3 deletions docs/api/midgard-config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<link rel="shortcut icon" href="../../img/favicon.ico">
<title>midgard.config - Midgard v1.1.2</title>
<title>midgard.config - Midgard v1.1.3</title>
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/font-awesome.min.css" rel="stylesheet">
<link href="../../css/base.css" rel="stylesheet">
Expand All @@ -23,7 +23,7 @@
<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="../..">Midgard v1.1.2</a>
<a class="navbar-brand" href="../..">Midgard v1.1.3</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
Expand Down Expand Up @@ -200,7 +200,7 @@ <h2 id="midgardconfigconfig">midgard.config.config</h2>
<p><strong>Help text and Type hints:</strong></p>
<h3 id="casedconfigparser"><strong>CasedConfigParser</strong></h3>
<p>Full name: <code>midgard.config.config.CasedConfigParser</code></p>
<p>Signature: <code>(defaults=None, dict_type=&lt;class 'dict'&gt;, allow_no_value=False, *, delimiters=('=', ':'), comment_prefixes=('#', ';'), inline_comment_prefixes=None, strict=True, empty_lines_in_values=True, default_section='DEFAULT', interpolation=&lt;object object at 0x7fddb80e9950&gt;, converters=&lt;object object at 0x7fddb80e9950&gt;)</code></p>
<p>Signature: <code>(defaults=None, dict_type=&lt;class 'dict'&gt;, allow_no_value=False, *, delimiters=('=', ':'), comment_prefixes=('#', ';'), inline_comment_prefixes=None, strict=True, empty_lines_in_values=True, default_section='DEFAULT', interpolation=&lt;object object at 0x7fa99576b930&gt;, converters=&lt;object object at 0x7fa99576b930&gt;)</code></p>
<p>ConfigParser with case-sensitive keys</p>
<h3 id="configuration"><strong>Configuration</strong></h3>
<p>Full name: <code>midgard.config.config.Configuration</code></p>
Expand Down
5 changes: 3 additions & 2 deletions docs/api/midgard-data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<link rel="shortcut icon" href="../../img/favicon.ico">
<title>midgard.data - Midgard v1.1.2</title>
<title>midgard.data - Midgard v1.1.3</title>
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/font-awesome.min.css" rel="stylesheet">
<link href="../../css/base.css" rel="stylesheet">
Expand All @@ -23,7 +23,7 @@
<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="../..">Midgard v1.1.2</a>
<a class="navbar-brand" href="../..">Midgard v1.1.3</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
Expand Down Expand Up @@ -422,6 +422,7 @@ <h3 id="timeplotdate"><strong>TimePlotDate</strong></h3>
<p>Matplotlib represents dates using floating point numbers specifying the number
of days since 0001-01-01 UTC, plus 1. For example, 0001-01-01, 06:00 is 1.25,
not 0.25. Values &lt; 1, i.e. dates before 0001-01-01 UTC are not supported.</p>
<p>Warning: This requires matplotlib version 3.2.2 or lower</p>
<h3 id="timestr"><strong>TimeStr</strong></h3>
<p>Full name: <code>midgard.data._time.TimeStr</code></p>
<p>Signature: <code>(val, val2=None, scale=None)</code></p>
Expand Down
8 changes: 4 additions & 4 deletions docs/api/midgard-dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<link rel="shortcut icon" href="../../img/favicon.ico">
<title>midgard.dev - Midgard v1.1.2</title>
<title>midgard.dev - Midgard v1.1.3</title>
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/font-awesome.min.css" rel="stylesheet">
<link href="../../css/base.css" rel="stylesheet">
Expand All @@ -23,7 +23,7 @@
<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="../..">Midgard v1.1.2</a>
<a class="navbar-brand" href="../..">Midgard v1.1.3</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
Expand Down Expand Up @@ -876,10 +876,10 @@ <h2 id="midgarddevtimer">midgard.dev.timer</h2>
logger is used to report the timing. See <code>Timer.__init__</code> for more details.</p>
<h3 id="accumulatedtimer"><strong>AccumulatedTimer</strong></h3>
<p>Full name: <code>midgard.dev.timer.AccumulatedTimer</code></p>
<p>Signature: <code>(text: str = 'Elapsed time:', fmt: str = '.4f', logger: Union[Callable[[str], NoneType], NoneType] = functools.partial(&lt;function log at 0x7fddb8133af0&gt;, level='info')) -&gt; None</code></p>
<p>Signature: <code>(text: str = 'Elapsed time:', fmt: str = '.4f', logger: Union[Callable[[str], NoneType], NoneType] = functools.partial(&lt;function log at 0x7fa9957b3dc0&gt;, level='info')) -&gt; None</code></p>
<h3 id="timer"><strong>Timer</strong></h3>
<p>Full name: <code>midgard.dev.timer.Timer</code></p>
<p>Signature: <code>(text: str = 'Elapsed time:', fmt: str = '.4f', logger: Union[Callable[[str], NoneType], NoneType] = functools.partial(&lt;function log at 0x7fddb8133af0&gt;, level='info')) -&gt; None</code></p>
<p>Signature: <code>(text: str = 'Elapsed time:', fmt: str = '.4f', logger: Union[Callable[[str], NoneType], NoneType] = functools.partial(&lt;function log at 0x7fa9957b3dc0&gt;, level='info')) -&gt; None</code></p>
<p>Class for timing running time of functions and code blocks.</p>
<h2 id="midgarddevutil">midgard.dev.util</h2>
<p>Midgard library module with utility functions for easier script development</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/midgard-files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<link rel="shortcut icon" href="../../img/favicon.ico">
<title>midgard.files - Midgard v1.1.2</title>
<title>midgard.files - Midgard v1.1.3</title>
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/font-awesome.min.css" rel="stylesheet">
<link href="../../css/base.css" rel="stylesheet">
Expand All @@ -23,7 +23,7 @@
<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="../..">Midgard v1.1.2</a>
<a class="navbar-brand" href="../..">Midgard v1.1.3</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/midgard-gnss/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<link rel="shortcut icon" href="../../img/favicon.ico">
<title>midgard.gnss - Midgard v1.1.2</title>
<title>midgard.gnss - Midgard v1.1.3</title>
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/font-awesome.min.css" rel="stylesheet">
<link href="../../css/base.css" rel="stylesheet">
Expand All @@ -23,7 +23,7 @@
<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="../..">Midgard v1.1.2</a>
<a class="navbar-brand" href="../..">Midgard v1.1.3</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
Expand Down
6 changes: 3 additions & 3 deletions docs/api/midgard-ionosphere/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<link rel="shortcut icon" href="../../img/favicon.ico">
<title>midgard.ionosphere - Midgard v1.1.2</title>
<title>midgard.ionosphere - Midgard v1.1.3</title>
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/font-awesome.min.css" rel="stylesheet">
<link href="../../css/base.css" rel="stylesheet">
Expand All @@ -23,7 +23,7 @@
<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="../..">Midgard v1.1.2</a>
<a class="navbar-brand" href="../..">Midgard v1.1.3</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
Expand Down Expand Up @@ -176,7 +176,7 @@ <h2 id="midgardionosphereklobuchar">midgard.ionosphere.klobuchar</h2>
</ul>
<h3 id="klobuchar"><strong>klobuchar</strong>()</h3>
<p>Full name: <code>midgard.ionosphere.klobuchar.klobuchar</code></p>
<p>Signature: <code>(time, ion_coeffs, rec_pos, az, el, freq_l1, freq=None, logger=functools.partial(&lt;function log at 0x7fddb8133af0&gt;, level='debug'))</code></p>
<p>Signature: <code>(time, ion_coeffs, rec_pos, az, el, freq_l1, freq=None, logger=functools.partial(&lt;function log at 0x7fa9957b3dc0&gt;, level='debug'))</code></p>
<p>Compute the ionospheric time-delay correction for the single-frequency by broadcast model (klobuchar model)</p>
<p>GPS and BeiDou satellite navigation systems use this model. The implementation is based on original paper of
Klobuchar, J.A. Ionospheric Time-Delay Algorithm for Single-Frequency GPS Users
Expand Down
8 changes: 4 additions & 4 deletions docs/api/midgard-math/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<link rel="shortcut icon" href="../../img/favicon.ico">
<title>midgard.math - Midgard v1.1.2</title>
<title>midgard.math - Midgard v1.1.3</title>
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/font-awesome.min.css" rel="stylesheet">
<link href="../../css/base.css" rel="stylesheet">
Expand All @@ -23,7 +23,7 @@
<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="../..">Midgard v1.1.2</a>
<a class="navbar-brand" href="../..">Midgard v1.1.3</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
Expand Down Expand Up @@ -209,7 +209,7 @@ <h3 id="constant"><strong>Constant</strong></h3>
<p>Full name: <code>midgard.math.constant.Constant</code></p>
<p>Signature: <code>() -&gt; None</code></p>
<h3 id="constant-constant">constant (Constant)</h3>
<p><code>constant = Constant('/home/kirann/anaconda3/lib/python3.8/site-packages/midgard/math/constant.txt')</code></p>
<p><code>constant = Constant('/home/kirann/miniconda3/lib/python3.8/site-packages/midgard/math/constant.txt')</code></p>
<h2 id="midgardmathellipsoid">midgard.math.ellipsoid</h2>
<p>Midgard library module for handling Earth ellipsoids</p>
<p><strong>Description:</strong></p>
Expand Down Expand Up @@ -744,7 +744,7 @@ <h3 id="unit"><strong>Unit</strong></h3>
<p>Unit converter</p>
<p>The implementation of the unit conversion is done in the <code>_convert_units</code>-metaclass.</p>
<h3 id="fid-textiowrapper">fid (TextIOWrapper)</h3>
<p><code>fid = &lt;_io.TextIOWrapper name='/home/kirann/anaconda3/lib/python3.8/site-packages/midgard/math/unit.txt' encoding='utf-8'&gt;</code></p>
<p><code>fid = &lt;_io.TextIOWrapper name='/home/kirann/miniconda3/lib/python3.8/site-packages/midgard/math/unit.txt' encoding='utf-8'&gt;</code></p>
<h3 id="np_float-typevar_1">np_float (TypeVar)</h3>
<p><code>np_float = ~np_float</code></p></div>
</div>
Expand Down
Loading

0 comments on commit ffa81f6

Please sign in to comment.