mkdocs.yml 1.3 KB
Newer Older
1
site_name: PaddleSlim Docs
2
repo_url: https://github.com/PaddlePaddle/PaddleSlim
3 4
nav:
- Home: index.md
B
Bai Yifan 已提交
5
- 模型库: model_zoo.md
6 7 8 9 10
- 教程:
  - 离线量化: tutorials/quant_post_demo.md
  - 量化训练: tutorials/quant_aware_demo.md
  - Embedding量化: tutorials/quant_embedding_demo.md
  - SA搜索: tutorials/nas_demo.md
B
Bai Yifan 已提交
11
  - 知识蒸馏: tutorials/distillation_demo.md
12
- API:
Q
qingqing01 已提交
13
  - 量化: api/quantization_api.md
14 15
  - 剪枝与敏感度:  api/prune_api.md
  - 模型分析: api/analysis_api.md
B
Bai Yifan 已提交
16
  - 知识蒸馏: api/single_distiller_api.md
17
  - SA搜索: api/nas_api.md
18
  - 搜索空间: search_space.md
19
  - 硬件延时评估表: table_latency.md
Q
qingqing01 已提交
20
- 算法原理: algo/algo.md
21

22 23 24
theme:
    name: readthedocs
    highlightjs: true
25 26 27

markdown_extensions:
  - admonition
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
  - codehilite:
      guess_lang: true
      linenums: true
  - toc:
      permalink: "#"
  - footnotes
  - meta
  - def_list
  - pymdownx.arithmatex
  - pymdownx.betterem:
      smart_enable: all
  - pymdownx.caret
  - pymdownx.critic
  - pymdownx.details
  - pymdownx.magiclink
  - pymdownx.mark
  - pymdownx.smartsymbols
  - pymdownx.superfences
  - pymdownx.tasklist
  - pymdownx.tilde
Q
qingqing01 已提交
48
  - mdx_math
49

50 51
extra_javascript:
  - mathjax-config.js
Q
qingqing01 已提交
52
  - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML