-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
104 lines (92 loc) · 5.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PyGeode 1.4.1 — PyGeode 1.4.1-rc2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/pygtheme.css" />
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery.css" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-rendered-html.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/pygeode_icon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Installing PyGeode" href="install.html" />
<link href="http://fonts.googleapis.com/css?family=Ubuntu:300,300italic,regular,italic,500,500italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700' rel='stylesheet' type='text/css'>
</head><body>
<div class="header" role="banner"><img class="logo" src="_static/pygeode_logo.png" width=79px alt="Logo"/>
<h1 class="heading"><a href="#">
<span>PyGeode 1.4.1-rc2 documentation</span></a></h1>
<h2 class="heading"><span>PyGeode 1.4.1</span></h2>
</div>
<div class="topnav" role="navigation" aria-label="top navigation">
<p>
<a class="uplink" href="reference.html">Reference</a>
  ::  
<a class="uplink" href="tutorial.html">Tutorial</a>
  ::  
<a class="uplink" href="gallery/index.html">Gallery</a>
  ::  
<a href="install.html">Installing PyGeode</a>  »
</p>
</div>
<div class="content">
<div class="section" id="pygeode-1-4-1">
<h1>PyGeode 1.4.1<a class="headerlink" href="#pygeode-1-4-1" title="Permalink to this headline">¶</a></h1>
<p>Welcome! PyGeode is a python package intended to simplify the manipulation,
analysis and visualization of geophysical datasets, such as those generated by
climate models. It is particularly suited to dealing with large datasets that
don’t fit into memory. It is also intended to simplify plotting this data with
<a class="reference external" href="http://matplotlib.org/">matplotlib</a>. For more of an introduction, see the <a class="reference internal" href="tutorial.html"><span class="doc">Tutorial</span></a>.</p>
<p>This documentation describes version 1.4.1.</p>
<div class="section" id="download-and-install">
<h2>Download and Install<a class="headerlink" href="#download-and-install" title="Permalink to this headline">¶</a></h2>
<p>See the <a class="reference internal" href="install.html"><span class="doc">Installing PyGeode</span></a> page for all the details. The project’s Git <a class="reference external" href="https://github.com/pygeode/pygeode">repository</a>
has migrated to GitHub as of March 2015 in light of Google Code closing down.
It is licensed under the GNU GPL v3.</p>
</div>
<div class="section" id="documentation">
<h2>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline">¶</a></h2>
<p>There is a step by step <a class="reference internal" href="tutorial.html"><span class="doc">Tutorial</span></a> intended to introduce you to many
aspects of the code.</p>
<p>There is also a <a class="reference internal" href="reference.html"><span class="doc">Reference</span></a> with full details.</p>
<p>A <a class="reference internal" href="gallery/index.html"><span class="doc">Gallery</span></a> with examples of plots made with PyGeode is also in development.</p>
</div>
<div class="section" id="what-s-new">
<h2>What’s New<a class="headerlink" href="#what-s-new" title="Permalink to this headline">¶</a></h2>
<p>A <a class="reference internal" href="whatsnew.html"><span class="doc">list of changes</span></a> for each version is available.</p>
</div>
<div class="section" id="about-pygeode">
<h2>About PyGeode<a class="headerlink" href="#about-pygeode" title="Permalink to this headline">¶</a></h2>
<p>PyGeode was originally developed by Mike Neish and Peter Hitchcock in the Department of Physics at
the University of Toronto, with contributions from Andre Erler and Isla Simpson.</p>
<div class="toctree-wrapper compound">
</div>
</div>
</div>
</div>
<div class="bottomnav" role="navigation" aria-label="bottom navigation">
<p>
<a class="uplink" href="reference.html">Reference</a>
  ::  
<a class="uplink" href="tutorial.html">Tutorial</a>
  ::  
<a class="uplink" href="gallery/index.html">Gallery</a>
  ::  
<a href="install.html">Installing PyGeode</a>  »
</p>
</div>
<div class="footer" role="contentinfo">
© Copyright 2020, Mike Neish, Peter Hitchcock.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.3.2.
</div>
</body>
</html>