Revision 70c78234182d797294d831d9a66961bfb278bceb authored by heisterm on 13 January 2015, 09:45:27 UTC, committed by heisterm on 13 January 2015, 09:45:27 UTC
The example (attenuation_correction_example.py) has the same content as the tutorial.
Just the code is organised a little different.
1 parent 06e4219
Raw File
build_order.sh
# goes to setup textbox on the codeship
source setup.sh
source clone_doc.sh
# goes to test textbox on the codeship
source test.sh
source build_doc.sh
source deploy_doc.sh
source deploy_pypi.sh
back to top