diff --git a/docs/source/attacks/attribute.rst b/docs/source/attacks/attribute.rst index 49b9702d..1353691e 100644 --- a/docs/source/attacks/attribute.rst +++ b/docs/source/attacks/attribute.rst @@ -1,5 +1,5 @@ Attribute Attack ================ -.. automodule:: aisdc.attacks.attribute_attack +.. automodule:: sacroml.attacks.attribute_attack :members: diff --git a/docs/source/attacks/likelihood.rst b/docs/source/attacks/likelihood.rst index 4ced4093..12c1825c 100644 --- a/docs/source/attacks/likelihood.rst +++ b/docs/source/attacks/likelihood.rst @@ -1,5 +1,5 @@ LiRA Attack =========== -.. automodule:: aisdc.attacks.likelihood_attack +.. automodule:: sacroml.attacks.likelihood_attack :members: diff --git a/docs/source/attacks/metrics.rst b/docs/source/attacks/metrics.rst index 930e3462..80f05469 100644 --- a/docs/source/attacks/metrics.rst +++ b/docs/source/attacks/metrics.rst @@ -1,5 +1,5 @@ Metrics ======= -.. automodule:: aisdc.metrics +.. automodule:: sacroml.metrics :members: diff --git a/docs/source/attacks/report.rst b/docs/source/attacks/report.rst index 6644fbc4..78bbd848 100644 --- a/docs/source/attacks/report.rst +++ b/docs/source/attacks/report.rst @@ -1,5 +1,5 @@ Report ====== -.. automodule:: aisdc.attacks.report +.. automodule:: sacroml.attacks.report :members: diff --git a/docs/source/attacks/structural.rst b/docs/source/attacks/structural.rst index c37446e5..1c3cb640 100644 --- a/docs/source/attacks/structural.rst +++ b/docs/source/attacks/structural.rst @@ -1,5 +1,5 @@ Structural Attack ================= -.. automodule:: aisdc.attacks.structural_attack +.. automodule:: sacroml.attacks.structural_attack :members: diff --git a/docs/source/attacks/target.rst b/docs/source/attacks/target.rst index cb7ed214..88080c90 100644 --- a/docs/source/attacks/target.rst +++ b/docs/source/attacks/target.rst @@ -1,5 +1,5 @@ Target ====== -.. automodule:: aisdc.attacks.target +.. automodule:: sacroml.attacks.target :members: diff --git a/docs/source/attacks/worst_case.rst b/docs/source/attacks/worst_case.rst index e35894b6..0503ec92 100644 --- a/docs/source/attacks/worst_case.rst +++ b/docs/source/attacks/worst_case.rst @@ -1,5 +1,5 @@ Worst Case Attack ================= -.. automodule:: aisdc.attacks.worst_case_attack +.. automodule:: sacroml.attacks.worst_case_attack :members: diff --git a/docs/source/index.rst b/docs/source/index.rst index 7a27ebcc..0e958b26 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,7 +1,7 @@ .. Documentation master file Welcome to the SACRO-ML documentation! -==================================== +====================================== .. toctree:: :maxdepth: 2 diff --git a/docs/source/preprocessing/loaders.rst b/docs/source/preprocessing/loaders.rst index ada23c7a..bc840ee0 100644 --- a/docs/source/preprocessing/loaders.rst +++ b/docs/source/preprocessing/loaders.rst @@ -1,5 +1,5 @@ Loaders ======= -.. automodule:: aisdc.preprocessing.loaders +.. automodule:: sacroml.preprocessing.loaders :members: diff --git a/docs/source/safemodel/safedecisiontree.rst b/docs/source/safemodel/safedecisiontree.rst index 26a1f7aa..b098b68a 100644 --- a/docs/source/safemodel/safedecisiontree.rst +++ b/docs/source/safemodel/safedecisiontree.rst @@ -3,5 +3,5 @@ SafeDecisionTree An example Python Notebook is available `Here `_ -.. automodule:: aisdc.safemodel.classifiers.safedecisiontreeclassifier +.. automodule:: sacroml.safemodel.classifiers.safedecisiontreeclassifier :members: diff --git a/docs/source/safemodel/safekeras.rst b/docs/source/safemodel/safekeras.rst index 7d308df5..452ed272 100644 --- a/docs/source/safemodel/safekeras.rst +++ b/docs/source/safemodel/safekeras.rst @@ -3,5 +3,5 @@ SafeKerasModel An example Python Notebook is available `Here `_ -.. automodule:: aisdc.safemodel.classifiers.safekeras +.. automodule:: sacroml.safemodel.classifiers.safekeras :members: diff --git a/docs/source/safemodel/safemodel.rst b/docs/source/safemodel/safemodel.rst index 74c6eda8..60e652e9 100644 --- a/docs/source/safemodel/safemodel.rst +++ b/docs/source/safemodel/safemodel.rst @@ -1,7 +1,7 @@ Base Class ========== -.. automodule:: aisdc.safemodel.safemodel +.. automodule:: sacroml.safemodel.safemodel :members: :special-members: :private-members: diff --git a/docs/source/safemodel/saferandomforest.rst b/docs/source/safemodel/saferandomforest.rst index af209ab9..aa2916a7 100644 --- a/docs/source/safemodel/saferandomforest.rst +++ b/docs/source/safemodel/saferandomforest.rst @@ -4,5 +4,5 @@ SafeRandomForest An example Python Notebook is available `Here `_ -.. automodule:: aisdc.safemodel.classifiers.saferandomforestclassifier +.. automodule:: sacroml.safemodel.classifiers.saferandomforestclassifier :members: diff --git a/docs/source/safemodel/safesvc.rst b/docs/source/safemodel/safesvc.rst index 698ab65e..02869267 100644 --- a/docs/source/safemodel/safesvc.rst +++ b/docs/source/safemodel/safesvc.rst @@ -3,5 +3,5 @@ SafeSVC An example Python Notebook is available `Here `_ -.. automodule:: aisdc.safemodel.classifiers.safesvc +.. automodule:: sacroml.safemodel.classifiers.safesvc :members: