[i18n-KO] fix: docs: ko: sagemaker anchors and _toctree.yml#22549
[i18n-KO] fix: docs: ko: sagemaker anchors and _toctree.yml#22549sgugger merged 1 commit intohuggingface:mainfrom jungnerd:fix-ko-sagemaker
_toctree.yml#22549Conversation
|
The documentation is not available anymore as the PR was closed or merged. |
sgugger
left a comment
There was a problem hiding this comment.
I think the error in the doc preview comes from bad yaml syntax in the modified toctree.
Yes, I agree @sgugger . There were two titles for a section on L13-19. Editing |
There was a problem hiding this comment.
We should modify L13-19 to the following:
- sections:
- sections:
- local: sagemaker
title: Amazon SageMaker에서 학습 실행하기
- local: in_translation
title: (번역 중)
title: 일반 사용법
- local: in_translation
title: (번역 중)
title: How-to 가이드I apologize for any confusion I may have caused with my suggestion that removing a single dash would resolve the issue. I understand it may have been misleading.
Please let me know if you have further questions, @jungnerd !
docs/source/ko/_toctree.yml
Outdated
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
docs/source/ko/_toctree.yml
Outdated
There was a problem hiding this comment.
Please note that L18 and L19 have the same indent level. Since a section cannot have two titles, doc-builder malfunctioned and returned a 500 error.
|
Also when squashing the commits, please fix the typo on |
|
Great work, @jungnerd !
if you want. 🙌 Good night! |
|
@jungnerd we can remove the |
Co-Authored-By: Hyeonseo Yun <0525_hhgus@naver.com> Co-Authored-By: Gabriel Yang <gabrielwithhappy@gmail.com> Co-Authored-By: Sohyun Sim <96299403+sim-so@users.noreply.github.com> Co-Authored-By: Na Yeon Han <nayeon2.han@gmail.com> Co-Authored-By: Wonhyeong Seo <wonhseo@kakao.com>
|
May you please review this PR? |
…gface#22549) fix: docs: ko: sagemaker anchors and `_toctree.yml` Co-authored-by: Hyeonseo Yun <0525_hhgus@naver.com> Co-authored-by: Gabriel Yang <gabrielwithhappy@gmail.com> Co-authored-by: Sohyun Sim <96299403+sim-so@users.noreply.github.com> Co-authored-by: Na Yeon Han <nayeon2.han@gmail.com> Co-authored-by: Wonhyeong Seo <wonhseo@kakao.com>


Co-authored-by: Wonhyeong Seo
wonhseo@kakao.com
What does this PR do?
I fixed the anchors and
_toctree.ymlPart of #20179 (issue)
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.
Please review this PR: @sgugger