Skip to content
Snippets Groups Projects
Commit e1464bcf authored by Jérémy Bobbio (Lunar)'s avatar Jérémy Bobbio (Lunar)
Browse files

Register the newly created module swh-alter

parent d17e07b9
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ API reference ...@@ -6,6 +6,7 @@ API reference
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
swh.alter <swh-alter/index>
swh.auth <swh-auth/index> swh.auth <swh-auth/index>
swh.core <swh-core/index> swh.core <swh-core/index>
swh.counters <swh-counters/index> swh.counters <swh-counters/index>
......
...@@ -91,6 +91,9 @@ which presents each of them in a didactical order. ...@@ -91,6 +91,9 @@ which presents each of them in a didactical order.
Each component name is linked to the development documentation Each component name is linked to the development documentation
of the corresponding Python module. of the corresponding Python module.
:ref:`swh.alter <swh-alter>`
archive alteration facilities
:ref:`swh.auth <swh-auth>` :ref:`swh.auth <swh-auth>`
low-level library used by modules needing keycloak authentication low-level library used by modules needing keycloak authentication
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# You can keep this list sorted alphabetically, the pip dependency resolver can sort # You can keep this list sorted alphabetically, the pip dependency resolver can sort
# this out. # this out.
../swh-alter
../swh-auth[django,starlette] ../swh-auth[django,starlette]
../swh-core[http,db,logging] ../swh-core[http,db,logging]
../swh-counters ../swh-counters
......
# Add here internal Software Heritage dependencies, one per line. # Add here internal Software Heritage dependencies, one per line.
swh.alter
swh.auth[django,starlette] swh.auth[django,starlette]
swh.core[db,http,logging] swh.core[db,http,logging]
swh.counters swh.counters
......
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