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

Remove tutorials/astropy_introduction.ipynb #2118

Merged
merged 1 commit into from
Apr 17, 2019
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
17 changes: 4 additions & 13 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Notebooks
notebooks/cta_sensitivity.ipynb
notebooks/spectrum_simulation.ipynb
notebooks/spectrum_simulation_cta.ipynb
notebooks/astropy_introduction.ipynb
notebooks/image_analysis.ipynb


Expand Down Expand Up @@ -120,22 +119,14 @@ These notebooks contain examples on some more specialised functionality in Gamma
Basics
------

Gammapy is a Python package built on Numpy and Astropy, so for now you have to learn
a bit of Python, Numpy and Astropy to be able to use Gammapy.
To make plots you have to learn a bit of matplotlib.
Gammapy is a Python package built on `Numpy`_ and `Astropy`_, so to use it effectively,
you have to learn the basics. To make plots you have to learn a bit of `matplotlib`_.

We plan to add a very simple to use high-level interface to Gammapy where you just have to
adjust a config file, but that isn't available yet.

Here are some great resources:
Here are some great hands-on tutorials to get started quickly:

- Python: `A Whirlwind tour of Python <https://nbviewer.jupyter.org/github/jakevdp/WhirlwindTourOfPython/blob/master/Index.ipynb>`__
- IPython, Jupyter, Numpy, matplotlib: `Python data science handbook <http://nbviewer.jupyter.org/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb>`__
- `Astropy introduction for Gammapy users <notebooks/astropy_introduction.html>`__ | *astropy_introduction.ipynb*
- `Astropy Hands On (1st ASTERICS-OBELICS International School) <https://github.com/Asterics2020-Obelics/School2017/blob/master/astropy/astropy_hands_on.ipynb>`__

Other useful resources:

- http://www.astropy.org/astropy-tutorials
- http://astropy.readthedocs.io
- https://python4astronomers.github.io
- Astropy: `Astropy Hands-On Tutorial <https://github.com/Asterics2020-Obelics/School2019/tree/master/astropy>`__
Loading