forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mkdocs and remove _doc in some filename. (#4)
* Add mkdocs.yml and rename some docs * Update hooks
- Loading branch information
1 parent
1c262ba
commit f39bc23
Showing
6 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
site_name: PaddleSlim Docs | ||
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: | ||
- 量化: api/quantization_api_doc.md | ||
- 剪枝: api/prune_api.md | ||
- 敏感度分析: api/analysis_api.md | ||
- 蒸馏: api/single_distiller_api_doc.md | ||
- SA搜索: api/nas_api.md | ||
- 搜索空间: api/search_space_doc.md | ||
|
||
theme: readthedocs | ||
|
||
markdown_extensions: | ||
- pymdownx.arithmatex | ||
- admonition | ||
- codehilite | ||
extra_javascript: | ||
- mathjax-config.js | ||
- MathJax.js?config=TeX-AMS-MML_HTMLorMML |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
mkdocs | ||
markdown | ||
python-markdown-math | ||
pymdown-extensions |