mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-04-25 04:46:21 +02:00
Try to fix documentation
This commit is contained in:
parent
d3a17d4c04
commit
12292d36c9
2 changed files with 8 additions and 1 deletions
|
|
@ -15,4 +15,7 @@ sphinx:
|
|||
python:
|
||||
version: 3.8
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
- method: pip
|
||||
path: .
|
||||
- requirements: requirements.txt
|
||||
system_packages: true
|
||||
|
|
@ -1,3 +1,7 @@
|
|||
"""
|
||||
The AI Privacy Toolbox (apt).
|
||||
"""
|
||||
|
||||
from apt import anonymization
|
||||
from apt import utils
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue