From 2768633316144ae7c99cca5a63be48869e51c362 Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Wed, 9 Dec 2020 20:18:46 -0700 Subject: [PATCH] Rename files and directories --- .../column_selection.md} | 0 .../dataframe_basics.md} | 0 .../filter_rows.md} | 0 .../index.rst | 6 +++--- spec/{03_assumptions.md => assumptions.md} | 0 ...9_benchmark_suite.md => benchmark_suite.md} | 0 .../backwards_compatibility.md | 0 .../data_interchange.md | 0 .../index.rst | 0 ...PI_evolution.md => future_API_evolution.md} | 0 spec/index.rst | 18 +++++++++--------- ...rpose_and_scope.md => purpose_and_scope.md} | 0 spec/{07_usage_data.md => usage_data.md} | 0 spec/{02_use_cases.md => use_cases.md} | 0 ...est_suite.md => verification_test_suite.md} | 0 15 files changed, 12 insertions(+), 12 deletions(-) rename spec/{06_API_specification/02_column_selection.md => API_specification/column_selection.md} (100%) rename spec/{06_API_specification/01_dataframe_basics.md => API_specification/dataframe_basics.md} (100%) rename spec/{06_API_specification/03_filter_rows.md => API_specification/filter_rows.md} (100%) rename spec/{06_API_specification => API_specification}/index.rst (60%) rename spec/{03_assumptions.md => assumptions.md} (100%) rename spec/{09_benchmark_suite.md => benchmark_suite.md} (100%) rename spec/{04_design_topics => design_topics}/backwards_compatibility.md (100%) rename spec/{04_design_topics => design_topics}/data_interchange.md (100%) rename spec/{04_design_topics => design_topics}/index.rst (100%) rename spec/{05_future_API_evolution.md => future_API_evolution.md} (100%) rename spec/{01_purpose_and_scope.md => purpose_and_scope.md} (100%) rename spec/{07_usage_data.md => usage_data.md} (100%) rename spec/{02_use_cases.md => use_cases.md} (100%) rename spec/{08_verification_test_suite.md => verification_test_suite.md} (100%) diff --git a/spec/06_API_specification/02_column_selection.md b/spec/API_specification/column_selection.md similarity index 100% rename from spec/06_API_specification/02_column_selection.md rename to spec/API_specification/column_selection.md diff --git a/spec/06_API_specification/01_dataframe_basics.md b/spec/API_specification/dataframe_basics.md similarity index 100% rename from spec/06_API_specification/01_dataframe_basics.md rename to spec/API_specification/dataframe_basics.md diff --git a/spec/06_API_specification/03_filter_rows.md b/spec/API_specification/filter_rows.md similarity index 100% rename from spec/06_API_specification/03_filter_rows.md rename to spec/API_specification/filter_rows.md diff --git a/spec/06_API_specification/index.rst b/spec/API_specification/index.rst similarity index 60% rename from spec/06_API_specification/index.rst rename to spec/API_specification/index.rst index d87dba63..d8a9dddb 100644 --- a/spec/06_API_specification/index.rst +++ b/spec/API_specification/index.rst @@ -5,6 +5,6 @@ API specification :caption: API specification :maxdepth: 1 - 01_dataframe_basics - 02_column_selection - 03_filter_rows + dataframe_basics + column_selection + filter_rows diff --git a/spec/03_assumptions.md b/spec/assumptions.md similarity index 100% rename from spec/03_assumptions.md rename to spec/assumptions.md diff --git a/spec/09_benchmark_suite.md b/spec/benchmark_suite.md similarity index 100% rename from spec/09_benchmark_suite.md rename to spec/benchmark_suite.md diff --git a/spec/04_design_topics/backwards_compatibility.md b/spec/design_topics/backwards_compatibility.md similarity index 100% rename from spec/04_design_topics/backwards_compatibility.md rename to spec/design_topics/backwards_compatibility.md diff --git a/spec/04_design_topics/data_interchange.md b/spec/design_topics/data_interchange.md similarity index 100% rename from spec/04_design_topics/data_interchange.md rename to spec/design_topics/data_interchange.md diff --git a/spec/04_design_topics/index.rst b/spec/design_topics/index.rst similarity index 100% rename from spec/04_design_topics/index.rst rename to spec/design_topics/index.rst diff --git a/spec/05_future_API_evolution.md b/spec/future_API_evolution.md similarity index 100% rename from spec/05_future_API_evolution.md rename to spec/future_API_evolution.md diff --git a/spec/index.rst b/spec/index.rst index 8663f136..c14ab8d0 100644 --- a/spec/index.rst +++ b/spec/index.rst @@ -8,22 +8,22 @@ Contents :caption: Context :maxdepth: 1 - 01_purpose_and_scope - 02_use_cases - 03_assumptions + purpose_and_scope + use_cases + assumptions .. toctree:: :caption: API :maxdepth: 1 - 04_design_topics/index - 05_future_API_evolution - 06_API_specification/index + design_topics/index + future_API_evolution + API_specification/index .. toctree:: :caption: Methodology and Usage :maxdepth: 1 - 07_usage_data - 08_verification_test_suite - 09_benchmark_suite + usage_data + verification_test_suite + benchmark_suite diff --git a/spec/01_purpose_and_scope.md b/spec/purpose_and_scope.md similarity index 100% rename from spec/01_purpose_and_scope.md rename to spec/purpose_and_scope.md diff --git a/spec/07_usage_data.md b/spec/usage_data.md similarity index 100% rename from spec/07_usage_data.md rename to spec/usage_data.md diff --git a/spec/02_use_cases.md b/spec/use_cases.md similarity index 100% rename from spec/02_use_cases.md rename to spec/use_cases.md diff --git a/spec/08_verification_test_suite.md b/spec/verification_test_suite.md similarity index 100% rename from spec/08_verification_test_suite.md rename to spec/verification_test_suite.md