forked from twosixlabs/armory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (32 loc) · 985 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (32 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
site_name: Armory
nav:
- Home: index.md
- Getting Started: getting_started.md
- FAQs: faqs.md
- Environment:
- Command Line: command_line.md
- Docker: docker.md
- No-Docker: no_docker_mode.md
- Experiments:
- Configuration Files: configuration_files.md
- Baseline Models: baseline_models.md
- External Repos: external_repos.md
- Sweep Attacks: sweep_attacks.md
- Evaluation Scenarios:
- Evasion: scenarios.md
- Poisoning: poisoning.md
- Data:
- Datasets: datasets.md
- Integrating TFDS Datasets: integrate_tensorflow_datasets.md
- Adversarial Datasets: adversarial_datasets.md
- Dataset Licensing: dataset_licensing.md
- Measurment and Instrumentation:
- Exporting Data: exporting_data.md
- Logging: logging.md
- Metrics: metrics.md
- Developers:
- Contributing: contributing.md
- Style: style.md
- Testing: developers/testing.md
theme: readthedocs