Skip to content

Commit

Permalink
updated version number in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Philip committed Sep 6, 2016
1 parent b03428e commit 5cc7d76
Show file tree
Hide file tree
Showing 50 changed files with 2,829 additions and 2,563 deletions.
2 changes: 1 addition & 1 deletion docs/generated/.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: d223d8725870b3717436adab002b3c62
config: fa6baa95aa6318bf3f11cb5f2c75982d
tags: 645f666f9bcd5a90fca523b33c5a78b7
318 changes: 161 additions & 157 deletions docs/generated/HVAC_Tutorial.html

Large diffs are not rendered by default.

110 changes: 55 additions & 55 deletions docs/generated/HVAC_diagrams.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>&lt;no title&gt; &mdash; eppy 0.5.31 documentation</title>
<title>&lt;no title&gt; &#8212; eppy 0.5.40 documentation</title>

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

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.5.31',
VERSION: '0.5.40',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -23,10 +23,10 @@
<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>
<link rel="top" title="eppy 0.5.31 documentation" href="index.html" />
<link rel="top" title="eppy 0.5.40 documentation" href="index.html" />
</head>
<body>
<div class="related">
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand All @@ -35,102 +35,102 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="index.html">eppy 0.5.31 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="index.html">eppy 0.5.40 documentation</a> &#187;</li>
</ul>
</div>

<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="body" role="main">

<div class="code python highlight-python"><div class="highlight"><pre><span class="sd">&quot;&quot;&quot;HVAC diagrams&quot;&quot;&quot;</span>
<div class="code python highlight-default"><div class="highlight"><pre><span></span><span class="sd">&quot;&quot;&quot;HVAC diagrams&quot;&quot;&quot;</span>
</pre></div>
</div>
<div class="highlight-python"><div class="highlight"><pre><span class="s">&#39;HVAC diagrams&#39;</span>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="s1">&#39;HVAC diagrams&#39;</span>
</pre></div>
</div>
<div class="code python highlight-python"><div class="highlight"><pre><span class="c"># you would normaly install eppy by doing</span>
<span class="c"># python setup.py install</span>
<span class="c"># or</span>
<span class="c"># pip install eppy</span>
<span class="c"># or</span>
<span class="c"># easy_install eppy</span>
<div class="code python highlight-default"><div class="highlight"><pre><span></span><span class="c1"># you would normaly install eppy by doing</span>
<span class="c1"># python setup.py install</span>
<span class="c1"># or</span>
<span class="c1"># pip install eppy</span>
<span class="c1"># or</span>
<span class="c1"># easy_install eppy</span>

<span class="c"># if you have not done so, uncomment the following three lines</span>
<span class="c1"># if you have not done so, uncomment the following three lines</span>
<span class="kn">import</span> <span class="nn">sys</span>
<span class="c"># pathnameto_eppy = &#39;c:/eppy&#39;</span>
<span class="n">pathnameto_eppy</span> <span class="o">=</span> <span class="s">&#39;../&#39;</span>
<span class="c1"># pathnameto_eppy = &#39;c:/eppy&#39;</span>
<span class="n">pathnameto_eppy</span> <span class="o">=</span> <span class="s1">&#39;../&#39;</span>
<span class="n">sys</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">pathnameto_eppy</span><span class="p">)</span>
</pre></div>
</div>
<div class="code python highlight-python"><div class="highlight"><pre><span class="kn">from</span> <span class="nn">eppy</span> <span class="kn">import</span> <span class="n">modeleditor</span>
<span class="kn">from</span> <span class="nn">eppy.modeleditor</span> <span class="kn">import</span> <span class="n">IDF</span>
<span class="n">iddfile</span> <span class="o">=</span> <span class="s">&quot;../eppy/resources/iddfiles/Energy+V8_0_0.idd&quot;</span>
<span class="n">fname</span> <span class="o">=</span> <span class="s">&quot;../eppy/resources/idffiles/V8_0_0/5ZoneSupRetPlenRAB.idf&quot;</span>
<div class="code python highlight-default"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">eppy</span> <span class="k">import</span> <span class="n">modeleditor</span>
<span class="kn">from</span> <span class="nn">eppy.modeleditor</span> <span class="k">import</span> <span class="n">IDF</span>
<span class="n">iddfile</span> <span class="o">=</span> <span class="s2">&quot;../eppy/resources/iddfiles/Energy+V8_0_0.idd&quot;</span>
<span class="n">fname</span> <span class="o">=</span> <span class="s2">&quot;../eppy/resources/idffiles/V8_0_0/5ZoneSupRetPlenRAB.idf&quot;</span>
<span class="n">IDF</span><span class="o">.</span><span class="n">setiddname</span><span class="p">(</span><span class="n">iddfile</span><span class="p">)</span>
</pre></div>
</div>
<div class="code python highlight-python"><div class="highlight"><pre><span class="n">idf</span> <span class="o">=</span> <span class="n">IDF</span><span class="p">(</span><span class="n">fname</span><span class="p">)</span>
<div class="code python highlight-default"><div class="highlight"><pre><span></span><span class="n">idf</span> <span class="o">=</span> <span class="n">IDF</span><span class="p">(</span><span class="n">fname</span><span class="p">)</span>
</pre></div>
</div>
<div class="code python highlight-python"><div class="highlight"><pre><span class="c"># idf.model</span>
<div class="code python highlight-default"><div class="highlight"><pre><span></span><span class="c1"># idf.model</span>
</pre></div>
</div>
<div class="code python highlight-python"><div class="highlight"><pre><span class="kn">from</span> <span class="nn">eppy.EPlusInterfaceFunctions</span> <span class="kn">import</span> <span class="n">readidf</span>
<span class="kn">from</span> <span class="nn">eppy.ex_loopdiagram</span> <span class="kn">import</span> <span class="n">makeairplantloop</span><span class="p">,</span> <span class="n">makediagram</span>
<div class="code python highlight-default"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">eppy.EPlusInterfaceFunctions</span> <span class="k">import</span> <span class="n">readidf</span>
<span class="kn">from</span> <span class="nn">eppy.ex_loopdiagram</span> <span class="k">import</span> <span class="n">makeairplantloop</span><span class="p">,</span> <span class="n">makediagram</span>

<span class="k">print</span> <span class="s">&quot;readingfile&quot;</span>
<span class="nb">print</span> <span class="s2">&quot;readingfile&quot;</span>
<span class="n">data</span><span class="p">,</span> <span class="n">commdct</span> <span class="o">=</span> <span class="n">readidf</span><span class="o">.</span><span class="n">readdatacommdct</span><span class="p">(</span><span class="n">fname</span><span class="p">,</span> <span class="n">iddfile</span><span class="o">=</span><span class="n">iddfile</span><span class="p">)</span>
<span class="k">print</span> <span class="s">&quot;constructing the loops&quot;</span>
<span class="nb">print</span> <span class="s2">&quot;constructing the loops&quot;</span>
<span class="n">edges</span> <span class="o">=</span> <span class="n">makeairplantloop</span><span class="p">(</span><span class="n">data</span><span class="p">,</span> <span class="n">commdct</span><span class="p">)</span>
<span class="k">print</span> <span class="s">&quot;making the diagram&quot;</span>
<span class="nb">print</span> <span class="s2">&quot;making the diagram&quot;</span>
<span class="n">g</span> <span class="o">=</span> <span class="n">makediagram</span><span class="p">(</span><span class="n">edges</span><span class="p">)</span>
<span class="n">dotname</span> <span class="o">=</span> <span class="s">&quot;a.dot&quot;</span>
<span class="n">pngname</span> <span class="o">=</span> <span class="s">&quot;a.png&quot;</span>
<span class="c"># dotname = &#39;%s.dot&#39; % (os.path.splitext(fname)[0])</span>
<span class="c"># pngname = &#39;%s.png&#39; % (os.path.splitext(fname)[0])</span>
<span class="n">dotname</span> <span class="o">=</span> <span class="s2">&quot;a.dot&quot;</span>
<span class="n">pngname</span> <span class="o">=</span> <span class="s2">&quot;a.png&quot;</span>
<span class="c1"># dotname = &#39;%s.dot&#39; % (os.path.splitext(fname)[0])</span>
<span class="c1"># pngname = &#39;%s.png&#39; % (os.path.splitext(fname)[0])</span>
<span class="n">g</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="n">dotname</span><span class="p">)</span>
<span class="n">g</span><span class="o">.</span><span class="n">write_png</span><span class="p">(</span><span class="n">pngname</span><span class="p">)</span>
</pre></div>
</div>
<div class="highlight-python"><pre>readingfile
constructing the loops
making the diagram</pre>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">readingfile</span>
<span class="n">constructing</span> <span class="n">the</span> <span class="n">loops</span>
<span class="n">making</span> <span class="n">the</span> <span class="n">diagram</span>
</pre></div>
</div>
<div class="highlight-python"><div class="highlight"><pre><span class="bp">True</span>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="kc">True</span>
</pre></div>
</div>


</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/HVAC_diagrams.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/HVAC_diagrams.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand All @@ -139,12 +139,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="index.html">eppy 0.5.31 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="index.html">eppy 0.5.40 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2013, Santosh Philip.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b2.
<div class="footer" role="contentinfo">
&#169; Copyright 2013, Santosh Philip.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.6.
</div>
</body>
</html>
49 changes: 24 additions & 25 deletions docs/generated/LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>LICENSE &mdash; eppy 0.5.31 documentation</title>
<title>LICENSE &#8212; eppy 0.5.40 documentation</title>

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

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.5.31',
VERSION: '0.5.40',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -23,11 +23,11 @@
<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>
<link rel="top" title="eppy 0.5.31 documentation" href="index.html" />
<link rel="top" title="eppy 0.5.40 documentation" href="index.html" />
<link rel="prev" title="Documenting eppy" href="dev_docs/doc_eppy.html" />
</head>
<body>
<div class="related">
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand All @@ -39,14 +39,14 @@ <h3>Navigation</h3>
<li class="right" >
<a href="dev_docs/doc_eppy.html" title="Documenting eppy"
accesskey="P">previous</a> |</li>
<li><a href="index.html">eppy 0.5.31 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="index.html">eppy 0.5.40 documentation</a> &#187;</li>
</ul>
</div>

<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="body" role="main">

<div class="section" id="license">
<h1>LICENSE<a class="headerlink" href="#license" title="Permalink to this headline"></a></h1>
Expand Down Expand Up @@ -76,34 +76,33 @@ <h1>LICENSE<a class="headerlink" href="#license" title="Permalink to this headli
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="dev_docs/doc_eppy.html"
title="previous chapter">Documenting eppy</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/LICENSE.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/LICENSE.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
Expand All @@ -115,12 +114,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="dev_docs/doc_eppy.html" title="Documenting eppy"
>previous</a> |</li>
<li><a href="index.html">eppy 0.5.31 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="index.html">eppy 0.5.40 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2013, Santosh Philip.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b2.
<div class="footer" role="contentinfo">
&#169; Copyright 2013, Santosh Philip.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.6.
</div>
</body>
</html>
Loading

0 comments on commit 5cc7d76

Please sign in to comment.