-
Notifications
You must be signed in to change notification settings - Fork 27
/
mkdocs.yml
88 lines (88 loc) · 2.26 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
site_name: Pgx Documentation
site_description: Pgx Documentation
site_author: Sotetsu KOYAMADA
site_url: http://pgx.readthedocs.io/
repo_name: sotetsuk/pgx
repo_url: https://github.com/sotetsuk/pgx
copyright: Copyright © Pgx Authors
nav:
- API:
- Usage: api_usage.md
- Reference: api.md
- Available Games:
- 2048: play2048.md
- Animal Shogi: animal_shogi.md
- Backgammon: backgammon.md
- Bridge bidding: bridge_bidding.md
- Chess: chess.md
- Connect four: connect_four.md
- Gardner chess: gardner_chess.md
- Go: go.md
- Hex: hex.md
- Kuhn poker: kuhn_poker.md
- Leduc hold’em: leduc_holdem.md
- MinAtar Asterix: minatar_asterix.md
- MinAtar Breakout: minatar_breakout.md
- MinAtar Freeway: minatar_freeway.md
- MinAtar Seaquest: minatar_seaquest.md
- MinAtar Space Invaders: minatar_space_invaders.md
- Othello: othello.md
- Shogi: shogi.md
- Sparrow mahjong: sparrow_mahjong.md
- Tic-tac-toe: tic_tac_toe.md
theme:
name: material
language: en
logo: assets/icon.svg
favicon: assets/favicon.svg
icon:
repo: fontawesome/brands/github
palette:
scheme: slate
primary: teal
accent: deep purple
font:
text: Noto Sans
code: Inconsolata
features:
- navigation.sections
- header.autohide
markdown_extensions:
- admonition
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- codehilite:
use_pygments: true
pygments_style: monokai
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html