From 426f1b740d5479b44798c233563907a2909835c7 Mon Sep 17 00:00:00 2001 From: "James P. Howard, II" Date: Sat, 21 Jan 2023 21:52:54 -0500 Subject: [PATCH] docs(examples): Additional updates for documentation --- docs/changelog.rst | 1 + docs/todo.rst | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 25611be..2019676 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +- :support:`0` Added documentation for each example - :feature:`0` Readded step() to the Model interface - :feature:`0` Moved to exception-based error handling - :feature:`0` Added Bank Reserves model to demonstrate reporting diff --git a/docs/todo.rst b/docs/todo.rst index f740fd1..59d424f 100644 --- a/docs/todo.rst +++ b/docs/todo.rst @@ -17,7 +17,6 @@ The list below is a list of things considered nice to have at any point. - Revise unit tests to take advantage of fixtures -- Documentation with basic introduction to ABMs - Network Boltzmann model example - Additional examples as appropriate - Globe domain, on sphere, with latitude and longitude