From f731eba56a2005a4decebaefff9d41dfba827586 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Thu, 29 Aug 2024 09:59:32 -0600 Subject: [PATCH] update description. --- rtgmpy/www/main.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rtgmpy/www/main.py b/rtgmpy/www/main.py index 9591be1..2ecf9f7 100644 --- a/rtgmpy/www/main.py +++ b/rtgmpy/www/main.py @@ -23,7 +23,13 @@ BASE_HREF = re.sub("\\/$", "", base_href) description = """ Obtain risk-targeted ground motion (RTGM) values for one or more input IM hazard curves, -in accordance with ASCE 7 (Section 21.2.1.2) and the upcoming AASHTO 2023 provisions. +in accordance with ASCE 7 (Section 21.2.1.2) and the 2023 AASHTO Guide Specifications +for LRFD Seismic Bridge Design (3rd Edition). + +Python source code and +[**Documentation**](https://code.usgs.gov/ghsc/erp/erp-rtgm-calculator/-/tree/main/documentation) +can be found at <https://code.usgs.gov/ghsc/erp/erp-rtgm-calculator> +(<https://doi.org/10.5066/P9A2F2B8>). """ app = FastAPI( -- GitLab