mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-06-29 15:59:38 +02:00
Bump version and update documentation (#27)
* Bump version to 0.1.0 (breaking changes to some APIs) * Update documentation
This commit is contained in:
parent
2b2dab6bef
commit
adc6b44350
7 changed files with 24 additions and 35 deletions
|
|
@ -8,15 +8,15 @@ apt.anonymization.anonymizer module
|
|||
-----------------------------------
|
||||
|
||||
.. automodule:: apt.anonymization.anonymizer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: apt.anonymization
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
|||
|
|
@ -8,15 +8,15 @@ apt.minimization.minimizer module
|
|||
---------------------------------
|
||||
|
||||
.. automodule:: apt.minimization.minimizer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: apt.minimization
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
|||
|
|
@ -5,26 +5,16 @@ Subpackages
|
|||
-----------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
apt.anonymization
|
||||
apt.minimization
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
apt.utils module
|
||||
----------------
|
||||
|
||||
.. automodule:: apt.utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
apt.anonymization
|
||||
apt.minimization
|
||||
apt.utils
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: apt
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
ai-privacy-toolkit
|
||||
==================
|
||||
apt
|
||||
===
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
apt
|
||||
tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue