Skip to content

Commit b574088

Browse files
committed
Built site for gh-pages
1 parent 8cf04bf commit b574088

16 files changed

Lines changed: 7879 additions & 6507 deletions

File tree

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6be88f21
1+
8e4804d3

documentation/alphabetical.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,8 +1491,8 @@ <h2 class="anchored" data-anchor-id="i">I</h2>
14911491
<td>Image Processing</td>
14921492
</tr>
14931493
<tr class="even">
1494-
<td><a href="imgproc/img2grid.html"><code>img2grid</code></a></td>
1495-
<td>Image Processing</td>
1494+
<td><a href="modules/img2grd.html"><code>img2grd</code></a></td>
1495+
<td>Modules</td>
14961496
</tr>
14971497
<tr class="odd">
14981498
<td><a href="imgproc/imhdome.html"><code>imhdome</code></a></td>

documentation/imgproc/bwlabel.qmd

Lines changed: 0 additions & 31 deletions
This file was deleted.

documentation/imgproc/grays2cube.qmd

Lines changed: 0 additions & 35 deletions
This file was deleted.

documentation/imgproc/grays2rgb.qmd

Lines changed: 0 additions & 34 deletions
This file was deleted.

documentation/imgproc/grid2img.qmd

Lines changed: 0 additions & 24 deletions
This file was deleted.

documentation/imgproc/haralick.qmd

Lines changed: 0 additions & 31 deletions
This file was deleted.

documentation/imgproc/imclearborder.qmd

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99

10-
<title>logo</title>
10+
<title>gmtlogo</title>
1111
<style>
1212
code{white-space: pre-wrap;}
1313
span.smallcaps{font-variant: small-caps;}
@@ -438,8 +438,8 @@ <h2 id="toc-title">On this page</h2>
438438
<ul class="collapse">
439439
<li><a href="#parameters" id="toc-parameters" class="nav-link active" data-scroll-target="#parameters">Parameters</a></li>
440440
<li><a href="#examples" id="toc-examples" class="nav-link" data-scroll-target="#examples">Examples</a></li>
441-
<li><a href="#see-also" id="toc-see-also" class="nav-link" data-scroll-target="#see-also">See Also</a></li>
442441
<li><a href="#source-code" id="toc-source-code" class="nav-link" data-scroll-target="#source-code">Source Code</a></li>
442+
<li><a href="#see-also" id="toc-see-also" class="nav-link" data-scroll-target="#see-also">See Also</a></li>
443443
</ul>
444444
</nav>
445445
</div>
@@ -471,7 +471,7 @@ <h1 class="title">logo</h1>
471471
<h2 class="anchored" data-anchor-id="parameters">Parameters</h2>
472472
<ul>
473473
<li><p><code>pos | position | D</code>: Sets reference point on the map for the image using one of four coordinate systems.</p></li>
474-
<li><p><code>box | F</code>: Without further options, draws a rectangular border around the GMT logo using <code>MAP_FRAME_PEN</code>. or map rose (T)</p></li>
474+
<li><p><code>box | F</code>: Without further options, draws a rectangular border around the GMT logo using <a href="https://docs.generic-mapping-tools.org/latest/gmt.conf.html#term-MAP_FRAME_PEN">MAP_FRAME_PEN</a> or map rose (T)</p></li>
475475
<li><p><code>julia</code>: Create the Julia instead of the GMT logo. Provide circle diameter in centimeters</p></li>
476476
<li><p><code>GMTjulia</code>: Create the GMT Julia GMT logo. Provide circle diameter in centimeters</p></li>
477477
<li><p><code>kwargs</code>: keyword/arguments pairs as in <a href="../..\documentation/modules/plot.html">plot</a> module</p></li>
@@ -480,30 +480,45 @@ <h2 class="anchored" data-anchor-id="parameters">Parameters</h2>
480480
<section id="examples" class="level2">
481481
<h2 class="anchored" data-anchor-id="examples">Examples</h2>
482482
<p>Make a GMT Julia logo with circles of 1 cm.</p>
483-
<div id="45350dea" class="cell" data-execution_count="1">
483+
<div id="cdf55dcd" class="cell" data-execution_count="1">
484484
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb2"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="im">using</span> <span class="bu">GMT</span></span>
485485
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a></span>
486486
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a><span class="fu">logo</span>(GMTjulia<span class="op">=</span><span class="fl">1</span>, show<span class="op">=</span><span class="cn">true</span>)</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
487+
<div class="cell-output cell-output-stderr">
488+
<div class="ansi-escaped-output">
489+
<pre><span class="ansi-green-fg ansi-bold">Precompiling</span> packages...
490+
491+
492+
56054.1 ms<span class="ansi-green-fg"></span>GMT
493+
494+
1 dependency successfully precompiled in 57 seconds. 80 already precompiled.
495+
496+
497+
<span class="ansi-cyan-fg ansi-bold">[ </span><span class="ansi-cyan-fg ansi-bold">Info: </span>Precompiling GMTParkerFFTExt [35a23bc9-6f20-5cbc-8971-9cdf66427582]
498+
</pre>
499+
</div>
500+
</div>
487501
<div class="cell-output cell-output-display">
488502
<div>
489503
<figure class="figure">
490-
<p><img src="logo_files/figure-html/cell-2-output-1.png" class="img-fluid figure-img"></p>
504+
<p><img src="gmtlogo_files/figure-html/cell-2-output-2.png" class="img-fluid figure-img"></p>
491505
</figure>
492506
</div>
493507
</div>
494508
</div>
495509
</section>
496-
<section id="see-also" class="level2">
497-
<h2 class="anchored" data-anchor-id="see-also">See Also</h2>
498-
<p><a href="../..\documentation/modules/plot.html">plot</a></p>
499-
</section>
500510
<section id="source-code" class="level2">
501511
<h2 class="anchored" data-anchor-id="source-code">Source Code</h2>
502512
<p>This function has multiple methods:</p>
503513
<ul>
504-
<li><a href="https://github.com/GenericMappingTools/GMT.jl/blob/master/src/gmtlogo.jl#L39"><code>logo(cmd0::String; first, kwargs...)</code></a> - gmtlogo.jl:39</li>
505-
<li><a href="https://github.com/GenericMappingTools/GMT.jl/blob/master/src/gmtlogo.jl#L39"><code>logo(; ...)</code></a> - gmtlogo.jl:39</li>
514+
<li><a href="https://github.com/GenericMappingTools/GMT.jl/blob/master/src/gmtlogo.jl#L37"><code>logo(cmd0::String; first, kwargs...)</code></a> - gmtlogo.jl:37</li>
515+
<li><a href="https://github.com/GenericMappingTools/GMT.jl/blob/master/src/gmtlogo.jl#L37"><code>logo(; ...)</code></a> - gmtlogo.jl:37</li>
506516
</ul>
517+
</section>
518+
<section id="see-also" class="level2">
519+
<h2 class="anchored" data-anchor-id="see-also">See Also</h2>
520+
<p><a href="../..\documentation/modules/plot.html">plot</a></p>
521+
<p><a href="../alphabetical.html">Alphabetical Function List</a></p>
507522

508523

509524
</section>

documentation/utilities/logo_files/figure-html/cell-2-output-1.png renamed to documentation/modules/gmtlogo_files/figure-html/cell-2-output-2.png

File renamed without changes.

0 commit comments

Comments
 (0)