diff --git a/docs/index.rst b/docs/index.rst index b02da3b5be5bca20bf4ff7e1175027f0b004bdac..e13097e9fd8e318ac37c6d606be0a9309d19247c 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 5c4f99763a200204600cee6cb116086bc38cc35d..9fe26ea446791083c6806c223bea62d8a7ed339d 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 39e1ee4707f646ed5a70d3adf8791c356bd645ce..8f180911208a049ddb3bfac23f965c1c29e8b81a 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