-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
86 lines (82 loc) · 2.97 KB
/
Copy pathmkdocs.yml
File metadata and controls
86 lines (82 loc) · 2.97 KB
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
site_name: fortune-telling-core
site_description: Composable, reproducible primitives for fortune-telling systems.
docs_dir: docs
theme:
name: material
features:
- navigation.sections
- navigation.top
- content.code.copy
- toc.follow
palette:
- scheme: default
primary: deep purple
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: deep purple
toggle:
icon: material/weather-sunny
name: Switch to light mode
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
options:
docstring_style: google
members_order: source
show_root_heading: true
show_root_full_path: false
show_source: true
show_signature_annotations: true
separate_signature: true
merge_init_into_class: true
show_if_no_docstring: true
filters: ["!^_"]
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
nav:
- Home: index.md
- Traditions Reference: traditions-reference.md
- API Reference:
- Core: api/core.md
- Astronomy: api/astronomy.md
- Traditions:
- Drawn:
- Tarot: api/traditions/tarot.md
- Petit Lenormand: api/traditions/lenormand.md
- Dominoes: api/traditions/dominoes.md
- Elder Futhark Runes: api/traditions/runes.md
- Western Geomancy: api/traditions/geomancy.md
- I Ching: api/traditions/iching.md
- Computed:
- Astrology: api/traditions/astrology.md
- Four Pillars: api/traditions/four_pillars.md
- Sanmeigaku: api/traditions/sanmeigaku.md
- Sukuyō: api/traditions/sukuyo.md
- Koyomi: api/traditions/koyomi.md
- Zi Wei Dou Shu: api/traditions/zi_wei.md
- Nine Star Ki: api/traditions/nine_star_ki.md
- Pythagorean Numerology: api/traditions/numerology.md
- Name Numerology: api/traditions/name_numerology.md
- Chaldean Numerology: api/traditions/chaldean_numerology.md
- Hebrew Gematria: api/traditions/hebrew_gematria.md
- Greek Isopsephy: api/traditions/greek_isopsephy.md
- Old Cyrillic Numerals: api/traditions/cyrillic_slavonic_numerals.md
- Cyrillic Pythagorean: api/traditions/cyrillic_pythagorean.md
- CJK Name Strokes: api/traditions/cjk_name_strokes.md
- Can Chi: api/traditions/can_chi.md
- Thai Thaksa: api/traditions/thaksa.md
- Javanese Weton: api/traditions/weton.md
- Celtic Tree Calendar: api/traditions/celtic_tree.md
- Maya Haab': api/traditions/haab.md
- Maya Tzolk'in: api/traditions/tzolkin.md