File size: 895 Bytes
fe09823
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
site_name: "jiwer"
site_description: "Documentation for jiwer."
site_url: "https://jitsi.github.io/jiwer/"
repo_url: "https://github.com/jitsi/jiwer"
edit_uri: "blob/master/docs/"
repo_name: "jitsi/jiwer"
site_dir: "site"

theme:
  name: "material"
  features:
    - content.code.annotate
    - navigation.tabs
    - navigation.tabs.sticky
    - navigation.top

plugins:
- mkdocstrings:
    handlers:
      python:
        paths: [jiwer]
        options:
          separate_signature: true
          show_root_heading: true
          show_root_members_full_path: false
- search
- gen-files:
    scripts:
    - docs/gen_ref_pages.py
- literate-nav:
    nav_file: SUMMARY.md
- autorefs

nav:
  - jiwer: index.md
  - Usage: usage.md
  - Command-line interface: cli.md
  - API reference: reference/

markdown_extensions:
  - toc:
      permalink: "#"
  - pymdownx.superfences

watch:
- docs
- jiwer