File: mkdocs.yml

package info (click to toggle)
openblas 0.3.29%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 62,984 kB
  • sloc: asm: 1,264,442; ansic: 412,266; fortran: 74,453; makefile: 13,665; sh: 4,892; perl: 4,468; python: 1,555; cpp: 244
file content (65 lines) | stat: -rw-r--r-- 1,395 bytes parent folder | download | duplicates (3)
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
site_name: OpenBLAS
site_url: https://openblas.net/docs/
repo_url: https://github.com/OpenMathLib/OpenBLAS
copyright: Copyright © 2012- OpenBLAS contributors

theme:
  name: material
  logo: logo.svg
  favicon: logo.svg
  features:
    - header.autohide
  palette:
    # Palette toggle for dark mode
    - scheme: slate
      primary: blue grey
      toggle:
        icon: material/brightness-4
        name: Switch to light mode

    # Palette toggle for light mode
    - scheme: default
      primary: blue grey
      toggle:
        icon: material/brightness-7
        name: Switch to dark mode

plugins:
  - search
  - mermaid2
  - git-revision-date-localized:
      enable_creation_date: true

markdown_extensions:
  - admonition
  - pymdownx.details
  - pymdownx.superfences:
      custom_fences:
        - name: mermaid
          class: mermaid
          format: !!python/name:mermaid2.fence_mermaid_custom
  - footnotes
  - pymdownx.tabbed:
      alternate_style: true
  - toc:
      toc_depth: 4

nav:
  - index.md
  - install.md
  - user_manual.md
  - extensions.md
  - developers.md
  - build_system.md
  - runtime_variables.md
  - distributing.md
  - ci.md
  - about.md
  - faq.md

extra:
  social:
    - icon: fontawesome/brands/github
      link: https://github.com/OpenMathLib/OpenBLAS
    - icon: material/license
      link: https://github.com/OpenMathLib/OpenBLAS/LICENSE