Skip to content

Commit

Permalink
publish (#345)
Browse files Browse the repository at this point in the history
* correct doc links
  • Loading branch information
bstabler authored Sep 10, 2020
1 parent fe2614d commit bd55f26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/abmexample.rst
Original file line number Diff line number Diff line change
Expand Up @@ -929,10 +929,10 @@ To run the estimation example, do the following:

* Open the relevant estimation with larch example Jupyter Notebook and re-estimate the submodel:

* `Estimating auto ownership <https://github.com/activitysim/activitysim/blob/develop/activitysim/examples/example_estimation/notebooks/estimating_auto_ownership.ipynb/>`__
* `Estimating school location <https://github.com/activitysim/activitysim/blob/develop/activitysim/examples/example_estimation/notebooks/estimating_school_location.ipynb/>`__
* `Estimating work location <https://github.com/activitysim/activitysim/blob/develop/activitysim/examples/example_estimation/notebooks/estimating_workplace_location.ipynb/>`__
* `Estimating tour mode choice <https://github.com/activitysim/activitysim/blob/develop/activitysim/examples/example_estimation/notebooks/estimating_tour_mode_choice.ipynb/>`__
* `Estimating auto ownership <https://github.com/activitysim/activitysim/blob/master/activitysim/examples/example_estimation/notebooks/estimating_auto_ownership.ipynb/>`__
* `Estimating school location <https://github.com/activitysim/activitysim/blob/master/activitysim/examples/example_estimation/notebooks/estimating_school_location.ipynb/>`__
* `Estimating work location <https://github.com/activitysim/activitysim/blob/master/activitysim/examples/example_estimation/notebooks/estimating_workplace_location.ipynb/>`__
* `Estimating tour mode choice <https://github.com/activitysim/activitysim/blob/master/activitysim/examples/example_estimation/notebooks/estimating_tour_mode_choice.ipynb/>`__

* Save the updated coefficient file to the configs folder and run the model in simulation mode.

Expand Down
8 changes: 4 additions & 4 deletions docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ ActivitySim includes a `Jupyter Notebook <https://jupyter.org>`__ recipe book wi
* Type ``jupyter notebook`` to launch the web-based notebook manager
* Navigate to the examples notebooks folder and select a notebook to learn more:

* `Getting started <https://github.com/activitysim/activitysim/blob/master/notebooks/getting_started.ipynb/>`__
* `Summarizing results <https://github.com/activitysim/activitysim/blob/master/notebooks/summarizing_results.ipynb/>`__
* `Testing a change in auto ownership <https://github.com/activitysim/activitysim/blob/master/notebooks/change_in_auto_ownership.ipynb/>`__
* `Adding TNCs <https://github.com/activitysim/activitysim/blob/master/notebooks/adding_tncs.ipynb/>`__
* `Getting started <https://github.com/ActivitySim/activitysim/blob/master/activitysim/examples/example_mtc/notebooks/getting_started.ipynb/>`__
* `Summarizing results <https://github.com/ActivitySim/activitysim/blob/master/activitysim/examples/example_mtc/notebooks/summarizing_results.ipynb/>`__
* `Testing a change in auto ownership <https://github.com/ActivitySim/activitysim/blob/master/activitysim/examples/example_mtc/notebooks/change_in_auto_ownership.ipynb/>`__
* `Adding TNCs <https://github.com/ActivitySim/activitysim/blob/master/activitysim/examples/example_mtc/notebooks/adding_tncs.ipynb/>`__

Hardware
--------
Expand Down

0 comments on commit bd55f26

Please sign in to comment.