From f6d40779dd277a42f82e8c0bd431d5861ea6b6cc Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 19 May 2025 12:49:55 +0100 Subject: [PATCH 1/2] Highlight link targets --- doc/_static/css/custom.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css index 1b2b3cd9f..945eedf2c 100644 --- a/doc/_static/css/custom.css +++ b/doc/_static/css/custom.css @@ -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; +} From dfb99e7c4068b04841f8f8c848f22ba2b5e8bd28 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 19 May 2025 12:53:34 +0100 Subject: [PATCH 2/2] compmgmt isn't a word --- doc/systems/inst_control/Computer-Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/systems/inst_control/Computer-Troubleshooting.md b/doc/systems/inst_control/Computer-Troubleshooting.md index eacbe1ace..314b9ce6e 100644 --- a/doc/systems/inst_control/Computer-Troubleshooting.md +++ b/doc/systems/inst_control/Computer-Troubleshooting.md @@ -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)