Skip to content

Commit

Permalink
publish (#344)
Browse files Browse the repository at this point in the history
* move notebooks to examples folder so they are installed and update docs as a result (#343)
  • Loading branch information
bstabler authored Sep 10, 2020
1 parent 3b70dfc commit fe2614d
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

include ez_setup.py
include README.rst
graft notebooks
graft activitysim/examples

# required for test system
Expand Down
2 changes: 1 addition & 1 deletion activitysim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ActivitySim
# See full license in LICENSE.txt.

__version__ = '0.9.5'
__version__ = '0.9.5.1'
__doc__ = 'Activity-Based Travel Modeling'
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
],
"source": [
"!pip install https://github.com/activitysim/activitysim/zipball/develop"
"!pip install activitysim"
]
},
{
Expand Down
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ ActivitySim includes a `Jupyter Notebook <https://jupyter.org>`__ recipe book wi
* Open an Anaconda prompt and activate the Anaconda environment with ActivitySim installed
* If needed, ``conda install jupyterlab`` so you can run jupyter notebooks
* Type ``jupyter notebook`` to launch the web-based notebook manager
* Navigate to the notebooks folder and select a notebook to learn more:
* Navigate to the examples notebooks folder and select a notebook to learn more:

* `Getting started <https://github.com/activitysim/activitysim/blob/develop/notebooks/getting_started.ipynb/>`__
* `Summarizing results <https://github.com/activitysim/activitysim/blob/develop/notebooks/summarizing_results.ipynb/>`__
* `Testing a change in auto ownership <https://github.com/activitysim/activitysim/blob/develop/notebooks/change_in_auto_ownership.ipynb/>`__
* `Adding TNCs <https://github.com/activitysim/activitysim/blob/develop/notebooks/adding_tncs.ipynb/>`__
* `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/>`__

Hardware
--------
Expand Down

0 comments on commit fe2614d

Please sign in to comment.