|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
8 | 8 |
|
9 | 9 |
|
10 | | -<title>nodebpy 520.6.0</title> |
| 10 | +<title>nodebpy 520.7.0</title> |
11 | 11 | <style> |
12 | 12 | /* Default styles provided by pandoc. |
13 | 13 | ** See https://pandoc.org/MANUAL.html#variables-for-html for config info. |
|
77 | 77 | <link href="site_libs/quarto-html/quarto-syntax-highlighting-dark-0a6b7249c26820e032cb0bd839ff02b1.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
78 | 78 | <script src="site_libs/bootstrap/bootstrap.min.js"></script> |
79 | 79 | <link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet"> |
80 | | -<link href="site_libs/bootstrap/bootstrap-328b4c1962c9a5575e7328ba9c647c56.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="dark"> |
| 80 | +<link href="site_libs/bootstrap/bootstrap-da754bb905dfff91d967e43b5e6004aa.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="dark"> |
81 | 81 | <script id="quarto-search-options" type="application/json">{ |
82 | 82 | "location": "navbar", |
83 | 83 | "copy-button": false, |
|
169 | 169 | <div class="navbar-container container-fluid"> |
170 | 170 | <div class="navbar-brand-container mx-auto"> |
171 | 171 | <a class="navbar-brand" href="./index.html"> |
172 | | - <span class="navbar-title">nodebpy 520.6.0</span> |
| 172 | + <span class="navbar-title">nodebpy 520.7.0</span> |
173 | 173 | </a> |
174 | 174 | </div> |
175 | 175 | <div id="quarto-search" class="" title="Search"></div> |
@@ -294,7 +294,7 @@ <h2 class="anchored" data-anchor-id="creating-nodes-with-code">Creating Nodes Wi |
294 | 294 | <blockquote class="blockquote"> |
295 | 295 | <p>A text-based version of nodes should bring the convenience of writing code with IDE auto-completion, type hinting, with overall compactness and readability, while staying as close as possible to what building a node tree via the GUI feels like.</p> |
296 | 296 | </blockquote> |
297 | | -<div id="89423d36" class="cell" data-execution_count="1"> |
| 297 | +<div id="dbefde13" class="cell" data-execution_count="1"> |
298 | 298 | <div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb2"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> nodebpy <span class="im">import</span> geometry <span class="im">as</span> g</span> |
299 | 299 | <span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a></span> |
300 | 300 | <span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a><span class="cf">with</span> g.tree(<span class="st">"AnotherTree"</span>, collapse<span class="op">=</span><span class="va">True</span>) <span class="im">as</span> tree:</span> |
@@ -428,7 +428,7 @@ <h2 class="anchored" data-anchor-id="design-considerations">Design Consideration |
428 | 428 | } |
429 | 429 | var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); |
430 | 430 | var mailtoRegex = new RegExp(/^mailto:/); |
431 | | - var filterRegex = new RegExp("https:\/\/BradyAJohnston\.github\.io\/nodebpy\/"); |
| 431 | + var filterRegex = new RegExp('/' + window.location.host + '/'); |
432 | 432 | var isInternal = (href) => { |
433 | 433 | return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); |
434 | 434 | } |
|
0 commit comments