From 12c941f240b0f14ffa0bb56f0fa2e03c96a0b593 Mon Sep 17 00:00:00 2001 From: mgrover1 Date: Thu, 30 Jun 2022 11:00:14 -0500 Subject: [PATCH] update toc --- _toc.yml | 14 ++++++++++++-- baltrad/README.md | 3 +++ lrose/README.md | 3 +++ open-radar/README.md | 3 +++ open-science/README.md | 3 +++ pyart/README.md | 3 +++ workflows/README.md | 3 +++ wradlib/README.md | 3 +++ 8 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 baltrad/README.md create mode 100644 lrose/README.md create mode 100644 open-radar/README.md create mode 100644 open-science/README.md create mode 100644 pyart/README.md create mode 100644 workflows/README.md create mode 100644 wradlib/README.md diff --git a/_toc.yml b/_toc.yml index 2fed654b..c3d4e822 100644 --- a/_toc.yml +++ b/_toc.yml @@ -1,6 +1,16 @@ format: jb-book root: README parts: - - caption: Introduction + - caption: Introductions + Overview chapters: - - file: notebooks/notebook-template + - file: open-science/README.md + - file: open-radar/README.md + - caption: Tool Foundations + chapters: + - file: pyart/README.md + - file: wradlib/README.md + - file: baltrad/README.md + - file: lrose/README.md + - caption: Open Radar Workflows + chapters: + - file: workflows/README.md diff --git a/baltrad/README.md b/baltrad/README.md new file mode 100644 index 00000000..5f1b705e --- /dev/null +++ b/baltrad/README.md @@ -0,0 +1,3 @@ +# BALTRAD Tutorial + +An overview and introduction to BALTRAD. \ No newline at end of file diff --git a/lrose/README.md b/lrose/README.md new file mode 100644 index 00000000..97d0e052 --- /dev/null +++ b/lrose/README.md @@ -0,0 +1,3 @@ +# LROSE Tutorial + +An overview and introduction to LROSE. \ No newline at end of file diff --git a/open-radar/README.md b/open-radar/README.md new file mode 100644 index 00000000..ff030428 --- /dev/null +++ b/open-radar/README.md @@ -0,0 +1,3 @@ +# Open Radar Community + +An overview of the open radar science community. \ No newline at end of file diff --git a/open-science/README.md b/open-science/README.md new file mode 100644 index 00000000..c0516a05 --- /dev/null +++ b/open-science/README.md @@ -0,0 +1,3 @@ +# An Overview of Open Science + +Open science introduction. \ No newline at end of file diff --git a/pyart/README.md b/pyart/README.md new file mode 100644 index 00000000..78cbb0ea --- /dev/null +++ b/pyart/README.md @@ -0,0 +1,3 @@ +# Py-ART Tutorial + +This is an overview of Py-ART \ No newline at end of file diff --git a/workflows/README.md b/workflows/README.md new file mode 100644 index 00000000..ef79b972 --- /dev/null +++ b/workflows/README.md @@ -0,0 +1,3 @@ +# Combining Radar Workflows + +How to combine the different tools to complete your radar data workflow. \ No newline at end of file diff --git a/wradlib/README.md b/wradlib/README.md new file mode 100644 index 00000000..9e57a342 --- /dev/null +++ b/wradlib/README.md @@ -0,0 +1,3 @@ +# Wradlib Tutorial + +This is an overview of wradlib. \ No newline at end of file