Update the docs

This commit is contained in:
Michael Mintz 2021-08-11 22:25:29 -04:00
parent 6d4b682449
commit dea3a94576
4 changed files with 14 additions and 1 deletions

View File

@ -74,6 +74,9 @@ def main(*args, **kwargs):
scanned_dir_list = [] scanned_dir_list = []
scanned_dir_list.append("help_docs") scanned_dir_list.append("help_docs")
scanned_dir_list.append("examples/example_logs") scanned_dir_list.append("examples/example_logs")
scanned_dir_list.append("examples/presenter")
scanned_dir_list.append("examples/chart_maker")
scanned_dir_list.append("examples/tour_examples")
scanned_dir_list.append("examples/visual_testing") scanned_dir_list.append("examples/visual_testing")
scanned_dir_list.append("integrations/google_cloud") scanned_dir_list.append("integrations/google_cloud")
for scanned_dir in scanned_dir_list: for scanned_dir in scanned_dir_list:

View File

@ -335,3 +335,8 @@ self.display_chart(chart_name=None, filename=None):
``` ```
All methods have the optional ``chart_name`` argument, which is only needed when storing multiple charts at the same time. All methods have the optional ``chart_name`` argument, which is only needed when storing multiple charts at the same time.
--------
<!-- 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>
<!-- GitHub Only --><p>(<b><a href="https://www.youtube.com/watch?v=TMQx3FLWvUY">Video: Pie Charts on Pi Day</a></b>)</p>

View File

@ -335,3 +335,8 @@ self.display_chart(chart_name=None, filename=None):
``` ```
All methods have the optional ``chart_name`` argument, which is only needed when storing multiple charts at the same time. All methods have the optional ``chart_name`` argument, which is only needed when storing multiple charts at the same time.
--------
<!-- 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>
<!-- GitHub Only --><p>(<b><a href="https://www.youtube.com/watch?v=TMQx3FLWvUY">Video: Pie Charts on Pi Day</a></b>)</p>

View File

@ -3,7 +3,7 @@
<a id="syntax_formats"></a> <a id="syntax_formats"></a>
<h2><img src="https://seleniumbase.io/img/green_logo.png" title="SeleniumBase" width="32" /> The 17 syntax formats</h2> <h2><img src="https://seleniumbase.io/img/green_logo.png" title="SeleniumBase" width="32" /> The 17 syntax formats</h2>
<!-- 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> <!-- 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>
<!-- GitHub Only --><p>(<b><a href="https://www.youtube.com/watch?v=PYpO9kNBjgM">Watch this tutorial on YouTube</a></b>)</p> <!-- GitHub Only --><p>(<b><a href="https://www.youtube.com/watch?v=PYpO9kNBjgM">Watch this tutorial on YouTube</a></b>)</p>
-------- --------