From 2929145817c0bb8faa298601f7b07aff65af943a Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli <zack@upsilon.cc> Date: Thu, 24 Sep 2020 21:03:41 +0200 Subject: [PATCH] add swh-fuse to documentation --- docs/index.rst | 4 ++++ requirements-swh-dev.txt | 1 + requirements-swh.txt | 1 + 3 files changed, 6 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index b02da3b5..e13097e9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -41,6 +41,9 @@ of the corresponding Python module. swh.docs developer documentation (used to generate this doc you are reading) +:ref:`swh.fuse <swh-fuse>` + Virtual FUSE file system to browse the Software Heritage archive + :ref:`swh.graph <swh-graph>` Fast, compressed, in-memory representation of the archive, with tooling to generate and query it. @@ -142,6 +145,7 @@ Indices and tables swh.core <swh-core/index> swh.dataset <swh-dataset/index> swh.deposit <swh-deposit/index> + swh.fuse <swh-fuse/index> swh.graph <swh-graph/index> swh.indexer <swh-indexer/index> swh.journal <swh-journal/index> diff --git a/requirements-swh-dev.txt b/requirements-swh-dev.txt index 5c4f9976..9fe26ea4 100644 --- a/requirements-swh-dev.txt +++ b/requirements-swh-dev.txt @@ -22,3 +22,4 @@ ../swh-web ../swh-web-client ../swh-scanner +../swh-fuse diff --git a/requirements-swh.txt b/requirements-swh.txt index 39e1ee47..8f180911 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1,6 +1,7 @@ # Add here internal Software Heritage dependencies, one per line. swh.core[http,db] swh.deposit +swh.fuse swh.graph swh.indexer swh.journal -- GitLab