mkdocs.yml 1.1 KB
Newer Older
1
site_name: PaddleSlim Docs
2
repo_url: https://github.com/PaddlePaddle/PaddleSlim
3 4 5 6 7 8 9 10
nav:
- Home: index.md
- 教程:
  - 离线量化: tutorials/quant_post_demo.md
  - 量化训练: tutorials/quant_aware_demo.md
  - Embedding量化: tutorials/quant_embedding_demo.md
  - SA搜索: tutorials/nas_demo.md
- API:
Q
qingqing01 已提交
11
  - 量化: api/quantization_api.md
12 13
  - 剪枝:  api/prune_api.md
  - 敏感度分析: api/analysis_api.md
Q
qingqing01 已提交
14
  - 蒸馏: api/single_distiller_api.md
15
  - SA搜索: api/nas_api.md
Q
qingqing01 已提交
16
  - 搜索空间: api/search_space.md
17

18 19 20
theme:
    name: readthedocs
    highlightjs: true
21 22 23

markdown_extensions:
  - admonition
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
  - 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

45 46 47
extra_javascript:
  - mathjax-config.js
  - MathJax.js?config=TeX-AMS-MML_HTMLorMML