Skip to content

Commit 2c5213b

Browse files
author
Jeff Whitaker
committed
update docs
1 parent 5be2fe5 commit 2c5213b

14 files changed

Lines changed: 32 additions & 30 deletions

docs/class-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h1 class="epydoc">Class Hierarchy</h1>
118118
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
119119
<tr>
120120
<td align="left" class="footer">
121-
Generated by Epydoc 3.0.1 on Sun Mar 8 10:15:42 2015
121+
Generated by Epydoc 3.0.1 on Mon Mar 9 16:10:31 2015
122122
</td>
123123
<td align="right" class="footer">
124124
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h2> The Navigation Bar </h2>
240240
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
241241
<tr>
242242
<td align="left" class="footer">
243-
Generated by Epydoc 3.0.1 on Sun Mar 8 10:15:42 2015
243+
Generated by Epydoc 3.0.1 on Mon Mar 9 16:10:31 2015
244244
</td>
245245
<td align="right" class="footer">
246246
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/identifier-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ <h1 class="epydoc">Identifier Index</h1>
635635
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
636636
<tr>
637637
<td align="left" class="footer">
638-
Generated by Epydoc 3.0.1 on Sun Mar 8 10:15:42 2015
638+
Generated by Epydoc 3.0.1 on Mon Mar 9 16:10:31 2015
639639
</td>
640640
<td align="right" class="footer">
641641
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,14 @@ <h1 class="heading">Requires</h1>
9191
(1.5.1 or higher recommended, required if using python 3).
9292
</li>
9393
<li>
94-
<a href="http://cython.org" target="_top">Cython</a> is optional -
95-
if it is installed setup.py will use it to recompile the Cython
96-
source code into C, using conditional compilation to enable
97-
features in the netCDF API that have been added since version
98-
4.1.1. If Cython is not installed, these features (such as the
99-
ability to rename Group objects) will be disabled to preserve
100-
backward compatibility with older versions of the netCDF library.
94+
<a href="http://cython.org" target="_top">Cython</a>, version 0.19
95+
or later, is optional - if it is installed setup.py will use it to
96+
recompile the Cython source code into C, using conditional
97+
compilation to enable features in the netCDF API that have been
98+
added since version 4.1.1. If Cython is not installed, these
99+
features (such as the ability to rename Group objects) will be
100+
disabled to preserve backward compatibility with older versions of
101+
the netCDF library.
101102
</li>
102103
<li>
103104
For python &lt; 2.7, the ordereddict module <a
@@ -1171,7 +1172,7 @@ <h2 class="heading">10) Variable-length (vlen) data types.</h2>
11711172
<td width="15%" align="right" valign="top" class="summary">
11721173
<span class="summary-type">&nbsp;</span>
11731174
</td><td class="summary">
1174-
<a name="__hdf5libversion__"></a><span class="summary-name">__hdf5libversion__</span> = <code title="'1.8.13'"><code class="variable-quote">'</code><code class="variable-string">1.8.13</code><code class="variable-quote">'</code></code>
1175+
<a name="__hdf5libversion__"></a><span class="summary-name">__hdf5libversion__</span> = <code title="'1.8.14'"><code class="variable-quote">'</code><code class="variable-string">1.8.14</code><code class="variable-quote">'</code></code>
11751176
</td>
11761177
</tr>
11771178
<tr>
@@ -1560,7 +1561,7 @@ <h3 class="epydoc">default_fillvals</h3>
15601561
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
15611562
<tr>
15621563
<td align="left" class="footer">
1563-
Generated by Epydoc 3.0.1 on Sun Mar 8 10:15:42 2015
1564+
Generated by Epydoc 3.0.1 on Mon Mar 9 16:10:31 2015
15641565
</td>
15651566
<td align="right" class="footer">
15661567
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/module-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1 class="epydoc">Module Hierarchy</h1>
7777
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
7878
<tr>
7979
<td align="left" class="footer">
80-
Generated by Epydoc 3.0.1 on Sun Mar 8 10:15:42 2015
80+
Generated by Epydoc 3.0.1 on Mon Mar 9 16:10:31 2015
8181
</td>
8282
<td align="right" class="footer">
8383
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/netCDF4-module.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,14 @@ <h1 class="heading">Requires</h1>
9191
(1.5.1 or higher recommended, required if using python 3).
9292
</li>
9393
<li>
94-
<a href="http://cython.org" target="_top">Cython</a> is optional -
95-
if it is installed setup.py will use it to recompile the Cython
96-
source code into C, using conditional compilation to enable
97-
features in the netCDF API that have been added since version
98-
4.1.1. If Cython is not installed, these features (such as the
99-
ability to rename Group objects) will be disabled to preserve
100-
backward compatibility with older versions of the netCDF library.
94+
<a href="http://cython.org" target="_top">Cython</a>, version 0.19
95+
or later, is optional - if it is installed setup.py will use it to
96+
recompile the Cython source code into C, using conditional
97+
compilation to enable features in the netCDF API that have been
98+
added since version 4.1.1. If Cython is not installed, these
99+
features (such as the ability to rename Group objects) will be
100+
disabled to preserve backward compatibility with older versions of
101+
the netCDF library.
101102
</li>
102103
<li>
103104
For python &lt; 2.7, the ordereddict module <a
@@ -1171,7 +1172,7 @@ <h2 class="heading">10) Variable-length (vlen) data types.</h2>
11711172
<td width="15%" align="right" valign="top" class="summary">
11721173
<span class="summary-type">&nbsp;</span>
11731174
</td><td class="summary">
1174-
<a name="__hdf5libversion__"></a><span class="summary-name">__hdf5libversion__</span> = <code title="'1.8.13'"><code class="variable-quote">'</code><code class="variable-string">1.8.13</code><code class="variable-quote">'</code></code>
1175+
<a name="__hdf5libversion__"></a><span class="summary-name">__hdf5libversion__</span> = <code title="'1.8.14'"><code class="variable-quote">'</code><code class="variable-string">1.8.14</code><code class="variable-quote">'</code></code>
11751176
</td>
11761177
</tr>
11771178
<tr>
@@ -1560,7 +1561,7 @@ <h3 class="epydoc">default_fillvals</h3>
15601561
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
15611562
<tr>
15621563
<td align="left" class="footer">
1563-
Generated by Epydoc 3.0.1 on Sun Mar 8 10:15:42 2015
1564+
Generated by Epydoc 3.0.1 on Mon Mar 9 16:10:31 2015
15641565
</td>
15651566
<td align="right" class="footer">
15661567
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/netCDF4.CompoundType-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ <h3 class="epydoc"><span class="sig"><span class="sig-name">__repr__</span>(<spa
335335
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
336336
<tr>
337337
<td align="left" class="footer">
338-
Generated by Epydoc 3.0.1 on Sun Mar 8 10:15:42 2015
338+
Generated by Epydoc 3.0.1 on Mon Mar 9 16:10:31 2015
339339
</td>
340340
<td align="right" class="footer">
341341
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/netCDF4.Dataset-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ <h3 class="epydoc">path</h3>
16761676
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
16771677
<tr>
16781678
<td align="left" class="footer">
1679-
Generated by Epydoc 3.0.1 on Sun Mar 8 10:15:42 2015
1679+
Generated by Epydoc 3.0.1 on Mon Mar 9 16:10:32 2015
16801680
</td>
16811681
<td align="right" class="footer">
16821682
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/netCDF4.Dimension-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h3 class="epydoc"><span class="sig"><span class="sig-name">__repr__</span>(<spa
372372
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
373373
<tr>
374374
<td align="left" class="footer">
375-
Generated by Epydoc 3.0.1 on Sun Mar 8 10:15:42 2015
375+
Generated by Epydoc 3.0.1 on Mon Mar 9 16:10:32 2015
376376
</td>
377377
<td align="right" class="footer">
378378
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/netCDF4.Group-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h3 class="epydoc"><span class="sig"><span class="sig-name">close</span>(<span c
364364
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
365365
<tr>
366366
<td align="left" class="footer">
367-
Generated by Epydoc 3.0.1 on Sun Mar 8 10:15:42 2015
367+
Generated by Epydoc 3.0.1 on Mon Mar 9 16:10:32 2015
368368
</td>
369369
<td align="right" class="footer">
370370
<a target="mainFrame" href="http://epydoc.sourceforge.net"

0 commit comments

Comments
 (0)