docs:fix error
Co-authored-by: z60119525<zhaotao68@h-partners.com>
# message auto-generated for no-merge-commit merge:
!2311 merge master into master
docs:fix error
Created-by: kali00
Commit-by: z60119525
Merged-by: ascend-robot
Description: ## What this PR does / why we need it?
Please describe the background and detailed changes of the PR. If it is a bugfix, please attach the related issue.
## Does this PR introduce any user-facing change?
Please describe whether the PR will result in any user-facing usage changes. If there is related documentation, please specify its path.
## How was this patch tested?
Please explain how to verify the correctness and effectiveness of this feature, as well as its usage constraints and limitations.
See merge request: Ascend/MindSpeed-MM!2311
[Docs] docs modify, add dir_structure, and git docs license
Co-authored-by: liyingxuan<liyingxuan3@huawei.com>
# message auto-generated for no-merge-commit merge:
!2204 merge master into master
[Docs] docs modify, add dir_structure, and git docs license
Created-by: liyx616
Commit-by: liyx616;liyingxuan
Merged-by: ascend-robot
Description: ## Motivation
Q1资料优化需求
## Modification
文档优化:
1. 按照需求要求,添加文档license
2. 删除guidance和quick_start中的手动编号,避免网页显示冲突
3. 按照需求要求,添加目录结构
4. 将原来在mindspeed_mm/tools目录下的工具使用说明文档移动到了docs/zh目录下,后续所有的使用文档统一放在docs目录下管理
5. 之前未修改的MindSpeed-MM修改为MindSpeed MM
6. 环境安装部分修改表述,两种安装方式分别为一键安装和手动安装,并且补充手动安装部分缺失的部分,避免歧义
## Self-test (Optional)
If modifications to this PR may cause/fix function/accuracy/performance DTSs/issues, a self-inspection record needs to be attached.
## BC-breaking (Optional)
If there are compatibility issues, such as dependencies on cann/torch_npu versions, they need to be explained in the PR.
## Checklist
**Before PR**:
- [x] The new code needs to comply with the Clean Code specification.
- [x] The PR content is self-checked, and the expression can be clear and the writing standardized
**After PR**:
- [x] CLA has been signed and all committers have signed the CLA in this PR.
- [x] The ci-pipeline is passed, Code Check is passed.
See merge request: Ascend/MindSpeed-MM!2204