Skip to content

Highlight link targets #16

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

Merged
merged 2 commits into from
May 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions doc/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,16 @@ a:hover {
.wy-nav-content {
max-width: 1200px !important;
}

@keyframes highlight {
0% {
background: #01afec;
}
100% {
background: none;
}
}

:target {
animation: highlight 3s;
}
2 changes: 1 addition & 1 deletion doc/systems/inst_control/Computer-Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ If it is through a share the file lock will not appear in here. In this case loo

## Checking windows event log on NDX computer for process crash/resource issues

The windows application and system event logs contain useful details to help diagnose system, process and resource issues check as crashes and memory issues. Accessing this via the computer management (compmgmt) application is in a [separate sharepoint document](https://stfc365.sharepoint.com/:w:/r/sites/ISISExperimentControls/Instrument%20Documents/Checking%20event%20log%20on%20a%20computer.docx?d=w40b9227a3095448eb655c156c2a567db&csf=1&web=1&e=VzNF0U)
The windows application and system event logs contain useful details to help diagnose system, process and resource issues check as crashes and memory issues. Accessing this via the computer management (`compmgmt`) application is in a [separate sharepoint document](https://stfc365.sharepoint.com/:w:/r/sites/ISISExperimentControls/Instrument%20Documents/Checking%20event%20log%20on%20a%20computer.docx?d=w40b9227a3095448eb655c156c2a567db&csf=1&web=1&e=VzNF0U)