-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
43 lines (37 loc) · 952 Bytes
/
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
site_name: Craftium
docs_dir: craftium-docs
nav:
- Home: index.md
- User Guide:
- installation.md
- getting-started.md
- creating-envs.md
- General Information:
- Observations and actions: obs-and-acts.md
- environments.md
- Wrappers: wrappers.md
- Extensions to the Lua API: lua_functions.md
- Lua environment cookbook: lua_env_cookbook.md
- Misc:
- troubleshooting.md
- API Reference: reference.md
- GitHub: https://github.com/mikelma/craftium
- Paper: https://arxiv.org/abs/2407.03969
theme:
name: readthedocs
logo: imgs/craftium_banner.png
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: sphinx
extra:
version: 0.1
links:
- https://github.com/mkdocs
- https://docs.readthedocs.org/en/latest/builds.html#mkdocs
- http://www.mkdocs.org/
markdown_extensions:
- admonition