From fffc21fe80bbfc367162123aaf24d50cc21beb95 Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Thu, 23 Oct 2025 18:12:14 -0500 Subject: [PATCH 1/6] Update front page of docs [makedocs] --- docs/index.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 421d776e78..63a8c1a447 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,6 +33,32 @@ the development and management of the ActivitySim is on the `project site `__, + a one-zone example originally based on MTC's Travel Model One (TM1). + - `SANDAG `__, + a two-zone example that mirrors SANDAG's ABM3. + + .. grid-item-card:: + + :fa:`square-arrow-up-right` |nbsp| |nbsp| Member Agency Models + + ^^^ + + Several consortium member agencies have open-sourced their ActivitySim + implementations. Check out these repositories for more examples: + + - `Puget Sound Regional Commission `__ + - `Atlanta Regional Commission `__ + - `Metropolitan Council `__ + .. toctree:: :hidden: From 599aaeae88a9479235d1a89bb4dfdaf2ddac7a47 Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Sat, 25 Oct 2025 09:25:14 -0500 Subject: [PATCH 2/6] formating [makedocs] --- docs/_static/theme_overrides.css | 4 ++++ docs/index.rst | 23 ++++++++++++++++------- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index 231ec5701a..ab453fc92f 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -8,3 +8,7 @@ div.sd-card-header { font-weight: 800; var(--pst-font-family-base); } + +div.sd-card { + margin-bottom: 12px; +} diff --git a/docs/index.rst b/docs/index.rst index 63a8c1a447..9bb3c3d9b9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -41,10 +41,15 @@ the development and management of the ActivitySim is on the `project site `__, - a one-zone example originally based on MTC's Travel Model One (TM1). - - `SANDAG `__, - a two-zone example that mirrors SANDAG's ABM3. + **`One-Zone `__** + Our one-zone example is originally based on MTC's Travel Model One (TM1), + but has evolved to be a slightly different model. It is still a reasonable + starting point as a donor model for new implementations. + + **`Two Zone `__** + Our two-zone example mirrors SANDAG's ABM3. Some effort has been made to + keep it aligned with SANDAG's model, but it is not an exact copy of + SANDAG's production model. .. grid-item-card:: @@ -53,11 +58,15 @@ the development and management of the ActivitySim is on the `project site `__ + - `Puget Sound Regional Commission `__ (Seattle) - `Atlanta Regional Commission `__ - - `Metropolitan Council `__ + - `Metropolitan Council `__ (Minneapolis-St. Paul) .. toctree:: :hidden: From 6cf4bd336d096812b48b892e0a39ba4aac7401a6 Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Sun, 26 Oct 2025 12:43:10 -0500 Subject: [PATCH 3/6] re-format [makedocs] --- docs/_static/theme_overrides.css | 2 +- docs/index.rst | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index ab453fc92f..d0d9b5cd70 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -10,5 +10,5 @@ div.sd-card-header { } div.sd-card { - margin-bottom: 12px; + margin-bottom: 24px; } diff --git a/docs/index.rst b/docs/index.rst index 9bb3c3d9b9..3003c1438f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -41,15 +41,14 @@ the development and management of the ActivitySim is on the `project site `__** - Our one-zone example is originally based on MTC's Travel Model One (TM1), + - `MTC Example `__, + our one-zone system prototype is originally based on MTC's Travel Model One (TM1), but has evolved to be a slightly different model. It is still a reasonable starting point as a donor model for new implementations. - - **`Two Zone `__** - Our two-zone example mirrors SANDAG's ABM3. Some effort has been made to - keep it aligned with SANDAG's model, but it is not an exact copy of - SANDAG's production model. + - `SANDAG Example `__, + our two-zone system model mirrors the typical resident portion of SANDAG's + ABM3. Some effort has been made to keep it aligned with SANDAG's model, but + it is not an exact copy of SANDAG's production model. .. grid-item-card:: From 65d6ead86de2c10cf4792a60dcc4f213e638c771 Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Sun, 26 Oct 2025 12:54:20 -0500 Subject: [PATCH 4/6] clean up [makedocs] --- docs/_static/theme_overrides.css | 2 +- docs/index.rst | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index d0d9b5cd70..772d0e7ebe 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -10,5 +10,5 @@ div.sd-card-header { } div.sd-card { - margin-bottom: 24px; + margin-bottom: 20px; } diff --git a/docs/index.rst b/docs/index.rst index 3003c1438f..5d56111cf1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,16 +39,15 @@ the development and management of the ActivitySim is on the `project site `__, - our one-zone system prototype is originally based on MTC's Travel Model One (TM1), - but has evolved to be a slightly different model. It is still a reasonable - starting point as a donor model for new implementations. - - `SANDAG Example `__, - our two-zone system model mirrors the typical resident portion of SANDAG's - ABM3. Some effort has been made to keep it aligned with SANDAG's model, but - it is not an exact copy of SANDAG's production model. + The ActivitySim consortium actively supports two example models, each of which + can be used as a starting point (i.e. a "donor model") for new implementations. + + - The `MTC Example `__, + our one-zone system prototype. This example is originally based on MTC's Travel Model One (TM1), + but has evolved to be a slightly different model. + - The `SANDAG Example `__, + our two-zone system model. Some effort has been made to keep it aligned + with SANDAG's model, but it is not an exact copy of SANDAG's production model. .. grid-item-card:: From 59a3ca7364f5bc3742661490d70f007306d122b8 Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Mon, 27 Oct 2025 13:28:12 -0500 Subject: [PATCH 5/6] clarify language [makedocs] --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 5d56111cf1..5f764b13f9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -57,9 +57,9 @@ the development and management of the ActivitySim is on the `project site `__ (Seattle) From 5ba34350861feae3f331db2a9ebd47269a766fea Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Tue, 28 Oct 2025 09:41:39 -0500 Subject: [PATCH 6/6] add oregon --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.rst b/docs/index.rst index 5f764b13f9..6641997c83 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -65,6 +65,7 @@ the development and management of the ActivitySim is on the `project site `__ (Seattle) - `Atlanta Regional Commission `__ - `Metropolitan Council `__ (Minneapolis-St. Paul) + - `Oregon Modeling Statewide Collaborative `__ .. toctree:: :hidden: