forked from acl-org/acl-anthology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
110 lines (104 loc) · 2.74 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: acl-anthology-py
site_author: Marcel Bollmann
repo_url: https://github.com/acl-org/acl-anthology
repo_name: acl-org/acl-anthology
markdown_extensions:
- admonition
- def_list
- footnotes
- pymdownx.betterem
- pymdownx.critic
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight
- pymdownx.inlinehilite
- toc:
permalink: true
theme:
name: material
logo: assets/acl-logo.svg
icon:
repo: fontawesome/brands/github
palette:
# Color of the ACL logo is: rgb(237, 28, 36)
primary: indigo
accent: amber
features:
- navigation.expand
- navigation.indexes
- content.code.copy
#- navigation.sections
#- navigation.tabs
nav:
- Overview:
- index.md
- developing.md
- User Guide:
- guide/index.md
- guide/getting-started.md
- guide/accessing-publications.md
- guide/types-of-metadata.md
- guide/accessing-authors.md
- guide/modifying-data.md
- API Documentation:
- api/index.md
- api/anthology.md
- api/config.md
- api/constants.md
- api/containers.md
- collections:
- api/collectionindex.md
- api/collection.md
- api/volume.md
- api/paper.md
- api/eventindex.md
- api/event.md
- api/files.md
- api/people.md
- api/sigs.md
- api/text.md
- api/utils.md
- api/venues.md
- Contributing:
- contributing/design.md
plugins:
- search
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://lxml.de/apidoc/objects.inv
- https://omegaconf.readthedocs.io/en/latest/objects.inv
- https://docs.scipy.org/doc/scipy/objects.inv
options:
docstring_style: google
docstring_section_style: table # from: {list, table, spacy}
separate_signature: true
signature_crossrefs: true # doesn't work?
merge_init_into_class: true
docstring_options:
ignore_init_summary: true
show_source: false
show_root_heading: false
show_root_toc_entry: false
heading_level: 3
filters:
- "!^_"
- "^__init__$"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/acl-org/acl-anthology
name: acl-anthology-py on Github
- icon: material/web
link: https://aclanthology.org/
name: ACL Anthology Website
watch:
- acl_anthology/