diff --git a/advertools/crawlytics.py b/advertools/crawlytics.py index 4b66a8cb..b6b98c2f 100644 --- a/advertools/crawlytics.py +++ b/advertools/crawlytics.py @@ -5,6 +5,11 @@ This module provides a few ready-made functions to help in anayzing crawl data. +.. raw:: html + + + +| There are certain columns in the crawl DataFrame that can be analyzed separately and independently, like page size and status codes. They can of course be analyzed together with other columns like URL and title to put these columns and their data in context. diff --git a/docs/_build/doctrees/advertools.crawlytics.doctree b/docs/_build/doctrees/advertools.crawlytics.doctree index 11079c59..e58f2c63 100644 Binary files a/docs/_build/doctrees/advertools.crawlytics.doctree and b/docs/_build/doctrees/advertools.crawlytics.doctree differ diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index 96f859fa..fb2b24d9 100644 Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ diff --git a/docs/_build/html/_modules/advertools/crawlytics.html b/docs/_build/html/_modules/advertools/crawlytics.html index 64ecf2ad..534a3651 100644 --- a/docs/_build/html/_modules/advertools/crawlytics.html +++ b/docs/_build/html/_modules/advertools/crawlytics.html @@ -125,6 +125,11 @@
This module provides a few ready-made functions to help in anayzing crawl data.
+.. raw:: html
+
+ <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>
+
+|
There are certain columns in the crawl DataFrame that can be analyzed separately and
independently, like page size and status codes. They can of course be analyzed together
with other columns like URL and title to put these columns and their data in context.
diff --git a/docs/_build/html/advertools.crawlytics.html b/docs/_build/html/advertools.crawlytics.html
index 616ff9b1..c7385b40 100644
--- a/docs/_build/html/advertools.crawlytics.html
+++ b/docs/_build/html/advertools.crawlytics.html
@@ -135,6 +135,9 @@
and gain a better undersanding of the website's structure, strategy, and content. You
probably also want to check for technical issues that the site might have.
This module provides a few ready-made functions to help in anayzing crawl data.
+
+
+
There are certain columns in the crawl DataFrame that can be analyzed separately and
independently, like page size and status codes. They can of course be analyzed together
with other columns like URL and title to put these columns and their data in context.