Skip to content

Commit

Permalink
Merge pull request #164 from NOAA-OWP/expand_documentation
Browse files Browse the repository at this point in the history
Expand documentation
  • Loading branch information
GregoryPetrochenkov-NOAA committed Oct 18, 2023
2 parents 224e333 + 497d136 commit 0acd820
Show file tree
Hide file tree
Showing 27 changed files with 5,489 additions and 562 deletions.
10 changes: 10 additions & 0 deletions docs/compile_readme_and_arrange_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ def compile_readme():
f"{abs_path}/sphinx/SphinxMulticatTutorial.ipynb",
)

shutil.copy(
f"{abs_path}/../notebooks/Subsampling Tutorial.ipynb",
f"{abs_path}/sphinx/SphinxSubsamplingTutorial.ipynb",
)

shutil.copy(
f"{abs_path}/../notebooks/Catalog Tutorial.ipynb",
f"{abs_path}/sphinx/SphinxCatalogTutorial.ipynb",
)

shutil.copy(
f"{abs_path}/../CONTRIBUTING.MD",
f"{abs_path}/sphinx/SPHINX_CONTRIBUTING.MD",
Expand Down
Loading

0 comments on commit 0acd820

Please sign in to comment.