From 9a8638aef24b92671159e2e22be7a728aadc5b30 Mon Sep 17 00:00:00 2001 From: Kenneth Moreland Date: Tue, 25 Jun 2024 18:17:40 -0400 Subject: [PATCH] Update version, acknowledgements, and other meta information --- docs/users-guide/acknowledgements.rst | 7 +++++-- docs/users-guide/conf.py | 6 +++--- docs/users-guide/index.rst | 4 ++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/users-guide/acknowledgements.rst b/docs/users-guide/acknowledgements.rst index 01ab7ba45..7a054dfaf 100644 --- a/docs/users-guide/acknowledgements.rst +++ b/docs/users-guide/acknowledgements.rst @@ -90,5 +90,8 @@ Sandia National Laboratories is a multimission laboratory managed and operated b This research was supported by the Exascale Computing Project (17-SC-20-SC), a joint project of the U.S. Department of Energy's Office of Science and National Nuclear Security Administration, responsible for delivering a capable exascale ecosystem, including software, applications, and hardware technology, to support the nation's exascale computing imperative. -This material is based upon work supported by the U.S. -Department of Energy, Office of Science, Office of Advanced Scientific Computing Research, Scientific Discovery through Advanced Computing (SciDAC) program. +This work was supported in part by the U.S. Department of Energy (DOE) RAPIDS SciDAC project under contract number DE-AC05-00OR22725 and by the Exascale Computing Project (17-SC-20-SC), a collaborative effort of the U.S. Department of Energy Office of Science and the National Nuclear Security Administration. + +This research used resources of the Oak Ridge Leadership Computing Facility at the Oak Ridge National Laboratory, which is supported by the Office of Science of the U.S. Department of Energy under Contract No. DE-AC05-00OR22725. + +This research used resources of the Argonne Leadership Computing Facility, a U.S. Department of Energy (DOE) Office of Science user facility at Argonne National Laboratory and is based on research supported by the U.S. DOE Office of Science-Advanced Scientific Computing Research Program, under Contract No. DE-AC02-06CH11357. diff --git a/docs/users-guide/conf.py b/docs/users-guide/conf.py index 43a0fcbff..f5f03aaa2 100644 --- a/docs/users-guide/conf.py +++ b/docs/users-guide/conf.py @@ -20,7 +20,7 @@ project = "The VTK-m User's Guide" copyright = 'Kitware Inc., National Technology & Engineering Solutions of Sandia LLC, UT-Battelle LLC, Los Alamos National Security LLC' author = 'Kenneth Moreland' version = '@VTKm_VERSION_FULL@' -release = '@VTKm_VERSION_FULL@' +release = '@VTKm_VERSION_MAJOR@.@VTKm_VERSION_MINOR@' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration @@ -76,8 +76,8 @@ today_fmt = '%B %d, %Y' rst_prolog = ''' .. |VTKm| replace:: VTK‑m .. |Veclike| replace:: ``Vec``-like -.. |report-year| replace:: 2023 -.. |report-number| replace:: ORNL/TM-2023/3182 +.. |report-year| replace:: 2024 +.. |report-number| replace:: ORNL/TM-2024/3443 ''' breathe_projects = { 'vtkm': '@doxygen_xml_output_dir@' } diff --git a/docs/users-guide/index.rst b/docs/users-guide/index.rst index fbf29810f..ff5c795e5 100644 --- a/docs/users-guide/index.rst +++ b/docs/users-guide/index.rst @@ -23,9 +23,9 @@ David Pugmire, Nick Thompson, Allison Vacanti, Abhishek Yenpure, -and the |VTKm| community +and the |VTKm| community. -Moreland, K. (|report-year|). *The VTK-m User's Guide*, Tech report |report-number|, Oak Ridge National Laboratory. +Moreland, K. (|report-year|). *The VTK-m User's Guide*, version |release|, Tech report |report-number|, Oak Ridge National Laboratory. .. centered:: Join the VTK-m Community at http://m.vtk.org.