Skip to content

Commit

Permalink
Deployed 91c7fc7 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 8, 2024
1 parent 88921fa commit d3ece59
Show file tree
Hide file tree
Showing 25 changed files with 1,847 additions and 1,610 deletions.
41 changes: 41 additions & 0 deletions api/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5220,6 +5220,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#textual.app.App.is_attached" class="md-nav__link">
<span class="md-ellipsis">
is_attached
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -7797,6 +7806,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#textual.app.App.is_attached" class="md-nav__link">
<span class="md-ellipsis">
is_attached
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -9619,6 +9637,29 @@ <h5>Returns</h5>



<h3 id="textual.app.App.is_attached" class="doc doc-heading">
<span class="doc doc-object-name doc-attribute-name">is_attached</span>


<span class="doc doc-labels">
<small class="doc doc-label doc-label-property"><code>property</code></small>
</span>

<a href="#textual.app.App.is_attached" class="headerlink" title="Permanent link">&para;</a></h3>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="n">is_attached</span><span class="p">:</span> <span class="nb">bool</span>
</code></pre></div>

<div class="doc doc-contents ">

<p>Is this node linked to the app through the DOM?</p>
</div>

</div>

<div class="doc doc-object doc-attribute">



<h3 id="textual.app.App.is_dom_root" class="doc doc-heading">
<span class="doc doc-object-name doc-attribute-name">is_dom_root</span>

Expand Down
2 changes: 1 addition & 1 deletion api/color/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9229,8 +9229,8 @@ <h3 id="textual.color.Color.parse" class="doc doc-heading">
<span class="doc doc-object-name doc-function-name">parse</span>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-cached"><code>cached</code></small>
<small class="doc doc-label doc-label-classmethod"><code>classmethod</code></small>
<small class="doc doc-label doc-label-cached"><code>cached</code></small>
</span>

<a href="#textual.color.Color.parse" class="headerlink" title="Permanent link">&para;</a></h3>
Expand Down
2 changes: 1 addition & 1 deletion api/types/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7248,7 +7248,7 @@ <h2 id="textual.types.EasingFunction" class="doc doc-heading">

<div class="doc doc-contents ">

<p>Signature for a function that parametrises animation speed.</p>
<p>Signature for a function that parametrizes animation speed.</p>
<p>An easing function must map the interval [0, 1] into the interval [0, 1].</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion feed_rss_created.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feed_rss_updated.xml

Large diffs are not rendered by default.

694 changes: 347 additions & 347 deletions guide/reactivity/index.html

Large diffs are not rendered by default.

123 changes: 62 additions & 61 deletions guide/widgets/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit d3ece59

Please sign in to comment.