Skip to content

Commit

Permalink
Merge pull request #107 from kmpaul/release-prep
Browse files Browse the repository at this point in the history
Final preparations for new release
  • Loading branch information
Kevin Paul authored Sep 25, 2020
2 parents 0de9af1 + 3bc6a7a commit 4a2bc2e
Show file tree
Hide file tree
Showing 89 changed files with 17,849 additions and 3,559 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ VERSION 0.2.1
VERSION 0.2.2
-------------
- New user-defined function API

VERSION 0.3.0
-------------
- Code ported to Python 3.6+ (No longer supports Python 2.7)
- Update to testing suite (using PyTest) and adding GitHub Actions
- General modernization of the package repository
2 changes: 1 addition & 1 deletion docs/.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: 0bb605d5bb76fed0f76dc3ca9287b4c4
config: 0406a837bcf6ea73a1f023ff8ffe00ba
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/.doctrees/dataflow.doctree
Binary file not shown.
Binary file modified docs/.doctrees/datasets.doctree
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/flownodes.doctree
Binary file not shown.
Binary file modified docs/.doctrees/functions.doctree
Binary file not shown.
Binary file modified docs/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/.doctrees/indexing.doctree
Binary file not shown.
Binary file modified docs/.doctrees/license.doctree
Binary file not shown.
Binary file modified docs/.doctrees/parsing.doctree
Binary file not shown.
Binary file modified docs/.doctrees/physarray.doctree
Binary file not shown.
Binary file modified docs/.doctrees/pyconform.doctree
Binary file not shown.
Binary file modified docs/.doctrees/readme.doctree
Binary file not shown.
154 changes: 82 additions & 72 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
@@ -1,69 +1,70 @@


<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Overview: module code &mdash; PyConform 0.3.0 documentation</title>


<title>Overview: module code &mdash; PyConform 0.2.8 documentation</title>








<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>


<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />







<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->


<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>

<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script type="text/javascript" src="../_static/js/theme.js"></script>




<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />

<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="search" title="Search" href="../search.html" />
</head>

<body class="wy-body-for-nav">


<div class="wy-grid-for-nav">

<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="../index.html" class="icon icon-home" alt="Documentation Home"> PyConform



<a href="../index.html" class="icon icon-home"> PyConform




</a>




<div class="version">
0.2
0.3
</div>







<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
Expand All @@ -72,16 +73,17 @@
</form>
</div>


</div>


<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">






<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../readme.html">PyConform</a></li>
Expand All @@ -90,28 +92,29 @@
<li class="toctree-l1"><a class="reference internal" href="../license.html">Product License</a></li>
</ul>



</div>

</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">


<nav class="wy-nav-top" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">PyConform</a>

</nav>


<div class="wy-nav-content">

<div class="rst-content">





Expand All @@ -130,24 +133,24 @@
<div role="navigation" aria-label="breadcrumbs navigation">

<ul class="wy-breadcrumbs">

<li><a href="../index.html">Docs</a> &raquo;</li>

<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Overview: module code</li>


<li class="wy-breadcrumbs-aside">

</li>

</ul>


<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<h1>All modules for which code is available</h1>
<ul><li><a href="pyconform/dataflow.html">pyconform.dataflow</a></li>
<li><a href="pyconform/datasets.html">pyconform.datasets</a></li>
Expand All @@ -159,20 +162,28 @@ <h1>All modules for which code is available</h1>
</ul>

</div>

</div>
<footer>


<hr/>

<div role="contentinfo">
<p>

&copy; Copyright 2017-2020, University Corporation for Atmospheric Research

</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.



Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a

<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>

provided by <a href="https://readthedocs.org">Read the Docs</a>.

</footer>

Expand All @@ -182,19 +193,18 @@ <h1>All modules for which code is available</h1>
</section>

</div>




<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>






</body>
</html>
Loading

0 comments on commit 4a2bc2e

Please sign in to comment.