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

Replace notebook in read-the-docs with Cookbook reference #2003

Merged
merged 1 commit into from
May 18, 2018
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
198 changes: 0 additions & 198 deletions read-the-docs/notebooks/10_Minutes_to_Tax-Calculator.ipynb

This file was deleted.

18 changes: 7 additions & 11 deletions read-the-docs/source/contributor_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,10 @@ situations, in which case other contributors are here to help.
Simple Usage
------------

For examples of Tax-Calculator usage (without changing tax parameter
values and without adding a new tax parameter), you can view our code
sample notebook: `10 Minutes To Tax-Calculator`_.
For examples of Tax-Calculator usage, see the `Cookbook of Tested
Recipes for Python Programming with Tax-Calculator`_, which contains
Python scripts that can be executed by the Python command-line
interpreter or imported into a Python notebook for interactive execution.


.. [1] The dollar sign is the end of the command prompt on a Mac. If
Expand Down Expand Up @@ -273,14 +274,6 @@ sample notebook: `10 Minutes To Tax-Calculator`_.
.. _`Github Flow`:
https://guides.github.com/introduction/flow/

.. _`10 Minutes To Tax-Calculator`:
http://nbviewer.ipython.org/github/open-source-economics/Tax-Calculator/
blob/master/read-the-docs/notebooks/10_Minutes_to_Tax-Calculator.ipynb

.. _`Behavior Example`:
http://nbviewer.ipython.org/github/open-source-economics/Tax-Calculator/
blob/master/read-the-docs/notebooks/Behavioral_example.ipynb

.. _`Continuum Analytics`:
http://www.continuum.io/downloads

Expand Down Expand Up @@ -313,3 +306,6 @@ sample notebook: `10 Minutes To Tax-Calculator`_.

.. _`open a pull request`:
https://help.github.com/articles/creating-a-pull-request/#creating-the-pull-request

.. _`Cookbook of Tested Recipes for Python Programming with Tax-Calculator`:
https://github.com/open-source-economics/Tax-Calculator/blob/master/docs/cookbook.html
32 changes: 0 additions & 32 deletions taxcalc/tests/test_notebooks.py

This file was deleted.