-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ABM3_develop' of https://github.com/SANDAG/ABM into ABM…
…3_develop
- Loading branch information
Showing
261 changed files
with
16,472 additions
and
18,182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Publish documents | ||
on: | ||
push: | ||
branches: [main, ABM3_develop] | ||
jobs: | ||
build: | ||
name: Deploy docs to GitHub Pages | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Build | ||
uses: Tiryoh/actions-mkdocs@v0 | ||
with: | ||
mkdocs_version: 'latest' | ||
requirements: 'docs_requirements.txt' | ||
configfile: 'mkdocs.yml' | ||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Instructions for Editing/Managing Documentation | ||
|
||
TODO: update/refine as needed | ||
|
||
## Getting Started | ||
|
||
To get started using Anaconda, do the following: | ||
|
||
``` | ||
conda create -n rsm_docs python=3.10 | ||
conda activate rsm_docs | ||
pip install -r docs_requirements.txt | ||
``` | ||
|
||
To create the website locally: | ||
|
||
``` | ||
mkdocs serve | ||
``` | ||
|
||
See the `mkdocs.yml` file for the configuration. | ||
|
||
To create the website on GitHub pages, see the .github/workflows/docs.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Introduction | ||
|
||
Activity-Based Model 3 (ABM3) is a new activity-based model system implemented in the ActivitySim software. | ||
|
||
The ABM3 design is shown below | ||
|
||
reference to design | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# SANDAG ABM3 | ||
|
||
Welcome to the SANDAG Activity-Based Travel Model documentation site! | ||
|
||
|
||
## Introduction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Inputs and Outputs | ||
|
||
The main inputs to ABM3 include the transportation network, land-use data, synthetic population data, parameters files, and model specifications. Outputs include a set of files that describe travel decisions made by all travel markets considered by the model (residents, overnight visitors, airport ground access trips, commercial vehicles and trucks, Mexico residents traveling in San Diego County, and travel made by all other non-residents into and through San Diego County. | ||
|
||
# Model Inputs | ||
|
||
List here | ||
|
||
# Model Outputs | ||
|
||
List here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Installing and Running ABM3 | ||
|
||
This page describes how to install and run ABM3 | ||
|
||
# System Requirements | ||
|
||
|
||
# Software Requirements | ||
|
||
|
||
# Installing ABM3 Model | ||
|
||
|
||
|
||
# The ABM3 GUI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
fontawesome_markdown | ||
json5 | ||
jsonschema | ||
Markdown | ||
markdown-it-py | ||
mike | ||
mkdocs | ||
mkdocs-autorefs | ||
mkdocs-awesome-pages-plugin | ||
mkdocs-jupyter | ||
mkdocs-material | ||
mkdocs-material-extensions | ||
mkdocstrings | ||
mkdocstrings-python | ||
mkdocs-table-reader-plugin |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.