-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
90 lines (87 loc) · 2.58 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
89
90
# Project information
site_name: botex - LLM Bots for oTree Experiments
site_url: https://botex.trr266.de
site_author: Fikir Worku Edossa and Joachim Gassen
site_description: >-
A Python Package for using LLMs as Participants in oTree Experiments
# Repository
repo_name: joachim-gassen/botex
repo_url: https://github.com/joachim-gassen/botex
# Copyright
copyright: "Copyright © 2024 - 2025 Fikir Worku Edossa and Joachim Gassen <a href=https://www.accounting-for-transparency.de>TRR 266 Accounting for Transparency</a>."
nav:
- What it is: index.md
- Getting Started: getting_started.md
- Tutorials:
- Run an oTree Experiment with botex: tutorials/running_an_experiment.md
- Using botex to Benchmark LLM Performance in oTree Experiments: tutorials/exp_3llms.md
- API Reference: reference.md
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
pygments_style: friendly
noclasses: true
linenums: false
linenums_style: table
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- admonition
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- mkdocs-click
- pymdownx.tabbed:
alternate_style: true
- footnotes
theme:
name: material
logo: assets/images/botex_logo.svg
favicon: assets/images/favicon.ico
features:
- content.code.select
- content.code.copy
- navigation.tabs
- navigation.sections
- navigation.expand
- toc.integrate
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
- mkdocstrings
- privacy
- social
- mike
use_directory_urls: false
extra:
analytics:
provider: google
property: G-G220WZ1YW7
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/joachim-gassen/botex
name: Source Code
- icon: fontawesome/brands/python
link: https://pypi.org/project/botex/
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/jgassen.bsky.social
extra_css:
- assets/css/overrides.css