Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlins committed Nov 11, 2023
1 parent d605075 commit 372fb19
Show file tree
Hide file tree
Showing 55 changed files with 495 additions and 1,066 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b0f9cc94
5181b24a
8 changes: 6 additions & 2 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,13 @@ <h2 id="toc-title">On this page</h2>
<h1>Changelog for <code>svgling</code></h1>
<section id="unreleased" class="level2">
<h2 class="anchored" data-anchor-id="unreleased">Unreleased</h2>
<p>This version is intended to be the last release that is marked as a beta / pre-1.0 version.</p>
<p>New features:</p>
<ul>
<li>Support for handling of custom tree node classes, via the <code>TreeOptions</code> option <code>tree_split</code>, as well as a pre-provided handler for nltk’s <code>ProbabilisticTree</code> class.</li>
<li>A figure class <code>HTMLSideBySide</code> that allows mixing hybrid HTML diagrams with SVG diagrams.</li>
<li>Support for arbitrary SVG node contents, via the <code>node_builder</code> decorator</li>
<li>Support for handling of custom tree node classes, via the <code>TreeOptions</code> option <code>tree_split</code>, as well as a pre-provided handler for nltk’s <code>ProbabilisticTree</code> class</li>
<li>Built-in node builder (<code>svgling.core.subscript_node</code>) for nodes that have a subscript</li>
<li>A figure class <code>HTMLSideBySide</code> that allows mixing hybrid HTML diagrams with SVG diagrams</li>
</ul>
<p>Documentation:</p>
<ul>
Expand All @@ -160,6 +163,7 @@ <h2 class="anchored" data-anchor-id="unreleased">Unreleased</h2>
<li>Improvements to the <code>draw_tree</code> and <code>tree2svg</code> APIs</li>
<li>Fix for constituent underlines at the exact lower edge of a figure</li>
<li>Compatibility mode for rendering (some) <code>svgling.html</code> diagrams in quarto</li>
<li>Refactor of the node construction API that goes along with the <code>node_builder</code> change</li>
<li>Build/install improvements</li>
</ul>
</section>
Expand Down
337 changes: 82 additions & 255 deletions gallery.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gallery_files/figure-html/cell-3-output-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gallery_files/figure-html/cell-4-output-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 372fb19

Please sign in to comment.