summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Lorey <git@karllorey.com>2022-06-20 22:23:42 +0200
committerKarl Lorey <git@karllorey.com>2022-06-20 22:23:42 +0200
commit0eb32418350a673652e1b93e3d51055d1c396dd4 (patch)
treedf515e7fba9bd5a6c059fc1dbe9ed70d41ea2f6c
parente42340f59ac29a13e54c8d0eb2bdf28a290e8cb8 (diff)
Rename ci workflow to tests workflow
-rw-r--r--.github/workflows/tests.yml (renamed from .github/workflows/ci.yml)2
-rw-r--r--README.rst5
2 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/tests.yml
index 049cdc0..26e9f51 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/tests.yml
@@ -1,4 +1,4 @@
-name: Tests
+name: tests
on:
push:
branches:
diff --git a/README.rst b/README.rst
index a5dca34..1fc9cb1 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
mlscraper: Scrape data from HTML pages automatically
==================================================================================
-.. image:: https://img.shields.io/github/workflow/status/lorey/mlscraper/Tests
+.. image:: https://img.shields.io/github/workflow/status/lorey/mlscraper/tests
:alt: CI status
:target: https://github.com/lorey/mlscraper/actions
@@ -20,6 +20,9 @@ You train it by providing a few examples of your desired output.
It will then figure out the extraction rules for you automatically
and afterwards you'll be able to extract data from any new page you provide.
+.. image:: .github/how-it-works.png
+ :alt: Image showing how mlscraper turns html into data objects
+
----------------
Background Story
----------------