Skip to content

Commit

Permalink
fix docs (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen authored Sep 3, 2024
1 parent 10b4ac0 commit f4d006e
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/source/attacks/attribute.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Attribute Attack
================

.. automodule:: aisdc.attacks.attribute_attack
.. automodule:: sacroml.attacks.attribute_attack
:members:
2 changes: 1 addition & 1 deletion docs/source/attacks/likelihood.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LiRA Attack
===========

.. automodule:: aisdc.attacks.likelihood_attack
.. automodule:: sacroml.attacks.likelihood_attack
:members:
2 changes: 1 addition & 1 deletion docs/source/attacks/metrics.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Metrics
=======

.. automodule:: aisdc.metrics
.. automodule:: sacroml.metrics
:members:
2 changes: 1 addition & 1 deletion docs/source/attacks/report.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Report
======

.. automodule:: aisdc.attacks.report
.. automodule:: sacroml.attacks.report
:members:
2 changes: 1 addition & 1 deletion docs/source/attacks/structural.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Structural Attack
=================

.. automodule:: aisdc.attacks.structural_attack
.. automodule:: sacroml.attacks.structural_attack
:members:
2 changes: 1 addition & 1 deletion docs/source/attacks/target.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Target
======

.. automodule:: aisdc.attacks.target
.. automodule:: sacroml.attacks.target
:members:
2 changes: 1 addition & 1 deletion docs/source/attacks/worst_case.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Worst Case Attack
=================

.. automodule:: aisdc.attacks.worst_case_attack
.. automodule:: sacroml.attacks.worst_case_attack
:members:
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. Documentation master file
Welcome to the SACRO-ML documentation!
====================================
======================================

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion docs/source/preprocessing/loaders.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Loaders
=======

.. automodule:: aisdc.preprocessing.loaders
.. automodule:: sacroml.preprocessing.loaders
:members:
2 changes: 1 addition & 1 deletion docs/source/safemodel/safedecisiontree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ SafeDecisionTree

An example Python Notebook is available `Here <https://github.com/AI-SDC/SACRO-ML/blob/main/examples/notebooks/example-notebook-decisiontree.ipynb>`_

.. automodule:: aisdc.safemodel.classifiers.safedecisiontreeclassifier
.. automodule:: sacroml.safemodel.classifiers.safedecisiontreeclassifier
:members:
2 changes: 1 addition & 1 deletion docs/source/safemodel/safekeras.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ SafeKerasModel

An example Python Notebook is available `Here <https://github.com/AI-SDC/SACRO-ML/blob/main/examples/notebooks/example-notebook-keras.ipynb>`_

.. automodule:: aisdc.safemodel.classifiers.safekeras
.. automodule:: sacroml.safemodel.classifiers.safekeras
:members:
2 changes: 1 addition & 1 deletion docs/source/safemodel/safemodel.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Base Class
==========

.. automodule:: aisdc.safemodel.safemodel
.. automodule:: sacroml.safemodel.safemodel
:members:
:special-members:
:private-members:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/safemodel/saferandomforest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ SafeRandomForest

An example Python Notebook is available `Here <https://github.com/AI-SDC/SACRO-ML/blob/main/examples/notebooks/example-notebook-randomforest.ipynb>`_

.. automodule:: aisdc.safemodel.classifiers.saferandomforestclassifier
.. automodule:: sacroml.safemodel.classifiers.saferandomforestclassifier
:members:
2 changes: 1 addition & 1 deletion docs/source/safemodel/safesvc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ SafeSVC

An example Python Notebook is available `Here <https://github.com/AI-SDC/SACRO-ML/blob/main/examples/notebooks/example-notebook-SVC.ipynb>`_

.. automodule:: aisdc.safemodel.classifiers.safesvc
.. automodule:: sacroml.safemodel.classifiers.safesvc
:members:

0 comments on commit f4d006e

Please sign in to comment.