-
Notifications
You must be signed in to change notification settings - Fork 1
/
search.html
143 lines (109 loc) · 6.26 KB
/
search.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search — The Generic Mapping Tools</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css?v=fa2d15c4" />
<link rel="stylesheet" type="text/css" href="_static/style.css?v=95d88e99" />
<link rel="stylesheet" type="text/css" href="_static/fontawesome/css/all.css?v=efc38b36" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=b3ba4146"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<link rel="icon" href="_static/favicon.png"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="#" />
<script type="text/javascript" src="_static/searchtools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<script type="text/javascript" src="searchindex.js"></script>
<script type="text/javascript" id="searchindexloader"></script>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
<script type="text/javascript" src="_static/js/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="_static/bootstrap-3.4.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://www.generic-mapping-tools.org/_static/gmt-logo.jpg">
<meta name="twitter:title" content="Search">
<meta name="twitter:description" content="The swiss army knife of geoscience">
<meta property="og:title" content="Search">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.generic-mapping-tools.org">
<meta property="og:site_name" content="Search">
<meta property="og:image" content="https://www.generic-mapping-tools.org/_static/gmt-logo.jpg">
<meta property="og:description" content="The swiss army knife of geoscience">
<!-- Include Google Fonts CSS -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<!-- Google Analytics tracking code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-38125837-8', 'auto', {'storage': 'none'});
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
</script>
</head><body>
<div class="container-fluid menu text-center">
<div class="col-lg-12">
<ul class="menu-list">
<li><a href="/"><strong>Home</strong></a></li>
<li><a href="about/"><strong>About</strong></a></li>
<li><a href="download/"><strong>Download</strong></a></li>
<li><a href="mirrors/"><strong>Mirrors</strong></a></li>
<li><a href="cite/"><strong>Citing</strong></a></li>
<li><a href="documentation/"><strong>Documentation</strong></a></li>
<li><a href="projects/"><strong>Ecosystem</strong></a></li>
<li><a href="workshops/"><strong>Workshops</strong></a></li>
<li><a href="https://github.com/GenericMappingTools/try-gmt" title="Try Online" target="_blank"><strong>Try Online!</strong></a></li>
<li><a href="https://forum.generic-mapping-tools.org/" title="Forum" target="_blank"><strong>Forum</strong></a></li>
<li><a href="https://github.com/GenericMappingTools" title="GitHub" target="_blank"><i class="fab fa-github fa-lg"></i></a></li>
<li><a href="https://www.youtube.com/c/TheGenericMappingTools" title="YouTube" target="_blank"><i class="fab fa-youtube fa-lg"></i></a></li>
<li><a href="https://www.instagram.com/genericmappingtools/" title="Instagram" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
</div>
<div class="container">
</div>
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-sm-8">
<p>
© Copyright 2019 - 2024, The GMT Developers.
</p>
<p>
Created using
<a href="http://sphinx-doc.org/">Sphinx</a> 7.1.2
from source code at
<a href="https://github.com/GenericMappingTools/website/">GenericMappingTools/website</a>.
Last updated on 2024-10-02.
</p>
<p>
GMT is supported by the
<a href="https://www.soest.hawaii.edu">School of Ocean and Earth Science and Technology</a>
of the University of Hawai'i at Mānoa and grants from the
<a href="https://www.nsf.gov">National Science Foundation</a>.
</p>
</div>
<div class="col-sm-4">
<div class="row">
<div class="col-xs-6">
<a href="https://www.soest.hawaii.edu"><img src="https://www.generic-mapping-tools.org/_static/soest-logo.png"></a>
</div>
<div class="col-xs-6">
<a href="https://www.nsf.gov"><img src="https://www.generic-mapping-tools.org/_static/nsf-logo.png"></a>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>