From f0c4f47eddb58ded40ea849ebc08ab01c568a349 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 23 Apr 2024 12:50:44 -0600 Subject: [PATCH] Minor Doc updates - remove banner about EDEX server outage from all pages (home, edex install, cave install, common problems, and educational resources) - add latest blog post to ed resources page - update common problems instruction for the high res DPI for windows machine, the executable is now called no_env.exe instead of CAVE.exe --- docs/appendix/common-problems.md | 6 ++---- docs/appendix/educational-resources.md | 3 +-- docs/index.md | 2 -- docs/install/install-cave.md | 2 -- docs/install/install-edex.md | 2 -- 5 files changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/appendix/common-problems.md b/docs/appendix/common-problems.md index 71da98e4d3..1a2b559c20 100644 --- a/docs/appendix/common-problems.md +++ b/docs/appendix/common-problems.md @@ -1,5 +1,3 @@ -!!! warning "EDEX Outage [as of 4/17/24 11:00 MDT]: Our public EDEX back online, however there may still be some lingering issues from the cloud maintenance. If you experience any strange behavior please notify us via support-awips@ucar.edu. Thank you." - # Common Problems ## All Operating Systems @@ -126,8 +124,8 @@ If you start up CAVE in Windows and notice the map is showing up only in the bot Try following these steps to fix your issue: -- Right-click on the CAVE.exe, select Properties -!!! note "This is not the batch file (CAVE.bat) that gets installed as the CAVE shortcut on the Desktop, the CAVE.exe is located in `C:\Users\[your_username]\AppData\Roaming\UCAR Unidata\AWIPS CAVE\CAVE.exe`." +- Right-click on the no_env.exe, select Properties +!!! note "This is not the batch file (CAVE.bat) that gets installed as the CAVE shortcut on the Desktop, the no_env.exe is located in `C:\Users\[your_username]\AppData\Roaming\UCAR Unidata\AWIPS CAVE\no_env.exe`." - Select the Compatibility tab - Click "Change High DPI Settings" - At the bottom enable "Override High DPI scaling behavior" diff --git a/docs/appendix/educational-resources.md b/docs/appendix/educational-resources.md index 7eea8dee33..c949edaa8d 100644 --- a/docs/appendix/educational-resources.md +++ b/docs/appendix/educational-resources.md @@ -1,5 +1,3 @@ -!!! warning "EDEX Outage [as of 4/17/24 11:00 MDT]: Our public EDEX back online, however there may still be some lingering issues from the cloud maintenance. If you experience any strange behavior please notify us via support-awips@ucar.edu. Thank you." - # Educational Resources Here at NSF Unidata, we want to provide as many resources as possible to make our tools and applications easy to use. For AWIPS we currently have a new [eLearning course](#cave-elearning-course) that is specific to CAVE. We also have a suite of [Jupyter Notebooks](#python-awips-example-notebooks) that are meant to provide a detailed overview of many capabilities of python-awips. @@ -217,6 +215,7 @@ A full list of all released blogs can be found below: - [Measuring Up - Distance Tools in CAVE](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-measuring-up-distance) - [New RAWS Data](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-new-raws-data) - [Customized Contours](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-customized-contours) +- [Using the Text Workstation](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-using-the-text) #### Python-AWIPS diff --git a/docs/index.md b/docs/index.md index c51073ceb6..c6af8b18c4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,3 @@ -!!! warning "EDEX Outage [as of 4/17/24 11:00 MDT]: Our public EDEX back online, however there may still be some lingering issues from the cloud maintenance. If you experience any strange behavior please notify us via support-awips@ucar.edu. Thank you." - # NSF Unidata AWIPS Manual [https://www.unidata.ucar.edu/software/awips2](https://www.unidata.ucar.edu/software/awips2) diff --git a/docs/install/install-cave.md b/docs/install/install-cave.md index 55382f9a7c..f28b52e750 100644 --- a/docs/install/install-cave.md +++ b/docs/install/install-cave.md @@ -1,5 +1,3 @@ -!!! warning "EDEX Outage [as of 4/17/24 11:00 MDT]: Our public EDEX back online, however there may still be some lingering issues from the cloud maintenance. If you experience any strange behavior please notify us via support-awips@ucar.edu. Thank you." - # Install CAVE CAVE is the **C**ommon **A**WIPS **V**isualization **E**nvironment that is used for rendering and analyzing data for AWIPS. The installer may require administrator priviledges to install and may require other system changes (environment variables, etc) as well. diff --git a/docs/install/install-edex.md b/docs/install/install-edex.md index bf9a55e28f..9aa79992db 100644 --- a/docs/install/install-edex.md +++ b/docs/install/install-edex.md @@ -1,5 +1,3 @@ -!!! warning "EDEX Outage [as of 4/17/24 11:00 MDT]: Our public EDEX back online, however there may still be some lingering issues from the cloud maintenance. If you experience any strange behavior please notify us via support-awips@ucar.edu. Thank you." - # Install EDEX EDEX is the **E**nvironmental **D**ata **Ex**change system that represents the backend server for AWIPS. EDEX is only supported for Linux systems: CentOS and RHEL, and ideally, it should be on its own dedicated machine. It requires administrator priviledges to make root-level changes. EDEX can run on a single machine or be spread across multiple machines. To learn more about that please look at [Distributed EDEX, Installing Across Multiple Machines](../../edex/distributed-computing/)