ufs-community / ufs-srweather-app

UFS Short-Range Weather Application
Other
55 stars 116 forks source link

[develop]: Quarterly Documentation Update (PI11) #1014

Closed gspetro-NOAA closed 6 months ago

gspetro-NOAA commented 6 months ago

DESCRIPTION OF CHANGES:

Updates include:

Type of change

TESTS CONDUCTED:

None required for documentation. The docs build successfully on my fork and can be viewed at: https://gsp-srw.readthedocs.io/en/text-us-25/

DEPENDENCIES:

N/A

DOCUMENTATION:

All documentation.

ISSUE:

Issue #1013

CHECKLIST

CONTRIBUTORS:

@maddenp-noaa

gspetro-NOAA commented 6 months ago

@MichaelLueken Currently, the make linkcheck command highlights 2 "broken" links, both from Intel. These links work in the browser, and a curl -I https://link... brings up a 200. Since this PR is not introducing any new errors, I was hoping we could proceed with review anyway while I explore solutions for ignoring or removing those errors.

MichaelLueken commented 6 months ago

@MichaelLueken Currently, the make linkcheck command highlights 2 "broken" links, both from Intel. These links work in the browser, and a curl -I https://link... brings up a 200. Since this PR is not introducing any new errors, I was hoping we could proceed with review anyway while I explore solutions for ignoring or removing those errors.

@gspetro-NOAA - Sure, we can go ahead and proceed with reviewing the current documentation changes while you look into the make linkcheck issues. Once the necessary approvals are received, I will hold off on merging until you give the go ahead.

gspetro-NOAA commented 6 months ago

@MichaelLueken I found a solution for the link issue using linkcheck_ignore in the conf.py file, so now make linkcheck should return no errors! :)

MichaelLueken commented 6 months ago

@MichaelLueken I found a solution for the link issue using linkcheck_ignore in the conf.py file, so now make linkcheck should return no errors! :)

@gspetro-NOAA - Nice! I'll go ahead and get this PR merged in the morning, then we can work on PR #1018.