From 224e30290aec20a942832585a425afeeae5ec58c Mon Sep 17 00:00:00 2001 From: Fumito Hamamura Date: Wed, 3 May 2023 12:55:56 +0900 Subject: [PATCH] DOC: Update docs for release v0.8.1 --- .../libraries/savings/savings_example4.ipynb | 2 +- makedocs/source/archive.rst | 1 + makedocs/source/libraries/savings/index.rst | 4 ++- .../libraries/savings/savings_example4.nblink | 3 ++ makedocs/source/releases/relnotes_v0.8.1.rst | 30 +++++++++++++++++++ makedocs/source/updates.rst | 5 ++++ makedocs/source/whatsnew.rst | 1 + 7 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 makedocs/source/libraries/savings/savings_example4.nblink create mode 100644 makedocs/source/releases/relnotes_v0.8.1.rst diff --git a/lifelib/libraries/savings/savings_example4.ipynb b/lifelib/libraries/savings/savings_example4.ipynb index 5450bf2..160c6b6 100644 --- a/lifelib/libraries/savings/savings_example4.ipynb +++ b/lifelib/libraries/savings/savings_example4.ipynb @@ -653,7 +653,7 @@ "id": "3a435fef", "metadata": {}, "source": [ - "The output tells that `surr_charge_rate(t)` is consuming time the most, which is more than 30% of the total run time. Its fomula looks like below.\n", + "The output tells that `surr_charge_rate(t)` is consuming time the most, which is more than 40% of the total run time. Its fomula looks like below.\n", "\n", "`surr_charge_rate(t)` represents the surrener charge rates to be applied at time `t`. The surrender charge rates are defined by rate ID (such as `type_1`) and duration, and stored in `surr_charge_table` as a DataFrame. " ] diff --git a/makedocs/source/archive.rst b/makedocs/source/archive.rst index 9aace3c..f617840 100644 --- a/makedocs/source/archive.rst +++ b/makedocs/source/archive.rst @@ -11,6 +11,7 @@ Past Documents .. raw:: html