From 0d89dd16556bde491d0479a005938b9b2015200b Mon Sep 17 00:00:00 2001
From: Valentin Lorentz <vlorentz@softwareheritage.org>
Date: Fri, 31 Jan 2025 07:19:24 +0100
Subject: [PATCH 1/2] Revert "Add missing reference to index"

This reverts commit 54a4fd7637ea54c58fb395ab507b57c1d00aa47a.
---
 docs/devel/api-reference.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/devel/api-reference.rst b/docs/devel/api-reference.rst
index 8927531..c4408de 100644
--- a/docs/devel/api-reference.rst
+++ b/docs/devel/api-reference.rst
@@ -18,7 +18,6 @@ by components:
    swh.auth <swh-auth/index>
    swh.core <swh-core/index>
    swh.counters <swh-counters/index>
-   swh.datasets <swh-datasets/index>
    swh.deposit <swh-deposit/index>
    swh.export <swh-export/index>
    swh.fuse <swh-fuse/index>
-- 
GitLab


From aa186c5f59162f9fc961d986bf1d9bf6bdbab812 Mon Sep 17 00:00:00 2001
From: Valentin Lorentz <vlorentz@softwareheritage.org>
Date: Fri, 31 Jan 2025 07:19:26 +0100
Subject: [PATCH 2/2] Revert "Add references to swh-datasets"

This reverts commit 654478c1648a7305c741af76f2f5b52b8abd303b.
---
 docs/devel/index.rst     | 4 ----
 requirements-swh-dev.txt | 1 -
 requirements-swh.txt     | 1 -
 3 files changed, 6 deletions(-)

diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index 09d24bc..a3241cb 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -107,10 +107,6 @@ of the corresponding Python module.
     service providing efficient estimates of the number of objects in the SWH archive,
     using Redis's Hyperloglog
 
-:ref:`swh.datasets <swh-datasets>`
-    tools to generate datasets derived from the archive, and the :ref:`graph <swh-graph>`
-    in particular
-
 :ref:`swh.deposit <swh-deposit>`
     push-based deposit of software artifacts to the archive
 
diff --git a/requirements-swh-dev.txt b/requirements-swh-dev.txt
index 8f414ed..e856155 100644
--- a/requirements-swh-dev.txt
+++ b/requirements-swh-dev.txt
@@ -7,7 +7,6 @@
 ../swh-auth[django,starlette]
 ../swh-core[http,db,logging]
 ../swh-counters
-../swh-datasets[luigi]
 ../swh-deposit[server]
 ../swh-export[luigi]
 ../swh-fuse
diff --git a/requirements-swh.txt b/requirements-swh.txt
index 92bf0ce..0eeb1e4 100644
--- a/requirements-swh.txt
+++ b/requirements-swh.txt
@@ -3,7 +3,6 @@ swh.alter
 swh.auth[django,starlette]
 swh.core[db,http,logging]
 swh.counters
-swh.datasets[luigi]
 swh.deposit[server]
 swh.export[luigi]
 swh.fuse
-- 
GitLab