From 373ca262c719bad32fc8554969676519fc18dc3b Mon Sep 17 00:00:00 2001 From: jairad26 Date: Sun, 28 Mar 2021 09:14:07 -0700 Subject: [PATCH 1/2] categorize notebooks --- .../{ => interpolation}/01_interpolation_methods_overview.ipynb | 0 .../{ => interpolation}/02_areal_interpolation_example.ipynb | 0 .../{ => interpolation}/03_areal_interpolation_details.ipynb | 0 .../{ => interpolation/tests}/area_interpolate_perf.ipynb | 0 docs/notebooks/{ => tutorials}/census_to_hexgrid.ipynb | 0 .../{ => interpolation}/01_interpolation_methods_overview.ipynb | 0 .../{ => interpolation}/02_areal_interpolation_example.ipynb | 0 .../{ => interpolation}/03_areal_interpolation_details.ipynb | 0 notebooks/{ => interpolation/tests}/area_interpolate_perf.ipynb | 0 notebooks/{ => tutorials}/binary_dasymetric.ipynb | 0 notebooks/{ => tutorials}/census_to_hexgrid.ipynb | 0 notebooks/{ => tutorials}/extract_urban_areas.ipynb | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename docs/notebooks/{ => interpolation}/01_interpolation_methods_overview.ipynb (100%) rename docs/notebooks/{ => interpolation}/02_areal_interpolation_example.ipynb (100%) rename docs/notebooks/{ => interpolation}/03_areal_interpolation_details.ipynb (100%) rename docs/notebooks/{ => interpolation/tests}/area_interpolate_perf.ipynb (100%) rename docs/notebooks/{ => tutorials}/census_to_hexgrid.ipynb (100%) rename notebooks/{ => interpolation}/01_interpolation_methods_overview.ipynb (100%) rename notebooks/{ => interpolation}/02_areal_interpolation_example.ipynb (100%) rename notebooks/{ => interpolation}/03_areal_interpolation_details.ipynb (100%) rename notebooks/{ => interpolation/tests}/area_interpolate_perf.ipynb (100%) rename notebooks/{ => tutorials}/binary_dasymetric.ipynb (100%) rename notebooks/{ => tutorials}/census_to_hexgrid.ipynb (100%) rename notebooks/{ => tutorials}/extract_urban_areas.ipynb (100%) diff --git a/docs/notebooks/01_interpolation_methods_overview.ipynb b/docs/notebooks/interpolation/01_interpolation_methods_overview.ipynb similarity index 100% rename from docs/notebooks/01_interpolation_methods_overview.ipynb rename to docs/notebooks/interpolation/01_interpolation_methods_overview.ipynb diff --git a/docs/notebooks/02_areal_interpolation_example.ipynb b/docs/notebooks/interpolation/02_areal_interpolation_example.ipynb similarity index 100% rename from docs/notebooks/02_areal_interpolation_example.ipynb rename to docs/notebooks/interpolation/02_areal_interpolation_example.ipynb diff --git a/docs/notebooks/03_areal_interpolation_details.ipynb b/docs/notebooks/interpolation/03_areal_interpolation_details.ipynb similarity index 100% rename from docs/notebooks/03_areal_interpolation_details.ipynb rename to docs/notebooks/interpolation/03_areal_interpolation_details.ipynb diff --git a/docs/notebooks/area_interpolate_perf.ipynb b/docs/notebooks/interpolation/tests/area_interpolate_perf.ipynb similarity index 100% rename from docs/notebooks/area_interpolate_perf.ipynb rename to docs/notebooks/interpolation/tests/area_interpolate_perf.ipynb diff --git a/docs/notebooks/census_to_hexgrid.ipynb b/docs/notebooks/tutorials/census_to_hexgrid.ipynb similarity index 100% rename from docs/notebooks/census_to_hexgrid.ipynb rename to docs/notebooks/tutorials/census_to_hexgrid.ipynb diff --git a/notebooks/01_interpolation_methods_overview.ipynb b/notebooks/interpolation/01_interpolation_methods_overview.ipynb similarity index 100% rename from notebooks/01_interpolation_methods_overview.ipynb rename to notebooks/interpolation/01_interpolation_methods_overview.ipynb diff --git a/notebooks/02_areal_interpolation_example.ipynb b/notebooks/interpolation/02_areal_interpolation_example.ipynb similarity index 100% rename from notebooks/02_areal_interpolation_example.ipynb rename to notebooks/interpolation/02_areal_interpolation_example.ipynb diff --git a/notebooks/03_areal_interpolation_details.ipynb b/notebooks/interpolation/03_areal_interpolation_details.ipynb similarity index 100% rename from notebooks/03_areal_interpolation_details.ipynb rename to notebooks/interpolation/03_areal_interpolation_details.ipynb diff --git a/notebooks/area_interpolate_perf.ipynb b/notebooks/interpolation/tests/area_interpolate_perf.ipynb similarity index 100% rename from notebooks/area_interpolate_perf.ipynb rename to notebooks/interpolation/tests/area_interpolate_perf.ipynb diff --git a/notebooks/binary_dasymetric.ipynb b/notebooks/tutorials/binary_dasymetric.ipynb similarity index 100% rename from notebooks/binary_dasymetric.ipynb rename to notebooks/tutorials/binary_dasymetric.ipynb diff --git a/notebooks/census_to_hexgrid.ipynb b/notebooks/tutorials/census_to_hexgrid.ipynb similarity index 100% rename from notebooks/census_to_hexgrid.ipynb rename to notebooks/tutorials/census_to_hexgrid.ipynb diff --git a/notebooks/extract_urban_areas.ipynb b/notebooks/tutorials/extract_urban_areas.ipynb similarity index 100% rename from notebooks/extract_urban_areas.ipynb rename to notebooks/tutorials/extract_urban_areas.ipynb From a95ef53b1e366f4cec7c1b84063a2fe810dccb8e Mon Sep 17 00:00:00 2001 From: jairad26 Date: Sun, 28 Mar 2021 09:18:46 -0700 Subject: [PATCH 2/2] Fixed categorizations --- docs/notebooks/{tutorials => examples}/census_to_hexgrid.ipynb | 0 .../01_interpolation_methods_overview.ipynb | 0 .../02_areal_interpolation_example.ipynb | 0 .../03_areal_interpolation_details.ipynb | 0 .../tests/area_interpolate_perf.ipynb | 0 notebooks/{tutorials => examples}/binary_dasymetric.ipynb | 0 notebooks/{tutorials => examples}/census_to_hexgrid.ipynb | 0 notebooks/{tutorials => examples}/extract_urban_areas.ipynb | 0 .../01_interpolation_methods_overview.ipynb | 0 .../02_areal_interpolation_example.ipynb | 0 .../03_areal_interpolation_details.ipynb | 0 .../tests/area_interpolate_perf.ipynb | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename docs/notebooks/{tutorials => examples}/census_to_hexgrid.ipynb (100%) rename docs/notebooks/{interpolation => interpolation_tutorials}/01_interpolation_methods_overview.ipynb (100%) rename docs/notebooks/{interpolation => interpolation_tutorials}/02_areal_interpolation_example.ipynb (100%) rename docs/notebooks/{interpolation => interpolation_tutorials}/03_areal_interpolation_details.ipynb (100%) rename docs/notebooks/{interpolation => interpolation_tutorials}/tests/area_interpolate_perf.ipynb (100%) rename notebooks/{tutorials => examples}/binary_dasymetric.ipynb (100%) rename notebooks/{tutorials => examples}/census_to_hexgrid.ipynb (100%) rename notebooks/{tutorials => examples}/extract_urban_areas.ipynb (100%) rename notebooks/{interpolation => interpolation_tutorials}/01_interpolation_methods_overview.ipynb (100%) rename notebooks/{interpolation => interpolation_tutorials}/02_areal_interpolation_example.ipynb (100%) rename notebooks/{interpolation => interpolation_tutorials}/03_areal_interpolation_details.ipynb (100%) rename notebooks/{interpolation => interpolation_tutorials}/tests/area_interpolate_perf.ipynb (100%) diff --git a/docs/notebooks/tutorials/census_to_hexgrid.ipynb b/docs/notebooks/examples/census_to_hexgrid.ipynb similarity index 100% rename from docs/notebooks/tutorials/census_to_hexgrid.ipynb rename to docs/notebooks/examples/census_to_hexgrid.ipynb diff --git a/docs/notebooks/interpolation/01_interpolation_methods_overview.ipynb b/docs/notebooks/interpolation_tutorials/01_interpolation_methods_overview.ipynb similarity index 100% rename from docs/notebooks/interpolation/01_interpolation_methods_overview.ipynb rename to docs/notebooks/interpolation_tutorials/01_interpolation_methods_overview.ipynb diff --git a/docs/notebooks/interpolation/02_areal_interpolation_example.ipynb b/docs/notebooks/interpolation_tutorials/02_areal_interpolation_example.ipynb similarity index 100% rename from docs/notebooks/interpolation/02_areal_interpolation_example.ipynb rename to docs/notebooks/interpolation_tutorials/02_areal_interpolation_example.ipynb diff --git a/docs/notebooks/interpolation/03_areal_interpolation_details.ipynb b/docs/notebooks/interpolation_tutorials/03_areal_interpolation_details.ipynb similarity index 100% rename from docs/notebooks/interpolation/03_areal_interpolation_details.ipynb rename to docs/notebooks/interpolation_tutorials/03_areal_interpolation_details.ipynb diff --git a/docs/notebooks/interpolation/tests/area_interpolate_perf.ipynb b/docs/notebooks/interpolation_tutorials/tests/area_interpolate_perf.ipynb similarity index 100% rename from docs/notebooks/interpolation/tests/area_interpolate_perf.ipynb rename to docs/notebooks/interpolation_tutorials/tests/area_interpolate_perf.ipynb diff --git a/notebooks/tutorials/binary_dasymetric.ipynb b/notebooks/examples/binary_dasymetric.ipynb similarity index 100% rename from notebooks/tutorials/binary_dasymetric.ipynb rename to notebooks/examples/binary_dasymetric.ipynb diff --git a/notebooks/tutorials/census_to_hexgrid.ipynb b/notebooks/examples/census_to_hexgrid.ipynb similarity index 100% rename from notebooks/tutorials/census_to_hexgrid.ipynb rename to notebooks/examples/census_to_hexgrid.ipynb diff --git a/notebooks/tutorials/extract_urban_areas.ipynb b/notebooks/examples/extract_urban_areas.ipynb similarity index 100% rename from notebooks/tutorials/extract_urban_areas.ipynb rename to notebooks/examples/extract_urban_areas.ipynb diff --git a/notebooks/interpolation/01_interpolation_methods_overview.ipynb b/notebooks/interpolation_tutorials/01_interpolation_methods_overview.ipynb similarity index 100% rename from notebooks/interpolation/01_interpolation_methods_overview.ipynb rename to notebooks/interpolation_tutorials/01_interpolation_methods_overview.ipynb diff --git a/notebooks/interpolation/02_areal_interpolation_example.ipynb b/notebooks/interpolation_tutorials/02_areal_interpolation_example.ipynb similarity index 100% rename from notebooks/interpolation/02_areal_interpolation_example.ipynb rename to notebooks/interpolation_tutorials/02_areal_interpolation_example.ipynb diff --git a/notebooks/interpolation/03_areal_interpolation_details.ipynb b/notebooks/interpolation_tutorials/03_areal_interpolation_details.ipynb similarity index 100% rename from notebooks/interpolation/03_areal_interpolation_details.ipynb rename to notebooks/interpolation_tutorials/03_areal_interpolation_details.ipynb diff --git a/notebooks/interpolation/tests/area_interpolate_perf.ipynb b/notebooks/interpolation_tutorials/tests/area_interpolate_perf.ipynb similarity index 100% rename from notebooks/interpolation/tests/area_interpolate_perf.ipynb rename to notebooks/interpolation_tutorials/tests/area_interpolate_perf.ipynb