Skip to content

Repository files navigation

<!DOCTYPE html>

<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

    
        
    <title>Source for the GMT website &#8212; The Generic Mapping Tools</title>
    
    <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
    <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="search.html" />

    
<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="Source for the GMT website">
    <meta name="twitter:description" content="The swiss army knife of geoscience">

    <meta property="og:title" content="Source for the GMT website">
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://www.generic-mapping-tools.org">
    <meta property="og:site_name" content="Source for the GMT website">
    <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">
    
        <section id="source-for-the-gmt-website">
<h1>Source for the GMT website<a class="headerlink" href="#source-for-the-gmt-website" title="Permalink to this heading">¶</a></h1>
<p><a class="reference external" href="https://github.com/GenericMappingTools/website/actions?query=workflow%3Abuild-html"><img alt="build-html" src="https://github.com/GenericMappingTools/website/workflows/build-html/badge.svg?event=push" /></a></p>
<p>This repository contains the sphinx source files for building the GMT website.</p>
<section id="compiling-the-site">
<h2>Compiling the site<a class="headerlink" href="#compiling-the-site" title="Permalink to this heading">¶</a></h2>
<p>Run:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>make
</pre></div>
</div>
<p>Pushing changes to
<a class="reference external" href="https://github.com/GenericMappingTools/website">GenericMappingTools/website</a>
triggers a <a class="reference download internal" download="" href="_downloads/898e737ee4e56ba042bda31764bed49e/build.yml"><span class="xref download myst">GitHub Actions workflow</span></a>.
When changes are pushed to the <code class="docutils literal notranslate"><span class="pre">master</span></code> branch (directly or by merging a Pull
Request), Github Actions will push the compiled site to the
<a class="reference external" href="https://github.com/GenericMappingTools/genericmappingtools.github.io">GenericMappingTools/genericmappingtools.github.io</a>
repository.
Github serves this repository under
<a class="reference external" href="http://genericmappingtools.github.io/">http://genericmappingtools.github.io</a>.</p>
</section>
<section id="license">
<h2>License<a class="headerlink" href="#license" title="Permalink to this heading">¶</a></h2>
<p><a class="reference external" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative CommonsLicense" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
This work is licensed under a
<a class="reference external" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International
License</a>.</p>
</section>
</section>

    
    </div>
    


<footer class="footer">
    <div class="container-fluid">
        <div class="row">
            <div class="col-sm-8">
            <p>
                &copy; Copyright 2019 - 2026, 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 2026-08-31.
                
            </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>

About

Built HTML for the GMT website. DO NOT COMMIT DIRECTLY HERE

Resources

Code of conduct

Stars

5 stars

Watchers

3 watching

Forks

Used by

Contributors

Languages