-
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
base: main
Are you sure you want to change the base?
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
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 New FailureAs of commit 0f32482 with merge base 10eefc3 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| @@ -1,3 +1,3 @@ | |||
| .. warning:: | |||
| TorchScript is deprecated, please use | |||
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?
Description
Term list: glossary.rst
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