Skip to content

Commit dea3a94

Browse files
committed
Update the docs
1 parent 6d4b682 commit dea3a94

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

docs/prepare.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ def main(*args, **kwargs):
7474
scanned_dir_list = []
7575
scanned_dir_list.append("help_docs")
7676
scanned_dir_list.append("examples/example_logs")
77+
scanned_dir_list.append("examples/presenter")
78+
scanned_dir_list.append("examples/chart_maker")
79+
scanned_dir_list.append("examples/tour_examples")
7780
scanned_dir_list.append("examples/visual_testing")
7881
scanned_dir_list.append("integrations/google_cloud")
7982
for scanned_dir in scanned_dir_list:

examples/chart_maker/ReadMe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,3 +335,8 @@ self.display_chart(chart_name=None, filename=None):
335335
```
336336

337337
All methods have the optional ``chart_name`` argument, which is only needed when storing multiple charts at the same time.
338+
339+
--------
340+
341+
<!-- YouTube View --><a href="https://www.youtube.com/watch?v=TMQx3FLWvUY"><img src="http://img.youtube.com/vi/TMQx3FLWvUY/0.jpg" title="SeleniumBase on YouTube" width="285" /></a>
342+
<!-- GitHub Only --><p>(<b><a href="https://www.youtube.com/watch?v=TMQx3FLWvUY">Video: Pie Charts on Pi Day</a></b>)</p>

help_docs/chart_maker.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,3 +335,8 @@ self.display_chart(chart_name=None, filename=None):
335335
```
336336

337337
All methods have the optional ``chart_name`` argument, which is only needed when storing multiple charts at the same time.
338+
339+
--------
340+
341+
<!-- YouTube View --><a href="https://www.youtube.com/watch?v=TMQx3FLWvUY"><img src="http://img.youtube.com/vi/TMQx3FLWvUY/0.jpg" title="SeleniumBase on YouTube" width="285" /></a>
342+
<!-- GitHub Only --><p>(<b><a href="https://www.youtube.com/watch?v=TMQx3FLWvUY">Video: Pie Charts on Pi Day</a></b>)</p>

help_docs/syntax_formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a id="syntax_formats"></a>
44
<h2><img src="https://seleniumbase.io/img/green_logo.png" title="SeleniumBase" width="32" /> The 17 syntax formats</h2>
55

6-
<!-- YouTube View --><a href="https://www.youtube.com/watch?v=PYpO9kNBjgM"><img src="http://img.youtube.com/vi/PYpO9kNBjgM/mq1.jpg" title="SeleniumBase on YouTube" width="285" /></a>
6+
<!-- YouTube View --><a href="https://www.youtube.com/watch?v=PYpO9kNBjgM"><img src="http://img.youtube.com/vi/PYpO9kNBjgM/0.jpg" title="SeleniumBase on YouTube" width="285" /></a>
77
<!-- GitHub Only --><p>(<b><a href="https://www.youtube.com/watch?v=PYpO9kNBjgM">Watch this tutorial on YouTube</a></b>)</p>
88

99
--------

0 commit comments

Comments
 (0)