Skip to content

Commit 1ecc2ad

Browse files
authored
Merge pipeline tutorials (#100)
* Merge pipeline tutorials * Remove broken links * Update tutorial part numbers * Remove unused image
1 parent 9aab9b9 commit 1ecc2ad

File tree

20 files changed

+17
-38
lines changed

20 files changed

+17
-38
lines changed

basic_pipeline/11_Pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ In case of any problems you can refer to the code on the `template/end` branch o
109109

110110
Now our solution is completed. You have acquired a basic understanding of Membrane, and you can implement a simple pipeline using elements.
111111

112-
If you wish to extend your knowledge of Membrane's concepts we encourage you to read the [extension to this tutorial](../basic_pipeline_extension/01_Introduction.md).
112+
If you wish to extend your knowledge of Membrane's concepts we encourage you to read the next chapters. There you'll learn about some abstractions and concepts that are useful for creating solutions that are more scalable and maintainable.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ defmodule Basic.Pipeline do
7878
end
7979
```
8080

81-
Combining the usage of the bin and [dynamic pads](03_DynamicPads.md) will result in an even cleaner and more scalable solution.
81+
Combining the usage of the bin and [dynamic pads](13_DynamicPads.md) will result in an even cleaner and more scalable solution.

basic_pipeline_extension/03_DynamicPads.md renamed to basic_pipeline/13_DynamicPads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ As you can see, we have created two `:input` pads: `:first` and `:second`. While
121121

122122
As an exercise, you can try to modify the `lib/pipeline.ex` file and define a pipeline consisting of three parallel branches, being mixed in a single Mixer. Later on, you can check if the pipeline works as expected, by generating the input files out of the conversation in which participate three speakers.
123123

124-
If you combine the approach taken in the chapter about [Bin](02_Bin.md) you can simplify this solution by reducing the size of the link defintions inside the pipeline.
124+
If you combine the approach taken in the chapter about [Bin](12_Bin.md) you can simplify this solution by reducing the size of the link defintions inside the pipeline.
File renamed without changes.

basic_pipeline_extension/assets/diagrams/basic_pipeline_bin.drawio renamed to basic_pipeline/assets/diagrams/basic_pipeline_bin.drawio

File renamed without changes.

basic_pipeline_extension/assets/images/basic_pipeline_bin.png renamed to basic_pipeline/assets/images/basic_pipeline_bin.png

File renamed without changes.

basic_pipeline/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: All you need to know about pipelines pt 1
2+
title: All you need to know about pipelines
33
description: >-
44
See how pipeline works in Membrane and learn how to set it up for you
55
part: 2
@@ -19,3 +19,6 @@ graphicPath: assets/images/Illo_basic pipeline.png
1919
| 9 | Mixer | 09_Mixer.md |
2020
| 10 | Sink | 10_Sink.md |
2121
| 11 | Pipeline | 11_Pipeline.md |
22+
| 12 | Bin | 12_Bin.md |
23+
| 13 | Dynamic Pads | 13_DynamicPads.md |
24+
| 14 | Tests | 14_Tests.md |

basic_pipeline_extension/01_Introduction.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

basic_pipeline_extension/assets/diagrams/basic_pipeline.drawio

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)