-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathosa_mkdocs.yml
More file actions
44 lines (40 loc) · 943 Bytes
/
osa_mkdocs.yml
File metadata and controls
44 lines (40 loc) · 943 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
33
34
35
36
37
38
39
40
41
42
43
44
site_name: GAN_MFS Documentation
site_description: WGAN-GP with Meta-Feature Statistics for Synthetic Tabular Data Generation
docs_dir: osa_docs
nav:
- Home: index.md
- Utils: utils.md
- WGAN-GP:
- Overview: wgan_gp/index.md
- Models: wgan_gp/models.md
- Training: wgan_gp/training.md
- PyMFE to Torch: wgan_gp/pymfe_to_torch.md
theme:
name: material
palette:
- scheme: default
primary: deep blue
accent: blue
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- search.highlight
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: ["."]
options:
show_source: true
show_root_heading: true
show_root_toc_entry: false
docstring_style: google
markdown_extensions:
- admonition
- codehilite
- pymdownx.superfences
- pymdownx.tabbed
- toc:
permalink: true