Skip to content

Commit

Permalink
build based on e52105a
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jan 4, 2024
1 parent c84e1ec commit ecab69a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion previews/PR466/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.6.7","generation_timestamp":"2024-01-01T19:08:04","documenter_version":"1.2.1"}}
{"documenter":{"julia_version":"1.6.7","generation_timestamp":"2024-01-04T10:37:32","documenter_version":"1.2.1"}}
2 changes: 1 addition & 1 deletion previews/PR466/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,4 +410,4 @@
<td>
<code>p = @pm tropical.Polytope{Max, QuadraticExtension}(POINTS=[1 0 0; 1 1 0; 1 1 1])</code><br>more information on the @pm macro can be found<p>here: <a href="../using_polymake_jl/#Polymake.@pm"><code>@pm</code></a></p> </td>
</tr>
</table></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../using_polymake_jl/">« Using Polymake.jl</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Monday 1 January 2024 19:08">Monday 1 January 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</table></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../using_polymake_jl/">« Using Polymake.jl</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Thursday 4 January 2024 10:37">Thursday 4 January 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion previews/PR466/getting_started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
cd my_new_env</code></pre><p>Then start Julia in the directory and press <code>]</code> for <code>pkg</code> mode.</p><pre><code class="language-julia hljs">(v1.3) pkg&gt; activate .
(Polymake) pkg&gt; dev --local Polymake
(Polymake) pkg&gt; build Polymake # fetches the prebuild polymake binaries
(Polymake) pkg&gt; test Polymake # and You are good to go!</code></pre><p>If <code>polymake-config</code> is in your <code>PATH</code>, or <code>POLYMAKE_CONFIG</code> environment variable is set the <code>build</code> phase will try to use it.</p><p>Just remember that You need to <code>activate Polymake.jl</code> to use <code>Polymake</code>.</p><h2 id="Getting-Help"><a class="docs-heading-anchor" href="#Getting-Help">Getting Help</a><a id="Getting-Help-1"></a><a class="docs-heading-anchor-permalink" href="#Getting-Help" title="Permalink"></a></h2><p>For basic information on the usage of <code>Polymake.jl</code> we refer to the other sections of this documentation.</p><p>For further details on <code>polymake</code> and its abilities see the <a href="https://polymake.org/doku.php/user_guide/start">Polymake User Guide</a>.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Polymake.jl</a><a class="docs-footer-nextpage" href="../using_polymake_jl/">Using Polymake.jl »</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Monday 1 January 2024 19:08">Monday 1 January 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
(Polymake) pkg&gt; test Polymake # and You are good to go!</code></pre><p>If <code>polymake-config</code> is in your <code>PATH</code>, or <code>POLYMAKE_CONFIG</code> environment variable is set the <code>build</code> phase will try to use it.</p><p>Just remember that You need to <code>activate Polymake.jl</code> to use <code>Polymake</code>.</p><h2 id="Getting-Help"><a class="docs-heading-anchor" href="#Getting-Help">Getting Help</a><a id="Getting-Help-1"></a><a class="docs-heading-anchor-permalink" href="#Getting-Help" title="Permalink"></a></h2><p>For basic information on the usage of <code>Polymake.jl</code> we refer to the other sections of this documentation.</p><p>For further details on <code>polymake</code> and its abilities see the <a href="https://polymake.org/doku.php/user_guide/start">Polymake User Guide</a>.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Polymake.jl</a><a class="docs-footer-nextpage" href="../using_polymake_jl/">Using Polymake.jl »</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Thursday 4 January 2024 10:37">Thursday 4 January 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion previews/PR466/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit ecab69a

Please sign in to comment.