diff --git a/docs/api/datasets/index.rst b/docs/api/datasets/index.rst new file mode 100644 index 0000000..5d28c96 --- /dev/null +++ b/docs/api/datasets/index.rst @@ -0,0 +1,4 @@ +Datasets +======== + +.. automodule:: aisploit.datasets \ No newline at end of file diff --git a/docs/api/embeddings/index.rst b/docs/api/embeddings/index.rst new file mode 100644 index 0000000..e08e828 --- /dev/null +++ b/docs/api/embeddings/index.rst @@ -0,0 +1,4 @@ +Embeddings +========== + +.. automodule:: aisploit.embeddings \ No newline at end of file diff --git a/docs/api/generators/index.rst b/docs/api/generators/index.rst new file mode 100644 index 0000000..f4c83bd --- /dev/null +++ b/docs/api/generators/index.rst @@ -0,0 +1,4 @@ +Generators +========== + +.. automodule:: aisploit.generators \ No newline at end of file diff --git a/docs/api/index.rst b/docs/api/index.rst index e09d91a..c67169b 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -7,3 +7,15 @@ API classifiers/index converters/index core/index + datasets/index + embeddings/index + generators/index + models/index + red_team/index + scanner/index + sender/index + targets/index + utils/index + + + diff --git a/docs/api/models/index.rst b/docs/api/models/index.rst new file mode 100644 index 0000000..79082d8 --- /dev/null +++ b/docs/api/models/index.rst @@ -0,0 +1,4 @@ +Models +====== + +.. automodule:: aisploit.models \ No newline at end of file diff --git a/docs/api/red_team/index.rst b/docs/api/red_team/index.rst new file mode 100644 index 0000000..79dd5c8 --- /dev/null +++ b/docs/api/red_team/index.rst @@ -0,0 +1,4 @@ +Red Team +======== + +.. automodule:: aisploit.red_team \ No newline at end of file diff --git a/docs/api/scanner/index.rst b/docs/api/scanner/index.rst new file mode 100644 index 0000000..81473fb --- /dev/null +++ b/docs/api/scanner/index.rst @@ -0,0 +1,4 @@ +Scanner +======= + +.. automodule:: aisploit.scanner \ No newline at end of file diff --git a/docs/api/sender/index.rst b/docs/api/sender/index.rst new file mode 100644 index 0000000..b6b306b --- /dev/null +++ b/docs/api/sender/index.rst @@ -0,0 +1,4 @@ +Sender +====== + +.. automodule:: aisploit.sender \ No newline at end of file diff --git a/docs/api/targets/index.rst b/docs/api/targets/index.rst new file mode 100644 index 0000000..393680e --- /dev/null +++ b/docs/api/targets/index.rst @@ -0,0 +1,4 @@ +Targets +======= + +.. automodule:: aisploit.targets \ No newline at end of file diff --git a/docs/api/utils/index.rst b/docs/api/utils/index.rst new file mode 100644 index 0000000..1c2b998 --- /dev/null +++ b/docs/api/utils/index.rst @@ -0,0 +1,4 @@ +Utils +===== + +.. automodule:: aisploit.utils \ No newline at end of file