Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais committed Aug 5, 2024
1 parent f0f4953 commit 895df91
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions doc/gui/examples/charts/advanced-python-lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
figure.update_layout(title="Different Probability Distributions")

page = """
# Plotly Python
<|toggle|theme|>
<|chart|figure={figure}|>
"""

Expand Down
3 changes: 0 additions & 3 deletions doc/gui/examples/controls/chat-calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ def evaluate(state, var_name: str, payload: dict):


page = """
# Taipy Calculator
<|toggle|theme|>
<|{messages}|chat|users={users}|sender_id={users[0]}|on_action=evaluate|>
"""

Expand Down
3 changes: 0 additions & 3 deletions doc/gui/examples/controls/text-format.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
pi = 3.14159265358979

page = """
# Text - Formatting
<|toggle|theme|>
π≈<|{pi}|text|format=%.3f|>
"""

Expand Down
3 changes: 0 additions & 3 deletions doc/gui/examples/controls/text-md.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
""" # noqa W291

page = """
# Text - Markdown
<|toggle|theme|>
<|{markdown}|text|mode=markdown|>
"""

Expand Down
3 changes: 0 additions & 3 deletions doc/gui/examples/controls/text-pre.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ def say_hello(name: str):
"""

page = """
# Text - pre
<|toggle|theme|>
<|{code}|text|mode=pre|>
"""

Expand Down
3 changes: 0 additions & 3 deletions doc/gui/examples/controls/text-simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
name = "Taipy"

page = """
# Text - simple
<|toggle|theme|>
<|Hello {name}!|>
"""

Expand Down

0 comments on commit 895df91

Please sign in to comment.