-
Notifications
You must be signed in to change notification settings - Fork 28.1k
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
[i18n-KO] fix: docs: ko: sagemaker anchors and _toctree.yml
#22549
Conversation
The documentation is not available anymore as the PR was closed or merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
title: Amazon SageMaker에서 학습 실행하기 | ||
- local: in_translation | ||
title: (번역 중) | ||
- title: 일반 사용법 |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
docs/source/ko/_toctree.yml
Outdated
- sections: | ||
- local: in_translation | ||
title: (번역 중) | ||
- local: sagemaker | ||
title: Amazon SageMaker에서 학습 실행하기 | ||
- local: in_translation | ||
title: (번역 중) | ||
title: 일반 사용법 | ||
title: How-to 가이드 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fixes!
…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.yml
Part 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