-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Adding Glossary #3700
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
Adding Glossary #3700
Conversation
- Created Sphinx glossary with 15 PyTorch-specific terms - Added interactive hover tooltips using custom JavaScript - Integrated glossary into main documentation navigation - Added sphinx-hoverxref dependency for tooltip functionality
🔗 Helpful Links
🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3700
- 📄 Preview Python docs built from this PR
Note: Links to docs will display an error until the docs builds have been completed.
❗ 1 Active SEVs
There are 1 currently active SEVs. If your PR is affected, please view them below:
❌ 1 New Failure
As of commit 0f32482 with merge base 10eefc3 (image ):
NEW FAILURE - The following job has failed:
- link check on PR / linkChecker (gh)
Process completed with exit code 1.
This comment was automatically generated by Dr. CI and updates every 15 minutes.
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.
this is a redirect page - why are we adding a term here?
Uh oh!
There was an error while loading. Please reload this page.
Description
Term list: glossary.rst
Screenshot 2025年12月15日 at 10 01 31 PM (3)JS is used to load the terms for the tooltips
Started with a limited list of terms and updated a handful of pages. Once we're happy with it i'll add more terms and update the rest of the files.
Checklist