mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* add cn tutorials/config.md * add heads api and doc title link * Update tutorials index * Update tutorials index * Update config.md * add english version * Update config.md * Update docs * Update css * Update docs/tutorials/config.md Co-authored-by: Ma Zerun <mzr1996@163.com> * Update docs_zh-CN/tutorials/config.md Co-authored-by: Ma Zerun <mzr1996@163.com> * modify according to suggestion * Use GitHub style `code` css * change some mmcv API link to CN version * remove default in default_runtime Co-authored-by: mzr1996 <mzr1996@163.com>
17 lines
298 B
CSS
17 lines
298 B
CSS
.header-logo {
|
|
background-image: url("../image/mmcls-logo.png");
|
|
background-size: 204px 40px;
|
|
height: 40px;
|
|
width: 204px;
|
|
}
|
|
|
|
pre {
|
|
white-space: pre;
|
|
}
|
|
|
|
article.pytorch-article .section :not(dt) > code {
|
|
padding: .2em .4em;
|
|
background-color: #f3f4f7;
|
|
border-radius: 5px;
|
|
}
|