From 6ab89d4d0a74959677bf9dd7df11484693f757b6 Mon Sep 17 00:00:00 2001 From: Jordan Musser Date: Tue, 17 Sep 2024 13:02:33 +0000 Subject: [PATCH] Group files under top level directories (exa/docs!91) --- docs/source_docs/index.rst | 20 +++++++++--------- .../{ => references}/Debugging.rst | 0 .../{ => references}/EB_Chapter.rst | 0 .../{ => references}/Fluids_Chapter.rst | 0 .../ManagingGridHierarchy_Chapter.rst | 0 .../{ => references}/Particles_Chapter.rst | 0 .../{ => references}/eb/EBWalls.rst | 0 .../fluids/BuildingMacVelocities.rst | 0 .../fluids/FluidEquations.rst | 0 .../fluids/FluidTimeDiscretization.rst | 0 .../{ => references}/fluids/FluidTimeStep.rst | 0 .../{ => references}/fluids/Slopes.rst | 0 .../{ => references}/grid/DualGrid.rst | 0 .../{ => references}/grid/GridCreation.rst | 0 .../{ => references}/grid/LoadBalancing.rst | 0 .../particles/ParticleBasics.rst | 0 .../particles/ParticleFluid.rst | 0 .../particles/ParticleWalls.rst | 0 .../particles/ParticlesOnGpus.rst | 0 .../{ => test_benchmarks}/CITests.rst | 0 .../{ => test_benchmarks}/NightlyTests.rst | 0 .../RegressionTesting.rst | 0 .../RunningTestSuite.rst | 0 .../qualitative_bencharks}/biseg.rst | 0 .../figs/boyce_sb_1908_small.png | Bin .../figs/granRT_1908_small.png | Bin .../figs/hcs_ke_1908.png | Bin .../figs/hcs_xy_1908.png | Bin .../figs/mehrdad_1908_small.png | Bin .../figs/netl_biseg_1908_small.png | Bin .../qualitative_bencharks}/granRT.rst | 0 .../qualitative_bencharks}/hcs.rst | 0 .../qualitative_bencharks}/index.rst | 0 .../qualitative_bencharks}/mehrdadsbed.rst | 0 .../qualitative_bencharks}/refs.rst | 0 .../qualitative_bencharks}/single_bubble.rst | 0 36 files changed, 10 insertions(+), 10 deletions(-) rename docs/source_docs/{ => references}/Debugging.rst (100%) rename docs/source_docs/{ => references}/EB_Chapter.rst (100%) rename docs/source_docs/{ => references}/Fluids_Chapter.rst (100%) rename docs/source_docs/{ => references}/ManagingGridHierarchy_Chapter.rst (100%) rename docs/source_docs/{ => references}/Particles_Chapter.rst (100%) rename docs/source_docs/{ => references}/eb/EBWalls.rst (100%) rename docs/source_docs/{ => references}/fluids/BuildingMacVelocities.rst (100%) rename docs/source_docs/{ => references}/fluids/FluidEquations.rst (100%) rename docs/source_docs/{ => references}/fluids/FluidTimeDiscretization.rst (100%) rename docs/source_docs/{ => references}/fluids/FluidTimeStep.rst (100%) rename docs/source_docs/{ => references}/fluids/Slopes.rst (100%) rename docs/source_docs/{ => references}/grid/DualGrid.rst (100%) rename docs/source_docs/{ => references}/grid/GridCreation.rst (100%) rename docs/source_docs/{ => references}/grid/LoadBalancing.rst (100%) rename docs/source_docs/{ => references}/particles/ParticleBasics.rst (100%) rename docs/source_docs/{ => references}/particles/ParticleFluid.rst (100%) rename docs/source_docs/{ => references}/particles/ParticleWalls.rst (100%) rename docs/source_docs/{ => references}/particles/ParticlesOnGpus.rst (100%) rename docs/source_docs/{ => test_benchmarks}/CITests.rst (100%) rename docs/source_docs/{ => test_benchmarks}/NightlyTests.rst (100%) rename docs/source_docs/{ => test_benchmarks}/RegressionTesting.rst (100%) rename docs/source_docs/{ => test_benchmarks}/RunningTestSuite.rst (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/biseg.rst (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/figs/boyce_sb_1908_small.png (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/figs/granRT_1908_small.png (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/figs/hcs_ke_1908.png (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/figs/hcs_xy_1908.png (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/figs/mehrdad_1908_small.png (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/figs/netl_biseg_1908_small.png (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/granRT.rst (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/hcs.rst (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/index.rst (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/mehrdadsbed.rst (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/refs.rst (100%) rename docs/source_docs/{qb => test_benchmarks/qualitative_bencharks}/single_bubble.rst (100%) diff --git a/docs/source_docs/index.rst b/docs/source_docs/index.rst index 9dc8059..939c4e9 100644 --- a/docs/source_docs/index.rst +++ b/docs/source_docs/index.rst @@ -55,12 +55,12 @@ To learn more about the implementation, follow the following reference sections: references/units references/size_distributions - ManagingGridHierarchy_Chapter - Fluids_Chapter - Particles_Chapter - EB_Chapter + references/ManagingGridHierarchy_Chapter + references/Fluids_Chapter + references/Particles_Chapter + references/EB_Chapter references/hpc - Debugging + references/Debugging works_cited .. toctree:: @@ -76,11 +76,11 @@ and performance: :maxdepth: 0 :caption: Tests and Benchmarks: - RunningTestSuite - RegressionTesting - CITests - NightlyTests - qb/index + test_benchmarks/RunningTestSuite + test_benchmarks/RegressionTesting + test_benchmarks/CITests + test_benchmarks/NightlyTests + test_benchmarks/qualitative_bencharks/index Notice ------ diff --git a/docs/source_docs/Debugging.rst b/docs/source_docs/references/Debugging.rst similarity index 100% rename from docs/source_docs/Debugging.rst rename to docs/source_docs/references/Debugging.rst diff --git a/docs/source_docs/EB_Chapter.rst b/docs/source_docs/references/EB_Chapter.rst similarity index 100% rename from docs/source_docs/EB_Chapter.rst rename to docs/source_docs/references/EB_Chapter.rst diff --git a/docs/source_docs/Fluids_Chapter.rst b/docs/source_docs/references/Fluids_Chapter.rst similarity index 100% rename from docs/source_docs/Fluids_Chapter.rst rename to docs/source_docs/references/Fluids_Chapter.rst diff --git a/docs/source_docs/ManagingGridHierarchy_Chapter.rst b/docs/source_docs/references/ManagingGridHierarchy_Chapter.rst similarity index 100% rename from docs/source_docs/ManagingGridHierarchy_Chapter.rst rename to docs/source_docs/references/ManagingGridHierarchy_Chapter.rst diff --git a/docs/source_docs/Particles_Chapter.rst b/docs/source_docs/references/Particles_Chapter.rst similarity index 100% rename from docs/source_docs/Particles_Chapter.rst rename to docs/source_docs/references/Particles_Chapter.rst diff --git a/docs/source_docs/eb/EBWalls.rst b/docs/source_docs/references/eb/EBWalls.rst similarity index 100% rename from docs/source_docs/eb/EBWalls.rst rename to docs/source_docs/references/eb/EBWalls.rst diff --git a/docs/source_docs/fluids/BuildingMacVelocities.rst b/docs/source_docs/references/fluids/BuildingMacVelocities.rst similarity index 100% rename from docs/source_docs/fluids/BuildingMacVelocities.rst rename to docs/source_docs/references/fluids/BuildingMacVelocities.rst diff --git a/docs/source_docs/fluids/FluidEquations.rst b/docs/source_docs/references/fluids/FluidEquations.rst similarity index 100% rename from docs/source_docs/fluids/FluidEquations.rst rename to docs/source_docs/references/fluids/FluidEquations.rst diff --git a/docs/source_docs/fluids/FluidTimeDiscretization.rst b/docs/source_docs/references/fluids/FluidTimeDiscretization.rst similarity index 100% rename from docs/source_docs/fluids/FluidTimeDiscretization.rst rename to docs/source_docs/references/fluids/FluidTimeDiscretization.rst diff --git a/docs/source_docs/fluids/FluidTimeStep.rst b/docs/source_docs/references/fluids/FluidTimeStep.rst similarity index 100% rename from docs/source_docs/fluids/FluidTimeStep.rst rename to docs/source_docs/references/fluids/FluidTimeStep.rst diff --git a/docs/source_docs/fluids/Slopes.rst b/docs/source_docs/references/fluids/Slopes.rst similarity index 100% rename from docs/source_docs/fluids/Slopes.rst rename to docs/source_docs/references/fluids/Slopes.rst diff --git a/docs/source_docs/grid/DualGrid.rst b/docs/source_docs/references/grid/DualGrid.rst similarity index 100% rename from docs/source_docs/grid/DualGrid.rst rename to docs/source_docs/references/grid/DualGrid.rst diff --git a/docs/source_docs/grid/GridCreation.rst b/docs/source_docs/references/grid/GridCreation.rst similarity index 100% rename from docs/source_docs/grid/GridCreation.rst rename to docs/source_docs/references/grid/GridCreation.rst diff --git a/docs/source_docs/grid/LoadBalancing.rst b/docs/source_docs/references/grid/LoadBalancing.rst similarity index 100% rename from docs/source_docs/grid/LoadBalancing.rst rename to docs/source_docs/references/grid/LoadBalancing.rst diff --git a/docs/source_docs/particles/ParticleBasics.rst b/docs/source_docs/references/particles/ParticleBasics.rst similarity index 100% rename from docs/source_docs/particles/ParticleBasics.rst rename to docs/source_docs/references/particles/ParticleBasics.rst diff --git a/docs/source_docs/particles/ParticleFluid.rst b/docs/source_docs/references/particles/ParticleFluid.rst similarity index 100% rename from docs/source_docs/particles/ParticleFluid.rst rename to docs/source_docs/references/particles/ParticleFluid.rst diff --git a/docs/source_docs/particles/ParticleWalls.rst b/docs/source_docs/references/particles/ParticleWalls.rst similarity index 100% rename from docs/source_docs/particles/ParticleWalls.rst rename to docs/source_docs/references/particles/ParticleWalls.rst diff --git a/docs/source_docs/particles/ParticlesOnGpus.rst b/docs/source_docs/references/particles/ParticlesOnGpus.rst similarity index 100% rename from docs/source_docs/particles/ParticlesOnGpus.rst rename to docs/source_docs/references/particles/ParticlesOnGpus.rst diff --git a/docs/source_docs/CITests.rst b/docs/source_docs/test_benchmarks/CITests.rst similarity index 100% rename from docs/source_docs/CITests.rst rename to docs/source_docs/test_benchmarks/CITests.rst diff --git a/docs/source_docs/NightlyTests.rst b/docs/source_docs/test_benchmarks/NightlyTests.rst similarity index 100% rename from docs/source_docs/NightlyTests.rst rename to docs/source_docs/test_benchmarks/NightlyTests.rst diff --git a/docs/source_docs/RegressionTesting.rst b/docs/source_docs/test_benchmarks/RegressionTesting.rst similarity index 100% rename from docs/source_docs/RegressionTesting.rst rename to docs/source_docs/test_benchmarks/RegressionTesting.rst diff --git a/docs/source_docs/RunningTestSuite.rst b/docs/source_docs/test_benchmarks/RunningTestSuite.rst similarity index 100% rename from docs/source_docs/RunningTestSuite.rst rename to docs/source_docs/test_benchmarks/RunningTestSuite.rst diff --git a/docs/source_docs/qb/biseg.rst b/docs/source_docs/test_benchmarks/qualitative_bencharks/biseg.rst similarity index 100% rename from docs/source_docs/qb/biseg.rst rename to docs/source_docs/test_benchmarks/qualitative_bencharks/biseg.rst diff --git a/docs/source_docs/qb/figs/boyce_sb_1908_small.png b/docs/source_docs/test_benchmarks/qualitative_bencharks/figs/boyce_sb_1908_small.png similarity index 100% rename from docs/source_docs/qb/figs/boyce_sb_1908_small.png rename to docs/source_docs/test_benchmarks/qualitative_bencharks/figs/boyce_sb_1908_small.png diff --git a/docs/source_docs/qb/figs/granRT_1908_small.png b/docs/source_docs/test_benchmarks/qualitative_bencharks/figs/granRT_1908_small.png similarity index 100% rename from docs/source_docs/qb/figs/granRT_1908_small.png rename to docs/source_docs/test_benchmarks/qualitative_bencharks/figs/granRT_1908_small.png diff --git a/docs/source_docs/qb/figs/hcs_ke_1908.png b/docs/source_docs/test_benchmarks/qualitative_bencharks/figs/hcs_ke_1908.png similarity index 100% rename from docs/source_docs/qb/figs/hcs_ke_1908.png rename to docs/source_docs/test_benchmarks/qualitative_bencharks/figs/hcs_ke_1908.png diff --git a/docs/source_docs/qb/figs/hcs_xy_1908.png b/docs/source_docs/test_benchmarks/qualitative_bencharks/figs/hcs_xy_1908.png similarity index 100% rename from docs/source_docs/qb/figs/hcs_xy_1908.png rename to docs/source_docs/test_benchmarks/qualitative_bencharks/figs/hcs_xy_1908.png diff --git a/docs/source_docs/qb/figs/mehrdad_1908_small.png b/docs/source_docs/test_benchmarks/qualitative_bencharks/figs/mehrdad_1908_small.png similarity index 100% rename from docs/source_docs/qb/figs/mehrdad_1908_small.png rename to docs/source_docs/test_benchmarks/qualitative_bencharks/figs/mehrdad_1908_small.png diff --git a/docs/source_docs/qb/figs/netl_biseg_1908_small.png b/docs/source_docs/test_benchmarks/qualitative_bencharks/figs/netl_biseg_1908_small.png similarity index 100% rename from docs/source_docs/qb/figs/netl_biseg_1908_small.png rename to docs/source_docs/test_benchmarks/qualitative_bencharks/figs/netl_biseg_1908_small.png diff --git a/docs/source_docs/qb/granRT.rst b/docs/source_docs/test_benchmarks/qualitative_bencharks/granRT.rst similarity index 100% rename from docs/source_docs/qb/granRT.rst rename to docs/source_docs/test_benchmarks/qualitative_bencharks/granRT.rst diff --git a/docs/source_docs/qb/hcs.rst b/docs/source_docs/test_benchmarks/qualitative_bencharks/hcs.rst similarity index 100% rename from docs/source_docs/qb/hcs.rst rename to docs/source_docs/test_benchmarks/qualitative_bencharks/hcs.rst diff --git a/docs/source_docs/qb/index.rst b/docs/source_docs/test_benchmarks/qualitative_bencharks/index.rst similarity index 100% rename from docs/source_docs/qb/index.rst rename to docs/source_docs/test_benchmarks/qualitative_bencharks/index.rst diff --git a/docs/source_docs/qb/mehrdadsbed.rst b/docs/source_docs/test_benchmarks/qualitative_bencharks/mehrdadsbed.rst similarity index 100% rename from docs/source_docs/qb/mehrdadsbed.rst rename to docs/source_docs/test_benchmarks/qualitative_bencharks/mehrdadsbed.rst diff --git a/docs/source_docs/qb/refs.rst b/docs/source_docs/test_benchmarks/qualitative_bencharks/refs.rst similarity index 100% rename from docs/source_docs/qb/refs.rst rename to docs/source_docs/test_benchmarks/qualitative_bencharks/refs.rst diff --git a/docs/source_docs/qb/single_bubble.rst b/docs/source_docs/test_benchmarks/qualitative_bencharks/single_bubble.rst similarity index 100% rename from docs/source_docs/qb/single_bubble.rst rename to docs/source_docs/test_benchmarks/qualitative_bencharks/single_bubble.rst -- GitLab