Skip to content

Commit

Permalink
added contributors and regenerated docs for release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dwr-psandhu committed Sep 5, 2019
1 parent b25d4ee commit 07c48c5
Show file tree
Hide file tree
Showing 27 changed files with 98 additions and 49 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Development Lead
Contributors
------------

None yet. Why not be the first?
* Henry Oling [github:HenryDane]
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CHANGELOG
=========
0.2.5
-----
Merged pull request from Henry:
Merged pull request from HenryDane:
issues warnings or throws exception based on return value from functions
fixed minor typo(s), added tests

Expand Down
Binary file modified docs/doctrees/authors.doctree
Binary file not shown.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/doctrees/history.doctree
Binary file not shown.
Binary file modified docs/doctrees/installation.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/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: a536a81d016a125539e86ea1a6e97174
config: bda79949d767dbcf79c7227fc47c523b
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Overview: module code &#8212; pyhecdss 0.2.4 documentation</title>
<title>Overview: module code &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<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>
Expand Down
31 changes: 25 additions & 6 deletions docs/html/_modules/pyhecdss/pyhecdss.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/html/_sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ Once you have a copy of the source, you can install it with:
$ python setup.py install
This library has dependencies on Intel Fortran AND Intel Compiler for Windows and Intel Parallel Composer libraries. You will need the following
libraries

.. code-block::
setup.py changes --
libs = ['extensions/heclib6-VE', 'extensions/ifconsol','extensions/libifcoremt',
'extensions/libifport','extensions/libmmt','extensions/libirc',
'extensions/svml_disp','extensions/IFWIN','legacy_stdio_definitions',
'User32', 'gdi32', ]
.. _Github repo: https://github.com/CADWRDeltaModeling/pyhecdss
.. _tarball: https://github.com/CADWRDeltaModeling/pyhecdss/tarball/master
2 changes: 1 addition & 1 deletion docs/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.2.4',
VERSION: '0.2.5',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
6 changes: 4 additions & 2 deletions docs/html/authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Credits &#8212; pyhecdss 0.2.4 documentation</title>
<title>Credits &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<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>
Expand Down Expand Up @@ -42,7 +42,9 @@ <h2>Development Lead<a class="headerlink" href="#development-lead" title="Permal
</div>
<div class="section" id="contributors">
<h2>Contributors<a class="headerlink" href="#contributors" title="Permalink to this headline"></a></h2>
<p>None yet. Why not be the first?</p>
<ul class="simple">
<li><p>Henry Oling [github:HenryDane]</p></li>
</ul>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/html/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Contributing &#8212; pyhecdss 0.2.4 documentation</title>
<title>Contributing &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<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>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Index &#8212; pyhecdss 0.2.4 documentation</title>
<title>Index &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<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>
Expand Down
43 changes: 25 additions & 18 deletions docs/html/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>CHANGELOG &#8212; pyhecdss 0.2.4 documentation</title>
<title>CHANGELOG &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<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>
Expand Down Expand Up @@ -34,32 +34,38 @@
<div class="section" id="changelog">
<h1>CHANGELOG<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
<div class="section" id="id1">
<h2>0.2.4<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>0.2.5<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<p>Merged pull request from HenryDane:
issues warnings or throws exception based on return value from functions
fixed minor typo(s), added tests</p>
</div>
<div class="section" id="id2">
<h2>0.2.4<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<p>Fixes issues #2, #4: get_version(), set_message_level(), set_program_name() now supported at module level
Fixes issues #1: HECDSS marks periods by end of time stamp bug</p>
</div>
<div class="section" id="id2">
<h2>0.2.3<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<div class="section" id="id3">
<h2>0.2.3<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
<p>Added linux 64bit support
Corrected license to MIT for conda distribution</p>
</div>
<div class="section" id="id3">
<h2>0.2.2<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
<div class="section" id="id4">
<h2>0.2.2<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
<p>Update tests to use a smaller test.dss files
Added sphinx documentation and demo notebook</p>
</div>
<div class="section" id="id4">
<h2>0.2.1<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
<div class="section" id="id5">
<h2>0.2.1<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h2>
<p>Write irregular time series</p>
</div>
<div class="section" id="id5">
<h2>0.2.0<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h2>
<div class="section" id="id6">
<h2>0.2.0<a class="headerlink" href="#id6" title="Permalink to this headline"></a></h2>
<p>Write regular time series
Read irregular time series as data frame + units + type
Performance improvement to using np.zeros instead of np.array(range…)</p>
</div>
<div class="section" id="id6">
<h2>0.1.6<a class="headerlink" href="#id6" title="Permalink to this headline"></a></h2>
<div class="section" id="id7">
<h2>0.1.6<a class="headerlink" href="#id7" title="Permalink to this headline"></a></h2>
</div>
</div>

Expand Down Expand Up @@ -90,12 +96,13 @@ <h3>Navigation</h3>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="authors.html">Credits</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">CHANGELOG</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id1">0.2.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id2">0.2.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id3">0.2.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id4">0.2.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id5">0.2.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id6">0.1.6</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id1">0.2.5</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id2">0.2.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id3">0.2.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id4">0.2.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id5">0.2.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id6">0.2.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id7">0.1.6</a></li>
</ul>
</li>
</ul>
Expand Down
15 changes: 8 additions & 7 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Welcome to pyhecdss’s documentation! &#8212; pyhecdss 0.2.4 documentation</title>
<title>Welcome to pyhecdss’s documentation! &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<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>
Expand Down Expand Up @@ -78,12 +78,13 @@ <h1>Welcome to pyhecdss’s documentation!<a class="headerlink" href="#welcome-t
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="history.html">CHANGELOG</a><ul>
<li class="toctree-l2"><a class="reference internal" href="history.html#id1">0.2.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#id2">0.2.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#id3">0.2.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#id4">0.2.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#id5">0.2.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#id6">0.1.6</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#id1">0.2.5</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#id2">0.2.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#id3">0.2.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#id4">0.2.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#id5">0.2.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#id6">0.2.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="history.html#id7">0.1.6</a></li>
</ul>
</li>
</ul>
Expand Down
11 changes: 10 additions & 1 deletion docs/html/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Installation &#8212; pyhecdss 0.2.4 documentation</title>
<title>Installation &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<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>
Expand Down Expand Up @@ -59,6 +59,15 @@ <h2>From sources<a class="headerlink" href="#from-sources" title="Permalink to t
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> python setup.py install
</pre></div>
</div>
<p>This library has dependencies on Intel Fortran AND Intel Compiler for Windows and Intel Parallel Composer libraries. You will need the following
libraries</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>setup.py changes --
<span class="nv">libs</span> <span class="o">=</span> <span class="o">[</span><span class="s1">&#39;extensions/heclib6-VE&#39;</span>, <span class="s1">&#39;extensions/ifconsol&#39;</span>,<span class="s1">&#39;extensions/libifcoremt&#39;</span>,
<span class="s1">&#39;extensions/libifport&#39;</span>,<span class="s1">&#39;extensions/libmmt&#39;</span>,<span class="s1">&#39;extensions/libirc&#39;</span>,
<span class="s1">&#39;extensions/svml_disp&#39;</span>,<span class="s1">&#39;extensions/IFWIN&#39;</span>,<span class="s1">&#39;legacy_stdio_definitions&#39;</span>,
<span class="s1">&#39;User32&#39;</span>, <span class="s1">&#39;gdi32&#39;</span>, <span class="o">]</span>
</pre></div>
</div>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/html/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>pyhecdss &#8212; pyhecdss 0.2.4 documentation</title>
<title>pyhecdss &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<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>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/notebooks/sample_dss_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Sample Demo &#8212; pyhecdss 0.2.4 documentation</title>
<title>Sample Demo &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<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>
Expand Down
Binary file modified docs/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Python Module Index &#8212; pyhecdss 0.2.4 documentation</title>
<title>Python Module Index &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<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>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/pyhecdss.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>pyhecdss package &#8212; pyhecdss 0.2.4 documentation</title>
<title>pyhecdss package &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<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>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>pyhecdss &#8212; pyhecdss 0.2.4 documentation</title>
<title>pyhecdss &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<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>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Search &#8212; pyhecdss 0.2.4 documentation</title>
<title>Search &#8212; pyhecdss 0.2.5 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

Expand Down
Loading

0 comments on commit 07c48c5

Please sign in to comment.