Skip to content

Commit

Permalink
docs: added examples for preprocessing NHDPLus HR
Browse files Browse the repository at this point in the history
  • Loading branch information
aleaf committed Nov 4, 2024
1 parent a215bff commit e22055a
Show file tree
Hide file tree
Showing 3 changed files with 372 additions and 88 deletions.
10 changes: 5 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
'numpydoc',
'nbsphinx',
'sphinx_copybutton',
'sphinx_gallery.gen_gallery'
#'sphinx_gallery.gen_gallery'
]

sphinx_gallery_conf = {
'examples_dirs': 'examples', # path to your example scripts
'gallery_dirs': 'gallery', # path to where to save gallery generated output
}
#sphinx_gallery_conf = {
# 'examples_dirs': 'examples', # path to your example scripts
# 'gallery_dirs': 'gallery', # path to where to save gallery generated output
#}

# Configuration options for plot_directive. See:
# https://github.com/matplotlib/matplotlib/blob/f3ed922d935751e08494e5fb5311d3050a3b637b/lib/matplotlib/sphinxext/plot_directive.py#L81
Expand Down
7 changes: 3 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ version |version|
:caption: User Guide

Input Requirements <inputs>
Basic Usage in a scripting context <notebooks/SFRmaker_demo>
Preprocessing NHDPlus version 2 data <notebooks/preprocessing_demo>
Using SFRmaker with NHDPlus High Resolution <notebooks/lines_from_NHDPlusHR_demo>
Preprocessing <notebooks/preprocessing_demo>
Using SFRmaker <examples/index.rst>
Concepts and methods <concepts.rst>
Stand-alone tools <notebooks/sfrmaker_tools>
Other stand-alone tools <notebooks/sfrmaker_tools>
Troubleshooting <troubleshooting>

.. toctree::
Expand Down
Loading

0 comments on commit e22055a

Please sign in to comment.