Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Modify mdformat setting and refine tables in docs #1426

Merged
merged 1 commit into from
Jun 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ repos:
rev: 0.7.14
hooks:
- id: mdformat
args: ["--number"]
args: ["--number", "--table-width", "200"]
additional_dependencies:
- git+https://github.com/mzr1996/mdformat-tables.git#egg=mdformat-tables
- mdformat-gfm
- mdformat-openmmlab
- mdformat_frontmatter
- linkify-it-py
- repo: local
Expand Down
46 changes: 23 additions & 23 deletions docs/zh_cn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,29 @@

这里列举了各版本 MMPose 对 MMCV 版本的依赖,请选择合适的 MMCV 版本来避免安装和使用中的问题。

| MMPose 版本 | MMCV 版本 |
| :-------: | :-----------------------: |
| master | mmcv-full>=1.3.8, \<1.6.0 |
| 0.26.0 | mmcv-full>=1.3.8, \<1.6.0 |
| 0.25.1 | mmcv-full>=1.3.8, \<1.6.0 |
| 0.25.0 | mmcv-full>=1.3.8, \<1.5.0 |
| 0.24.0 | mmcv-full>=1.3.8, \<1.5.0 |
| 0.23.0 | mmcv-full>=1.3.8, \<1.5.0 |
| 0.22.0 | mmcv-full>=1.3.8, \<1.5.0 |
| 0.21.0 | mmcv-full>=1.3.8, \<1.5.0 |
| 0.20.0 | mmcv-full>=1.3.8, \<1.4.0 |
| 0.19.0 | mmcv-full>=1.3.8, \<1.4.0 |
| 0.18.0 | mmcv-full>=1.3.8, \<1.4.0 |
| 0.17.0 | mmcv-full>=1.3.8, \<1.4.0 |
| 0.16.0 | mmcv-full>=1.3.8, \<1.4.0 |
| 0.14.0 | mmcv-full>=1.1.3, \<1.4.0 |
| 0.13.0 | mmcv-full>=1.1.3, \<1.4.0 |
| 0.12.0 | mmcv-full>=1.1.3, \<1.3 |
| 0.11.0 | mmcv-full>=1.1.3, \<1.3 |
| 0.10.0 | mmcv-full>=1.1.3, \<1.3 |
| 0.9.0 | mmcv-full>=1.1.3, \<1.3 |
| 0.8.0 | mmcv-full>=1.1.1, \<1.2 |
| 0.7.0 | mmcv-full>=1.1.1, \<1.2 |
| MMPose 版本 | MMCV 版本 |
| :---------: | :-----------------------: |
| master | mmcv-full>=1.3.8, \<1.6.0 |
| 0.26.0 | mmcv-full>=1.3.8, \<1.6.0 |
| 0.25.1 | mmcv-full>=1.3.8, \<1.6.0 |
| 0.25.0 | mmcv-full>=1.3.8, \<1.5.0 |
| 0.24.0 | mmcv-full>=1.3.8, \<1.5.0 |
| 0.23.0 | mmcv-full>=1.3.8, \<1.5.0 |
| 0.22.0 | mmcv-full>=1.3.8, \<1.5.0 |
| 0.21.0 | mmcv-full>=1.3.8, \<1.5.0 |
| 0.20.0 | mmcv-full>=1.3.8, \<1.4.0 |
| 0.19.0 | mmcv-full>=1.3.8, \<1.4.0 |
| 0.18.0 | mmcv-full>=1.3.8, \<1.4.0 |
| 0.17.0 | mmcv-full>=1.3.8, \<1.4.0 |
| 0.16.0 | mmcv-full>=1.3.8, \<1.4.0 |
| 0.14.0 | mmcv-full>=1.1.3, \<1.4.0 |
| 0.13.0 | mmcv-full>=1.1.3, \<1.4.0 |
| 0.12.0 | mmcv-full>=1.1.3, \<1.3 |
| 0.11.0 | mmcv-full>=1.1.3, \<1.3 |
| 0.10.0 | mmcv-full>=1.1.3, \<1.3 |
| 0.9.0 | mmcv-full>=1.1.3, \<1.3 |
| 0.8.0 | mmcv-full>=1.1.1, \<1.2 |
| 0.7.0 | mmcv-full>=1.1.1, \<1.2 |

- **无法安装 xtcocotools**

Expand Down