Skip to content

Commit 0acd820

Browse files
Merge pull request #164 from NOAA-OWP/expand_documentation
Expand documentation
2 parents 224e333 + 497d136 commit 0acd820

27 files changed

+5489
-562
lines changed

docs/compile_readme_and_arrange_docs.py

+10
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ def compile_readme():
106106
f"{abs_path}/sphinx/SphinxMulticatTutorial.ipynb",
107107
)
108108

109+
shutil.copy(
110+
f"{abs_path}/../notebooks/Subsampling Tutorial.ipynb",
111+
f"{abs_path}/sphinx/SphinxSubsamplingTutorial.ipynb",
112+
)
113+
114+
shutil.copy(
115+
f"{abs_path}/../notebooks/Catalog Tutorial.ipynb",
116+
f"{abs_path}/sphinx/SphinxCatalogTutorial.ipynb",
117+
)
118+
109119
shutil.copy(
110120
f"{abs_path}/../CONTRIBUTING.MD",
111121
f"{abs_path}/sphinx/SPHINX_CONTRIBUTING.MD",

0 commit comments

Comments
 (0)