From 4525e3879712264b8af12e0f99ffb41e704a9d95 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 13 Mar 2020 16:15:35 -0500 Subject: [PATCH] Move Python examples into subdirectory --- examples/{python => }/custom_source/CMakeLists.txt | 0 examples/{python => }/custom_source/build_xml.py | 0 examples/{python => }/custom_source/show_flux.py | 0 examples/{python => }/custom_source/source_ring.cpp | 0 examples/{python => }/jezebel/jezebel.py | 0 examples/{python => }/lattice/hexagonal/build-xml.py | 0 examples/{python => }/lattice/nested/build-xml.py | 0 examples/{python => }/lattice/simple/build-xml.py | 0 examples/{python => }/pincell/build-xml.py | 0 examples/{python => }/pincell/plot_spectrum.py | 0 examples/{python => }/pincell_depletion/chain_simple.xml | 0 examples/{python => }/pincell_depletion/restart_depletion.py | 0 examples/{python => }/pincell_depletion/run_depletion.py | 0 examples/{python => }/pincell_multigroup/build-xml.py | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename examples/{python => }/custom_source/CMakeLists.txt (100%) rename examples/{python => }/custom_source/build_xml.py (100%) rename examples/{python => }/custom_source/show_flux.py (100%) rename examples/{python => }/custom_source/source_ring.cpp (100%) rename examples/{python => }/jezebel/jezebel.py (100%) rename examples/{python => }/lattice/hexagonal/build-xml.py (100%) rename examples/{python => }/lattice/nested/build-xml.py (100%) rename examples/{python => }/lattice/simple/build-xml.py (100%) rename examples/{python => }/pincell/build-xml.py (100%) rename examples/{python => }/pincell/plot_spectrum.py (100%) rename examples/{python => }/pincell_depletion/chain_simple.xml (100%) rename examples/{python => }/pincell_depletion/restart_depletion.py (100%) rename examples/{python => }/pincell_depletion/run_depletion.py (100%) rename examples/{python => }/pincell_multigroup/build-xml.py (100%) diff --git a/examples/python/custom_source/CMakeLists.txt b/examples/custom_source/CMakeLists.txt similarity index 100% rename from examples/python/custom_source/CMakeLists.txt rename to examples/custom_source/CMakeLists.txt diff --git a/examples/python/custom_source/build_xml.py b/examples/custom_source/build_xml.py similarity index 100% rename from examples/python/custom_source/build_xml.py rename to examples/custom_source/build_xml.py diff --git a/examples/python/custom_source/show_flux.py b/examples/custom_source/show_flux.py similarity index 100% rename from examples/python/custom_source/show_flux.py rename to examples/custom_source/show_flux.py diff --git a/examples/python/custom_source/source_ring.cpp b/examples/custom_source/source_ring.cpp similarity index 100% rename from examples/python/custom_source/source_ring.cpp rename to examples/custom_source/source_ring.cpp diff --git a/examples/python/jezebel/jezebel.py b/examples/jezebel/jezebel.py similarity index 100% rename from examples/python/jezebel/jezebel.py rename to examples/jezebel/jezebel.py diff --git a/examples/python/lattice/hexagonal/build-xml.py b/examples/lattice/hexagonal/build-xml.py similarity index 100% rename from examples/python/lattice/hexagonal/build-xml.py rename to examples/lattice/hexagonal/build-xml.py diff --git a/examples/python/lattice/nested/build-xml.py b/examples/lattice/nested/build-xml.py similarity index 100% rename from examples/python/lattice/nested/build-xml.py rename to examples/lattice/nested/build-xml.py diff --git a/examples/python/lattice/simple/build-xml.py b/examples/lattice/simple/build-xml.py similarity index 100% rename from examples/python/lattice/simple/build-xml.py rename to examples/lattice/simple/build-xml.py diff --git a/examples/python/pincell/build-xml.py b/examples/pincell/build-xml.py similarity index 100% rename from examples/python/pincell/build-xml.py rename to examples/pincell/build-xml.py diff --git a/examples/python/pincell/plot_spectrum.py b/examples/pincell/plot_spectrum.py similarity index 100% rename from examples/python/pincell/plot_spectrum.py rename to examples/pincell/plot_spectrum.py diff --git a/examples/python/pincell_depletion/chain_simple.xml b/examples/pincell_depletion/chain_simple.xml similarity index 100% rename from examples/python/pincell_depletion/chain_simple.xml rename to examples/pincell_depletion/chain_simple.xml diff --git a/examples/python/pincell_depletion/restart_depletion.py b/examples/pincell_depletion/restart_depletion.py similarity index 100% rename from examples/python/pincell_depletion/restart_depletion.py rename to examples/pincell_depletion/restart_depletion.py diff --git a/examples/python/pincell_depletion/run_depletion.py b/examples/pincell_depletion/run_depletion.py similarity index 100% rename from examples/python/pincell_depletion/run_depletion.py rename to examples/pincell_depletion/run_depletion.py diff --git a/examples/python/pincell_multigroup/build-xml.py b/examples/pincell_multigroup/build-xml.py similarity index 100% rename from examples/python/pincell_multigroup/build-xml.py rename to examples/pincell_multigroup/build-xml.py