Skip to content

Commit

Permalink
Merge pull request #911 from zssherman/ingest_notebook
Browse files Browse the repository at this point in the history
ADD: Adding a basic ingest using Py-ART's testing object example notebook.
  • Loading branch information
zssherman authored Mar 20, 2020
2 parents 3bbab4a + 45f2515 commit ea26713
Show file tree
Hide file tree
Showing 6 changed files with 1,376 additions and 0 deletions.
2 changes: 2 additions & 0 deletions continuous_integration/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ set -e

echo "Building Docs"
conda install -q sphinx pillow ipython
conda install -c conda-forge pandoc
pip install sphinx_rtd_theme
pip install sphinx_gallery
pip install sphinx-copybutton
pip install nbsphinx

cd doc
make clean
Expand Down
3 changes: 3 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@
'matplotlib.sphinxext.plot_directive',
'sphinx.ext.napoleon',
'sphinx_copybutton',
'nbsphinx',
]

exclude_patterns = ['_build', '**.ipynb_checkpoints']

# only include examples if the BUILD_PYART_EXAMPLES env. variable is set
if 'BUILD_PYART_EXAMPLES' in os.environ:
extensions.append('sphinx_gallery.gen_gallery')
Expand Down
7 changes: 7 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ The Python ARM Radar Toolkit - Py-ART
GitHub Repo <https://github.com/ARM-DOE/pyart>
Zip File of Repository <https://github.com/ARM-DOE/pyart/archive/master.zip>

.. toctree::
:maxdepth: 0
:hidden:
:caption: Notebooks

notebooks/basic_ingest_using_test_radar_object

.. toctree::
:maxdepth: 1
:hidden:
Expand Down
Loading

0 comments on commit ea26713

Please sign in to comment.