Skip to content

Commit e8752d3

Browse files
authored
Merge branch 'master' into update-pathname
2 parents 4b4bc99 + 1ff309f commit e8752d3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

demo/demo/templates/demo_ten.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,9 @@ <h1>Multiple Callback Values</h1>
3131
<p></p>
3232
<div class="card border-dark">
3333
<div class="card-body">
34-
{%plotly_app slug="multiple-callback-values-expanded" ratio=0.2 %}
34+
{%plotly_app slug="multiple-callback-values-expanded" ratio=0.4 %}
3535
</div>
3636
</div>
3737
<p></p>
38-
<div class="card border-dark">
39-
<div class="card-body">
40-
{%plotly_app name="FlexibleExpandedCallbacks" ratio=0.2 %}
41-
</div>
42-
</div>
4338
<p></p>
4439
{%endblock%}

docs/extended_callbacks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For example, the ``plotly_apps.py`` example contains this dash application:
4141
4242
The additional arguments, which are reported as the ``kwargs`` content in this example, include
4343

44-
:callback_context: The ``Dash`` callback context. See the `documentation <https://dash.plotly.com/advanced-callbacks`_ on the content of
44+
:callback_context: The ``Dash`` callback context. See the `documentation <https://dash.plotly.com/advanced-callbacks>`_ on the content of
4545
this variable. This variable is provided as an argument to the callback as well as
4646
the ``dash.callback_context`` global variable.
4747
:dash_app: For stateful applications, the ``DashApp`` model instance

0 commit comments

Comments
 (0)