Add translated _admonition/gpu.md (referenced but missing)#172
Merged
Conversation
mix_model.md on main and several resync branches (e.g. ifp_egm) include _admonition/gpu.md, which never existed in this repo. Translated from the English source's lectures/_admonition/gpu.md. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for astonishing-narwhal-a8fc64 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Adds the missing _admonition/gpu.md include file (Chinese translation) that is referenced by existing lecture content, preventing broken {include} directives in the JupyterBook/MyST build.
Changes:
- Add
lectures/_admonition/gpu.mdcontaining a GPU warning admonition in Chinese. - Restore validity of existing
```{include} _admonition/gpu.md ```usage (e.g., inlectures/mix_model.md).
Comments suppressed due to low confidence (1)
lectures/_admonition/gpu.md:12
- The file ends with a whitespace-only line after the closing code fence. This can introduce trailing-whitespace noise and may trip markdown linters; it’s best to end the file right after the closing ``` fence (with a normal newline).
</details>
---
💡 <a href="/QuantEcon/lecture-python.zh-cn/new/main?filename=.github/instructions/*.instructions.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Add Copilot custom instructions</a> for smarter, more guided reviews. <a href="https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Learn how to get started</a>.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mix_model.md on main and several resync-wave files include
_admonition/gpu.md, but the directory never existed in this repo. Adds the Chinese translation of the source's 12-line admonition. Found during the 7-PR merge review.🤖 Generated with Claude Code