File tree 6 files changed +36
-0
lines changed
6 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 4
4
hooks :
5
5
- id : remove-crlf
6
6
files : .∗
7
+ - id : forbid-tabs
8
+ files : \.(md|yml)$
9
+ - id : remove-tabs
10
+ files : \.(md|yml)$
7
11
- repo : https://github.com/PaddlePaddle/mirrors-yapf.git
8
12
sha : 0d79c0c469bab64f7229c9aca2b1186ef47f0e37
9
13
hooks :
18
22
- id : detect-private-key
19
23
files : .∗
20
24
- id : end-of-file-fixer
25
+ files : \.(md|yml)$
26
+ - id : trailing-whitespace
27
+ files : \.(md|yml)$
21
28
- repo : local
22
29
hooks :
23
30
- id : pylint-doc-string
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ site_name : PaddleSlim Docs
2
+ nav :
3
+ - Home : index.md
4
+ - 教程 :
5
+ - 离线量化 : tutorials/quant_post_demo.md
6
+ - 量化训练 : tutorials/quant_aware_demo.md
7
+ - Embedding量化 : tutorials/quant_embedding_demo.md
8
+ - SA搜索 : tutorials/nas_demo.md
9
+ - API :
10
+ - 量化 : api/quantization_api_doc.md
11
+ - 剪枝 : api/prune_api.md
12
+ - 敏感度分析 : api/analysis_api.md
13
+ - 蒸馏 : api/single_distiller_api_doc.md
14
+ - SA搜索 : api/nas_api.md
15
+ - 搜索空间 : api/search_space_doc.md
16
+
17
+ theme : readthedocs
18
+
19
+ markdown_extensions :
20
+ - pymdownx.arithmatex
21
+ - admonition
22
+ - codehilite
23
+ extra_javascript :
24
+ - mathjax-config.js
25
+ - MathJax.js?config=TeX-AMS-MML_HTMLorMML
Original file line number Diff line number Diff line change
1
+ mkdocs
2
+ markdown
3
+ python-markdown-math
4
+ pymdown-extensions
You can’t perform that action at this time.
0 commit comments