Skip to content

Commit

Permalink
[ci skip] Autodoc commit for 6c37885c3dffef523630b3dba965190318f70fc8.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscwiag committed Nov 25, 2024
1 parent cf6a5bd commit 6fbf11e
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ instructs the webpage to hide the ``cuda_version`` when the ``standard``
By forcing a value after hiding it you can ensure that the correct values
are being passed to the server.

.. tip::

In addition to setting the value to ``true`` to hide the form item, in 4.0
you can also specify ``false`` to show the form item.

.. code-block:: yaml
:emphasize-lines: 7
Expand Down
9 changes: 9 additions & 0 deletions develop/_sources/release-notes/v4.0-release-notes.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ New Features
- `noVNC quality and compression defaults`_
- `Batch connect sessions poll delay`_
- `System Status application`_
- `data-hide directives now respond to false`_
- `User mapping now accepts UIDs`_
- `Interactive apps can have a text header`_
- `Remove runtime dependency on SCL`_
Expand Down Expand Up @@ -332,6 +333,14 @@ for more details.

Visit :ref:`disabling_applications` to disable this application.

data-hide directives now respond to false
.........................................

``data-hide`` directives now respond to both ``true`` to hide
the form item or ``false`` to show the form item.

Responding to ``false`` is new in 4.0.

User mapping now accepts UIDs
.............................

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,11 @@ <h2>Hiding entire elements<a class="headerlink" href="#hiding-entire-elements" t
<p>By forcing a value after hiding it you can ensure that the correct values
are being passed to the server.</p>
</div>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p>In addition to setting the value to <code class="docutils literal notranslate"><span class="pre">true</span></code> to hide the form item, in 4.0
you can also specify <code class="docutils literal notranslate"><span class="pre">false</span></code> to show the form item.</p>
</div>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">attributes</span><span class="p">:</span><span class="w"></span>
<span class="w"> </span><span class="nt">node_type</span><span class="p">:</span><span class="w"></span>
<span class="w"> </span><span class="nt">widget</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">select</span><span class="w"></span>
Expand Down
8 changes: 8 additions & 0 deletions develop/release-notes/v4.0-release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<li class="toctree-l4"><a class="reference internal" href="#novnc-quality-and-compression-defaults">noVNC quality and compression defaults</a></li>
<li class="toctree-l4"><a class="reference internal" href="#batch-connect-sessions-poll-delay">Batch connect sessions poll delay</a></li>
<li class="toctree-l4"><a class="reference internal" href="#system-status-application">System Status application</a></li>
<li class="toctree-l4"><a class="reference internal" href="#data-hide-directives-now-respond-to-false">data-hide directives now respond to false</a></li>
<li class="toctree-l4"><a class="reference internal" href="#user-mapping-now-accepts-uids">User mapping now accepts UIDs</a></li>
<li class="toctree-l4"><a class="reference internal" href="#interactive-apps-can-have-a-text-header">Interactive apps can have a text header</a></li>
<li class="toctree-l4"><a class="reference internal" href="#remove-runtime-dependency-on-scl">Remove runtime dependency on SCL</a></li>
Expand Down Expand Up @@ -254,6 +255,7 @@ <h2>New Features<a class="headerlink" href="#new-features" title="Permalink to t
<li><p><a class="reference internal" href="#novnc-quality-and-compression-defaults">noVNC quality and compression defaults</a></p></li>
<li><p><a class="reference internal" href="#batch-connect-sessions-poll-delay">Batch connect sessions poll delay</a></p></li>
<li><p><a class="reference internal" href="#system-status-application">System Status application</a></p></li>
<li><p><a class="reference internal" href="#data-hide-directives-now-respond-to-false">data-hide directives now respond to false</a></p></li>
<li><p><a class="reference internal" href="#user-mapping-now-accepts-uids">User mapping now accepts UIDs</a></p></li>
<li><p><a class="reference internal" href="#interactive-apps-can-have-a-text-header">Interactive apps can have a text header</a></p></li>
<li><p><a class="reference internal" href="#remove-runtime-dependency-on-scl">Remove runtime dependency on SCL</a></p></li>
Expand Down Expand Up @@ -534,6 +536,12 @@ <h3>System Status application<a class="headerlink" href="#system-status-applicat
for more details.</p>
<p>Visit <a class="reference internal" href="../customizations.html#disabling-applications"><span class="std std-ref">Disabling applications</span></a> to disable this application.</p>
</div>
<div class="section" id="data-hide-directives-now-respond-to-false">
<h3>data-hide directives now respond to false<a class="headerlink" href="#data-hide-directives-now-respond-to-false" title="Permalink to this headline"></a></h3>
<p><code class="docutils literal notranslate"><span class="pre">data-hide</span></code> directives now respond to both <code class="docutils literal notranslate"><span class="pre">true</span></code> to hide
the form item or <code class="docutils literal notranslate"><span class="pre">false</span></code> to show the form item.</p>
<p>Responding to <code class="docutils literal notranslate"><span class="pre">false</span></code> is new in 4.0.</p>
</div>
<div class="section" id="user-mapping-now-accepts-uids">
<h3>User mapping now accepts UIDs<a class="headerlink" href="#user-mapping-now-accepts-uids" title="Permalink to this headline"></a></h3>
<p>User mapping scripts can now return a UID instead of a username.
Expand Down
2 changes: 1 addition & 1 deletion develop/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 6fbf11e

Please sign in to comment.