-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
31 lines (31 loc) · 830 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
site_name: Evalica
site_author: Dmitry Ustalov
site_description: Evalica, your favourite evaluation suite.
copyright: Copyright © 2024 Dmitry Ustalov
repo_name: dustalov/evalica
repo_url: https://github.com/dustalov/evalica
nav:
- Home: index.md
- Counting: counting.md
- Bradley-Terry: bradley-terry.md
- Elo: elo.md
- Linear Algebra: linalg.md
- Utilities: utils.md
- Errors: errors.md
- Migration: migration.md
theme:
name: material
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://numpy.org/doc/stable/objects.inv
- https://pandas.pydata.org/docs/objects.inv
options:
show_root_heading: true
show_symbol_type_heading: true
show_symbol_type_toc: true