Skip to content

Commit

Permalink
Merge pull request #133 from wtbarnes/master
Browse files Browse the repository at this point in the history
Blog post on using coordinates to model loops
  • Loading branch information
Cadair authored Jul 23, 2018
2 parents fd05b8e + 0312fef commit b869014
Show file tree
Hide file tree
Showing 3 changed files with 854 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: python
python:
- 3.6

before_install: "sudo apt-get install -y pandoc"

install: "pip install -r requirements.txt"

script: make html
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

sys.path.append(os.path.abspath('exts'))
extensions = ['sphinx.ext.githubpages', 'ablog', 'sphinxcontrib.rawfiles', 'cards',
'sphinx.ext.intersphinx', 'sphinx.ext.imgmath', 'nbsphinx']
'sphinx.ext.intersphinx', 'nbsphinx', 'sphinx.ext.mathjax']
templates_path = [ablog.get_html_templates_path()]

intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
Expand All @@ -18,7 +18,7 @@

rawfiles = ['jitsi.html']

imgmath_image_format = 'svg'
mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"

disqus_shortname = 'sunpy-org'
blog_baseurl = 'https://sunpy.org/blog.html'
Expand Down
850 changes: 850 additions & 0 deletions posts/2018/2018-07-21-coronal-loop-coordinates.ipynb

Large diffs are not rendered by default.

0 comments on commit b869014

Please sign in to comment.