Skip to content

Commit c933633

Browse files
committed
Embed demo video of crawlytics.images to its page
1 parent 8b2cb2e commit c933633

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

advertools/crawlytics.py

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
66
This module provides a few ready-made functions to help in anayzing crawl data.
77
8+
.. raw:: html
9+
10+
<iframe width="560" height="315" src="https://www.youtube.com/embed/rt0LhxNW8GM?si=Pm5v7JKUK5CiS-Lo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
11+
12+
|
813
There are certain columns in the crawl DataFrame that can be analyzed separately and
914
independently, like page size and status codes. They can of course be analyzed together
1015
with other columns like URL and title to put these columns and their data in context.
Binary file not shown.
1.62 KB
Binary file not shown.

docs/_build/html/_modules/advertools/crawlytics.html

+5
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ <h1>Source code for advertools.crawlytics</h1><div class="highlight"><pre>
125125

126126
<span class="sd">This module provides a few ready-made functions to help in anayzing crawl data.</span>
127127

128+
<span class="sd">.. raw:: html</span>
129+
130+
<span class="sd"> &lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/rt0LhxNW8GM?si=Pm5v7JKUK5CiS-Lo&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen&gt;&lt;/iframe&gt;</span>
131+
132+
<span class="sd">|</span>
128133
<span class="sd">There are certain columns in the crawl DataFrame that can be analyzed separately and</span>
129134
<span class="sd">independently, like page size and status codes. They can of course be analyzed together</span>
130135
<span class="sd">with other columns like URL and title to put these columns and their data in context.</span>

docs/_build/html/advertools.crawlytics.html

+3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@
135135
and gain a better undersanding of the website's structure, strategy, and content. You
136136
probably also want to check for technical issues that the site might have.</p>
137137
<p>This module provides a few ready-made functions to help in anayzing crawl data.</p>
138+
<iframe width="560" height="315" src="https://www.youtube.com/embed/rt0LhxNW8GM?si=Pm5v7JKUK5CiS-Lo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe><div class="line-block">
139+
<div class="line"><br /></div>
140+
</div>
138141
<p>There are certain columns in the crawl DataFrame that can be analyzed separately and
139142
independently, like page size and status codes. They can of course be analyzed together
140143
with other columns like URL and title to put these columns and their data in context.</p>

0 commit comments

Comments
 (0)