Skip to content

Commit

Permalink
testing jupyter example
Browse files Browse the repository at this point in the history
  • Loading branch information
aewebb80 committed Jun 12, 2020
1 parent 808f0fc commit fda7769
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __getattr__(cls, name):
# -- Project information -----------------------------------------------------

project = 'PPP'
copyright = '2019, PPP Development Team. This material is based upon work supported by the National Science Foundation under Grant Number (NSF ABI 1564659 to Arun Sethuraman and Jody Hey)'
copyright = '2020, PPP Development Team. This material is based upon work supported by the National Science Foundation under Grant Number (NSF ABI 1564659 to Arun Sethuraman and Jody Hey)'
author = 'PPP Development Team'

from pgpipe import __version__
Expand All @@ -63,7 +63,8 @@ def __getattr__(cls, name):
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'numpydoc'
'numpydoc',
'nbsphinx'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ Please Note: This documentation is currently being devlopement and will be updat
PPP_pages/model
PPP_pages/contact
PPP_pages/citations
:ref:`../../examples/example_pipeline_pan.ipynb`



0 comments on commit fda7769

Please sign in to comment.