diff --git a/docs/tutorials/videos/charts.md b/docs/tutorials/videos/charts.md new file mode 100644 index 000000000..0248b33df --- /dev/null +++ b/docs/tutorials/videos/charts.md @@ -0,0 +1,8 @@ +# Taipy Charts to Update Line Types + +Make a line chart for your Taipy application. We're using a basic time series dataset with two variables. You can either use your dataset or get it from the Taipy website. + +Charts are visual ways to show and study patterns, trends, and connections in data. Line charts, in particular, show data points connected by straight lines, +making it easy to see trends and changes over time. You can change the line styles in charts by adjusting the line properties to create different looks. + +To discover more about the Taipy Taipy charts to update line types, click on the tutorial video [here](https://www.youtube.com/watch?v=M32xhZP04yo). diff --git a/docs/tutorials/videos/data-dashboard.md b/docs/tutorials/videos/data-dashboard.md new file mode 100644 index 000000000..c1a039ea2 --- /dev/null +++ b/docs/tutorials/videos/data-dashboard.md @@ -0,0 +1,8 @@ +# Data Dashboards + +Take advantage of Taipy's extra visual tools to build a data dashboard. You can upload a dataset to the app, tweak settings, and display the data using various graphical choices. + +Data dashboards serve to simplify and make complex data visually attractive. They bring together data from different sources like databases, APIs, +or real-time feeds into one easy-to-read interface. Typically, they use charts, graphs, tables, gauges, and other visuals to present data in a clear and interactive way. + +To discover more about the Taipy data dashboard, click on the tutorial video [here](https://www.youtube.com/watch?v=0KlZ3IDFJz4). diff --git a/docs/tutorials/videos/data_nodes.md b/docs/tutorials/videos/data_nodes.md new file mode 100644 index 000000000..952edaf99 --- /dev/null +++ b/docs/tutorials/videos/data_nodes.md @@ -0,0 +1,5 @@ +# Data Nodes and Tasks + +Here's a practical, step-by-step example of how to create scenarios to make the most of your data. It involves two main parts: Data nodes and Tasks. + +To discover more about data nodes and tasks, click on the tutorial video [here](https://www.youtube.com/watch?v=rsrXBQr3LKo). diff --git a/docs/tutorials/videos/data_pipelines.md b/docs/tutorials/videos/data_pipelines.md new file mode 100644 index 000000000..d86ac87fe --- /dev/null +++ b/docs/tutorials/videos/data_pipelines.md @@ -0,0 +1,9 @@ +# Manage Data Pipelines with Scenarios + +Build, control, and run your data pipelines effortlessly with Taipy. Taipy simplifies the process of designing pipelines, handling data, +and coordinating data movement through a feature known as scenario management. + +In Taipy, a Scenario is specifically crafted for modeling pipelines and data flows. It connects your data nodes (representing your datasets) +with tasks (which are the Python functions you want to execute). Configuring these scenarios becomes a breeze when you use the user-friendly Taipy Studio interface. + +To discover more about managing data pipelines with scenarios, click on the tutorial video [here](https://www.youtube.com/watch?v=c2hMbr4HCA0). diff --git a/docs/tutorials/videos/graphical_pages.md b/docs/tutorials/videos/graphical_pages.md new file mode 100644 index 000000000..b4c8e555b --- /dev/null +++ b/docs/tutorials/videos/graphical_pages.md @@ -0,0 +1,8 @@ +# Manage Multiple Graphical Pages + +Use Taipy to arrange and control multiple graphical pages, creating a user-friendly and personalized interface. + +Managing multiple graphical pages means arranging and controlling different screens or pages within a graphical user interface (GUI) application. +This includes switching between pages, handling their content, and providing navigation options for users to move between them. + +To discover more about managing multiple graphical pages, click on the tutorial video [here](https://www.youtube.com/watch?v=w-tMYCB-I3A). diff --git a/docs/tutorials/videos/index.md b/docs/tutorials/videos/index.md new file mode 100644 index 000000000..64ae02ead --- /dev/null +++ b/docs/tutorials/videos/index.md @@ -0,0 +1,3 @@ +# Tutorial videos + +Let's explore what you can learn with Taipy by watching the tutorial videos below. diff --git a/docs/tutorials/videos/markdown-syntax.md b/docs/tutorials/videos/markdown-syntax.md new file mode 100644 index 000000000..75a3788b0 --- /dev/null +++ b/docs/tutorials/videos/markdown-syntax.md @@ -0,0 +1,19 @@ +# Markdown Syntax + +With Taipy GUI, you can easily create a basic application page using Markdown syntax. This covers things like connecting variables and adding visual elements like sliders and charts. + +Markdown syntax is a simple way to format plain text and structure documents. It lets you easily add things like headings, lists, links, images, and emphasis +to text without needing complex HTML or formatting tools. + +Taipy uses [Python Markdown](https://python-markdown.github.io/) to turn your Markdown text into web pages. There are several language extensions that help make your pages look nice and user-friendly. +Specifically, Taipy uses the following Markdown extensions: + +- [Admonition](https://python-markdown.github.io/extensions/admonition/) +- [Attribute Lists](https://python-markdown.github.io/extensions/attr_list/) +- [Fenced Code Blocks](https://python-markdown.github.io/extensions/fenced_code_blocks/) +- [Meta-Data](https://python-markdown.github.io/extensions/meta_data/) +- [Markdown in HTML](https://python-markdown.github.io/extensions/md_in_html/) +- [Sane Lists](https://python-markdown.github.io/extensions/sane_lists/) +- [Tables](https://python-markdown.github.io/extensions/tables/) + +To discover more about the Taipy markdown syntax, click on the tutorial video [here](https://www.youtube.com/watch?v=OpHAncCb8Zo&t=1s). diff --git a/docs/tutorials/videos/partials.md b/docs/tutorials/videos/partials.md new file mode 100644 index 000000000..d6d31d14f --- /dev/null +++ b/docs/tutorials/videos/partials.md @@ -0,0 +1,12 @@ +# Partials in Taipy + +Utilize Taipy's "Partials" feature to save time when creating GUI pages and components. Partials come in handy when you need to use the same page (or part of a page) +multiple times in your application, like for general instructions, contributions, or generic constants. + +Additionally, two other essential visual elements help you structure your application interface: + +- **Dialog:** A dialog is a pop-up window with specific behavior designed to enhance the user's experience. + +- **Pane:** A pane is another type of pop-up window with distinct behavior aimed at improving the user's interaction with the application. + +To discover more about partials in Taipy, click on the tutorial video [here](https://www.youtube.com/watch?v=gFyfGk4_wEM). diff --git a/mkdocs.yml_template b/mkdocs.yml_template index 8c6369368..071db138d 100644 --- a/mkdocs.yml_template +++ b/mkdocs.yml_template @@ -18,6 +18,13 @@ nav: - "Understanding GUI": tutorials/complete_applications/understanding_gui/index.md - "Scenario management Overview": tutorials/complete_applications/scenario_management_overview/index.md - "Build a complete application": tutorials/complete_applications/complete_application/index.md + - "Markdown Syntax": tutorials/videos/markdown-syntax.md + - "Data Dashboard": tutorials/videos/data-dashboard.md + - "Taipy Charts to Update Line Types": tutorials/videos/charts.md + - "Manage Multiple Graphical Pages": tutorials/videos/graphical_pages.md + - "Partials in Taipy": tutorials/videos/partials.md + - "Manage Data Pipelines with Scenarios": tutorials/videos/data_pipelines.md + - "Data Nodes and Tasks": tutorials/videos/data_nodes.md - "Manuals": - manuals/index.md - "User Manuals":