From 622766c6e85b89af554fcd191444aac30440c92d Mon Sep 17 00:00:00 2001 From: bennibbelink <79653949+bennibbelink@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:26:55 -0400 Subject: [PATCH 1/2] add link to fuelcycle.org to doxygen homepage --- src/cycamore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cycamore.h b/src/cycamore.h index c3ff0e830..c792a0386 100644 --- a/src/cycamore.h +++ b/src/cycamore.h @@ -6,6 +6,7 @@ * \mainpage Cycamore API Reference * * Welcome to the Cycamore API reference! Below are some helpful links for learning more: + * - Cyclus Homepage: https://fuelcycle.org * - GitHub repository: https://github.com/cyclus/cycamore * - Kernel developer guide: https://fuelcycle.org/kernel * - Archetype developer guide: https://fuelcycle.org/arche From 061b6ebf377934eeebae5d7f6797b3807f2abd00 Mon Sep 17 00:00:00 2001 From: bennibbelink <79653949+bennibbelink@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:29:20 -0400 Subject: [PATCH 2/2] update CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2a8991570..402eac744 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,7 @@ Since last release * Update archetype definitions to use cyclus constants instead of arbitrary hardcoded values (#606) * Changed the styling of doxygen docs (#626) * Use ``CyclusBuildSetup`` macros to replace CMake boilerplate (#627) +* Updated Doxygen homepage (#632) **Fixed:**