-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
36 lines (24 loc) · 1.04 KB
/
mkdocs.yml
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
33
34
35
36
site_name: ganslate
nav:
- Home: index.md
- Installation: installation.md
- Package Overview:
- Commandline Interface: package_overview/1_cli.md
- ganslate Projects: package_overview/2_projects.md
- Datasets: package_overview/3_datasets.md
- Model Architectures and Loss Functions: package_overview/4_architectures.md
- Engines: package_overview/5_engines.md
- Logging and Visualization: package_overview/6_trackers.md
- Configuration: package_overview/7_configuration.md
- Basic Tutorials:
- First Run: tutorials_basic/1_first_run.md
- Your New Project: tutorials_basic/2_new_project.md
- Advanced Tutorials:
- Custom GAN Architectures: tutorials_advanced/1_custom_gan_architecture.md
- Custom Generator and Discriminator Architectures: tutorials_advanced/2_custom_G_and_D_architectures.md
- API: api/*
- Community:
- Contributing: community/contributing.md
theme: readthedocs
markdown_extensions:
- admonition