Skip to content

Commit

Permalink
Docs: Add tutorial 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
timstaley committed Dec 8, 2015
1 parent fa9c61e commit 5fa2070
Show file tree
Hide file tree
Showing 7 changed files with 526 additions and 366 deletions.
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -107,8 +108,9 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
# 'https://docs.python.org/': None,
'voeventdb':('http://voeventdb.readthedocs.org/en/latest/', None)
'https://docs.python.org/': None,
'voeventdb':('http://voeventdb.readthedocs.org/en/latest/', None),
'astropy': ('http://astropy.readthedocs.org/en/stable/', None)
}

def convert_nb(nbpath, output_folder):
Expand Down
364 changes: 0 additions & 364 deletions docs/source/notebooks/scratch.ipynb

This file was deleted.

0 comments on commit 5fa2070

Please sign in to comment.