Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve notebook distribution #343

Merged
merged 2 commits into from
Sep 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

include ez_setup.py
include README.rst
include LICENSE.txt

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.
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
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