From 632cbc2abb7c87363bead6316d3e8690e0d9bc00 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Thu, 10 May 2018 14:22:52 +1000
Subject: [PATCH] Renaming and reordering examples

---
 .../injection_examples/basic_tutorial.py                          | 0
 .../injection_examples}/create_your_own_source_model.py           | 0
 .../injection_examples/how_to_specify_the_prior.py                | 0
 .../Injection.py => examples/injection_examples/injection.py      | 0
 .../injection_examples}/marginalized_likelihood.py                | 0
 .../injection_examples/time_domain_source_model.py                | 0
 {tutorials => examples}/make_standard_data.py                     | 0
 {tutorials => examples/open_data_examples}/GW150914.py            | 0
 {tutorials => examples/other_examples}/get_LOSC_event_data.py     | 0
 {tutorials => examples}/standard_data.txt                         | 0
 .../tutorials/compare_samplers.ipynb                              | 0
 11 files changed, 0 insertions(+), 0 deletions(-)
 rename tutorials/BasicTutorial.py => examples/injection_examples/basic_tutorial.py (100%)
 rename {tutorials => examples/injection_examples}/create_your_own_source_model.py (100%)
 rename tutorials/specify_prior.py => examples/injection_examples/how_to_specify_the_prior.py (100%)
 rename tutorials/Injection.py => examples/injection_examples/injection.py (100%)
 rename {tutorials => examples/injection_examples}/marginalized_likelihood.py (100%)
 rename tutorials/source_model_tutorial.py => examples/injection_examples/time_domain_source_model.py (100%)
 rename {tutorials => examples}/make_standard_data.py (100%)
 rename {tutorials => examples/open_data_examples}/GW150914.py (100%)
 rename {tutorials => examples/other_examples}/get_LOSC_event_data.py (100%)
 rename {tutorials => examples}/standard_data.txt (100%)
 rename tutorials/Compare_samplers.ipynb => examples/tutorials/compare_samplers.ipynb (100%)

diff --git a/tutorials/BasicTutorial.py b/examples/injection_examples/basic_tutorial.py
similarity index 100%
rename from tutorials/BasicTutorial.py
rename to examples/injection_examples/basic_tutorial.py
diff --git a/tutorials/create_your_own_source_model.py b/examples/injection_examples/create_your_own_source_model.py
similarity index 100%
rename from tutorials/create_your_own_source_model.py
rename to examples/injection_examples/create_your_own_source_model.py
diff --git a/tutorials/specify_prior.py b/examples/injection_examples/how_to_specify_the_prior.py
similarity index 100%
rename from tutorials/specify_prior.py
rename to examples/injection_examples/how_to_specify_the_prior.py
diff --git a/tutorials/Injection.py b/examples/injection_examples/injection.py
similarity index 100%
rename from tutorials/Injection.py
rename to examples/injection_examples/injection.py
diff --git a/tutorials/marginalized_likelihood.py b/examples/injection_examples/marginalized_likelihood.py
similarity index 100%
rename from tutorials/marginalized_likelihood.py
rename to examples/injection_examples/marginalized_likelihood.py
diff --git a/tutorials/source_model_tutorial.py b/examples/injection_examples/time_domain_source_model.py
similarity index 100%
rename from tutorials/source_model_tutorial.py
rename to examples/injection_examples/time_domain_source_model.py
diff --git a/tutorials/make_standard_data.py b/examples/make_standard_data.py
similarity index 100%
rename from tutorials/make_standard_data.py
rename to examples/make_standard_data.py
diff --git a/tutorials/GW150914.py b/examples/open_data_examples/GW150914.py
similarity index 100%
rename from tutorials/GW150914.py
rename to examples/open_data_examples/GW150914.py
diff --git a/tutorials/get_LOSC_event_data.py b/examples/other_examples/get_LOSC_event_data.py
similarity index 100%
rename from tutorials/get_LOSC_event_data.py
rename to examples/other_examples/get_LOSC_event_data.py
diff --git a/tutorials/standard_data.txt b/examples/standard_data.txt
similarity index 100%
rename from tutorials/standard_data.txt
rename to examples/standard_data.txt
diff --git a/tutorials/Compare_samplers.ipynb b/examples/tutorials/compare_samplers.ipynb
similarity index 100%
rename from tutorials/Compare_samplers.ipynb
rename to examples/tutorials/compare_samplers.ipynb
-- 
GitLab