diff --git a/docs/source/defacing.rst b/docs/source/defacing.rst new file mode 100644 index 0000000..7b6baa3 --- /dev/null +++ b/docs/source/defacing.rst @@ -0,0 +1,16 @@ +defacing +============================================ + + + +defacing.defacer +-------------------------------------------- + +.. automodule:: brainles_preprocessing.defacing.defacer + + +defacing.quickshear +-------------------------------------- + +.. automodule:: brainles_preprocessing.defacing.quickshear.quickshear + diff --git a/docs/source/index.rst b/docs/source/index.rst index 0d094bd..4f7bee8 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -41,3 +41,9 @@ Indices and tables :caption: registration: registration.rst + +.. toctree:: + :maxdepth: 2 + :caption: defacing: + + defacing.rst