Skip to content

Commit 748a2d2

Browse files
author
Documenter.jl
committed
build based on 017f5e6
1 parent f2346fb commit 748a2d2

File tree

20 files changed

+73
-40
lines changed

20 files changed

+73
-40
lines changed

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.11.6","generation_timestamp":"2025-08-29T14:31:30","documenter_version":"1.14.1"}}
1+
{"documenter":{"julia_version":"1.11.6","generation_timestamp":"2025-08-31T17:49:29","documenter_version":"1.14.1"}}

dev/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
highlighters = [hl_10, hl_p, hl_v],
2121
table_format = table_format_format = TextTableFormat(borders = text_table_borders__unicode_rounded)
2222
)</code></pre><p><img src="welcome_figure.svg" alt="Welcome figure"/></p><h2 id="Installation"><a class="docs-heading-anchor" href="#Installation">Installation</a><a id="Installation-1"></a><a class="docs-heading-anchor-permalink" href="#Installation" title="Permalink"></a></h2><pre><code class="language-julia-repl hljs">julia&gt; using Pkg
23-
julia&gt; Pkg.add(&quot;PrettyTables&quot;)</code></pre></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="man/quick_start/">Quick Start »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.14.1 on <span class="colophon-date" title="Friday 29 August 2025 14:31">Friday 29 August 2025</span>. Using Julia version 1.11.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
23+
julia&gt; Pkg.add(&quot;PrettyTables&quot;)</code></pre></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="man/quick_start/">Quick Start »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.14.1 on <span class="colophon-date" title="Sunday 31 August 2025 17:49">Sunday 31 August 2025</span>. Using Julia version 1.11.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

dev/lib/library/index.html

Lines changed: 25 additions & 25 deletions
Large diffs are not rendered by default.

dev/man/fmt__latex_sn.png

0 Bytes
Loading

dev/man/html/html_backend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
highlighters = [hl_gt5, hl_lt5]</code></pre><h2 id="HTML-Table-Format"><a class="docs-heading-anchor" href="#HTML-Table-Format">HTML Table Format</a><a id="HTML-Table-Format-1"></a><a class="docs-heading-anchor-permalink" href="#HTML-Table-Format" title="Permalink"></a></h2><p>The HTML table format is defined using an object of type <a href="../../../lib/library/#PrettyTables.HtmlTableFormat"><code>HtmlTableFormat</code></a> that contains the following fields:</p><ul><li><code>css::String</code>: CSS to be injected at the end of the <code>&lt;style&gt;</code> section.</li><li><code>table_width::String</code>: Table width.</li></ul><p>Notice that this format is only applied if <code>stand_alone = true</code>.</p><h2 id="HTML-Table-Style"><a class="docs-heading-anchor" href="#HTML-Table-Style">HTML Table Style</a><a id="HTML-Table-Style-1"></a><a class="docs-heading-anchor-permalink" href="#HTML-Table-Style" title="Permalink"></a></h2><p>The HTML table style is defined using an object of type <a href="../../../lib/library/#PrettyTables.HtmlTableStyle"><code>HtmlTableStyle</code></a> that contains the following fields:</p><ul><li><code>top_left_string::Vector{HtmlPair}</code>: Style for the top left string.</li><li><code>top_right_string::Vector{HtmlPair}</code>: Style for the top right string.</li><li><code>table::Vector{HtmlPair}</code>: Style for the table.</li><li><code>title::Vector{HtmlPair}</code>: Style for the title.</li><li><code>subtitle::Vector{HtmlPair}</code>: Style for the subtitle.</li><li><code>row_number_label::Vector{HtmlPair}</code>: Style for the row number label.</li><li><code>row_number::Vector{HtmlPair}</code>: Style for the row number.</li><li><code>stubhead_label::Vector{HtmlPair}</code>: Style for the stubhead label.</li><li><code>row_label::Vector{HtmlPair}</code>: Style for the row label.</li><li><code>row_group_label::Vector{HtmlPair}</code>: Style for the row group label.</li><li><code>first_line_column_label::Union{Vector{HtmlPair}, Vector{Vector{HtmlPair}}}</code>: Style for the first line of the column labels. If a vector of <code>Vector{HtmlPair}}</code> is provided, each column label in the first line will use the corresponding style.</li><li><code>column_label::Union{Vector{HtmlPair}, Vector{Vector{HtmlPair}}}</code>: Style for the rest of the column labels. If a vector of <code>Vector{HtmlPair}}</code> is provided, each column label will use the corresponding style.</li><li><code>first_line_merged_column_label::Vector{HtmlPair}</code>: Style for the merged cells at the first column label line.</li><li><code>merged_column_label::Vector{HtmlPair}</code>: Style for the merged cells at the rest of the column labels.</li><li><code>summary_row_cell::Vector{HtmlPair}</code>: Style for the summary row cell.</li><li><code>summary_row_label::Vector{HtmlPair}</code>: Style for the summary row label.</li><li><code>footnote::Vector{HtmlPair}</code>: Style for the footnote.</li><li><code>source_notes::Vector{HtmlPair}</code>: Style for the source notes.</li><li><code>first_line_of_column_labels::Vector{HtmlPair}</code>: Style for the first line of the column labels.</li></ul><p>Each field is a vector of <a href="@ref"><code>HtmlPair</code></a>, <em>i.e.</em> <code>Pair{String, String}</code>, describing properties and values compatible with the HTML style attribute.</p><p>For example, if we want the stubhead label to be bold and red, we must define:</p><pre><code class="language-julia hljs">style = HtmlTableStyle(
1717
stubhead_label = [&quot;font-weight&quot; =&gt; &quot;bold&quot;, &quot;color&quot; =&gt; &quot;red&quot;]
18-
)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../text/text_examples/">« Examples</a><a class="docs-footer-nextpage" href="../html_examples/">Examples »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.14.1 on <span class="colophon-date" title="Friday 29 August 2025 14:31">Friday 29 August 2025</span>. Using Julia version 1.11.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
18+
)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../text/text_examples/">« Examples</a><a class="docs-footer-nextpage" href="../html_examples/">Examples »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.14.1 on <span class="colophon-date" title="Sunday 31 August 2025 17:49">Sunday 31 August 2025</span>. Using Julia version 1.11.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

dev/man/html/html_examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,4 @@
350350
</tr>
351351
</tbody>
352352
</table>
353-
</article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../html_backend/">« HTML Backend</a><a class="docs-footer-nextpage" href="../../latex/latex_backend/">LaTeX Backend »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.14.1 on <span class="colophon-date" title="Friday 29 August 2025 14:31">Friday 29 August 2025</span>. Using Julia version 1.11.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
353+
</article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../html_backend/">« HTML Backend</a><a class="docs-footer-nextpage" href="../../latex/latex_backend/">LaTeX Backend »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.14.1 on <span class="colophon-date" title="Sunday 31 August 2025 17:49">Sunday 31 August 2025</span>. Using Julia version 1.11.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 commit comments

Comments
 (0)