Skip to content

Commit 21f2b47

Browse files
committed
Built site for gh-pages
1 parent f076cac commit 21f2b47

20 files changed

Lines changed: 6314 additions & 6281 deletions

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3515d2e7
1+
ff4aeb45

documentation/extensions.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,10 @@ <h1 class="title">GMT.jl Extensions</h1>
436436
.grid {
437437
gap: 3px;
438438
}
439+
440+
.card > p:first-child {
441+
text-align: center;
442+
}
439443
</style>
440444
<p>GMT.jl provides additional high-level plotting functions and data access utilities that extend GMT’s core capabilities with Julia-specific features.</p>
441445
<section id="quick-links" class="level2">

documentation/modules.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,10 @@ <h1 class="title">GMT Modules</h1>
431431
.grid {
432432
gap: 3px; /* Define o espaçamento entre os cartões */
433433
}
434+
435+
.card > p:first-child {
436+
text-align: center;
437+
}
434438
</style>
435439
<p>Complete reference documentation for all GMT plotting and processing modules.</p>
436440
<hr>
@@ -1548,8 +1552,7 @@ <h2 class="anchored" data-anchor-id="plotting-programs">Plotting Programs</h2>
15481552
<div class="grid">
15491553
<div class="g-col-6 g-col-sm-6 g-col-md-4 g-col-lg-2">
15501554
<div class="card h-100">
1551-
<p><a href="utilities/arrows.html">arrows</a></p>
1552-
<p><a href="utilities/arrows.html"><img src="modules/assets/arrows_logo.jpg" class="card-img-top img-fluid"></a></p>
1555+
<p><a href="modules/arrows.html">arrows</a> <a href="modules/arrows.html"><img src="modules/assets/arrows_logo.jpg" class="card-img-top img-fluid"></a></p>
15531556
<div class="card-body">
15541557
<p>Plot arrow fields.</p>
15551558
</div>
Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,10 @@ <h1 class="title">arrows</h1>
487487
</ul>
488488
<section id="examples" class="level2">
489489
<h2 class="anchored" data-anchor-id="examples">Examples</h2>
490-
<div id="0a82578e" class="cell" data-execution_count="1">
490+
<div id="dda5a0a8" class="cell" data-execution_count="1">
491491
<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>
492492
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a></span>
493-
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a><span class="fu">arrows</span>([<span class="fl">0</span> <span class="fl">8.2</span> <span class="fl">0</span> <span class="fl">6</span>], limits<span class="op">=</span>(<span class="op">-</span><span class="fl">2</span>,<span class="fl">4</span>,<span class="fl">0</span>,<span class="fl">9</span>), arrow<span class="op">=</span>(len<span class="op">=</span><span class="fl">2</span>,stop<span class="op">=</span><span class="fl">1</span>,shape<span class="op">=</span><span class="fl">0.5</span>,fill<span class="op">=:</span>red),</span>
493+
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a><span class="fu">arrows</span>([<span class="fl">0</span> <span class="fl">8.2</span> <span class="fl">0</span> <span class="fl">3</span>], limits<span class="op">=</span>(<span class="op">-</span><span class="fl">2</span>,<span class="fl">4</span>,<span class="fl">0</span>,<span class="fl">9</span>), arrow<span class="op">=</span>(len<span class="op">=</span><span class="fl">2</span>,stop<span class="op">=</span><span class="fl">1</span>,shape<span class="op">=</span><span class="fl">0.5</span>,fill<span class="op">=:</span>red),</span>
494494
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a> axis<span class="op">=:</span>a, pen<span class="op">=</span><span class="st">"6p"</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>
495495
<div class="cell-output cell-output-display">
496496
<div>
@@ -500,6 +500,16 @@ <h2 class="anchored" data-anchor-id="examples">Examples</h2>
500500
</div>
501501
</div>
502502
</div>
503+
<section id="other-examples-using-arrows" class="level3">
504+
<h3 class="anchored" data-anchor-id="other-examples-using-arrows">Other examples using <code>arrows</code></h3>
505+
<div class="grid">
506+
<div class="g-col-6 g-col-lg-2">
507+
<div class="card h-100">
508+
<p><a href="../../examples/arrows/10_arrows.html" class="card-title stretched-link"><strong>Arrows</strong></a> <a href="../../examples/arrows/10_arrows.html"><img src="../..\examples/icon.png" class="card-img-top img-fluid"></a></p>
509+
</div>
510+
</div>
511+
</div>
512+
</section>
503513
</section>
504514
<section id="source-code" class="level2">
505515
<h2 class="anchored" data-anchor-id="source-code">Source Code</h2>
@@ -510,6 +520,7 @@ <h2 class="anchored" data-anchor-id="source-code">Source Code</h2>
510520
<li><a href="https://github.com/GenericMappingTools/GMT.jl/blob/master/src/plot.jl#L1017"><code>arrows(arg1; kw...)</code></a> - plot.jl:1017</li>
511521
<li><a href="https://github.com/GenericMappingTools/GMT.jl/blob/master/src/plot.jl#L1005"><code>arrows(cmd0::String, arg1; first, kwargs...)</code></a> - plot.jl:1005</li>
512522
</ul>
523+
<p><a href="../alphabetical.html">Alphabetical Function List</a></p>
513524

514525

515526
</section>
17.8 KB
Loading

0 commit comments

Comments
 (0)