Skip to content
Snippets Groups Projects
Commit ffbcb67c authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

add swh-fuse to documentation

parent 93421c33
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,10 @@ of the corresponding Python module.
swh.docs
developer documentation (used to generate this doc you are reading)
:ref:`swh.fuse <swh-fuse>`
Virtual file system to browse the Software Heritage archive, based on
`FUSE <https://github.com/libfuse/libfuse>`_
:ref:`swh.graph <swh-graph>`
Fast, compressed, in-memory representation of the archive, with tooling to
generate and query it.
......@@ -142,6 +146,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>
......
......@@ -22,3 +22,4 @@
../swh-web
../swh-web-client
../swh-scanner
../swh-fuse
# Add here internal Software Heritage dependencies, one per line.
swh.core[db,http]
swh.deposit
swh.fuse
swh.graph
swh.indexer
swh.journal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment