From d1c0757cbc58b91cfc66bf6f2246bc6ba7af5b6b Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Wed, 9 Nov 2022 09:35:57 +0000 Subject: [PATCH] Updated to reflect new Toolboxes sub-package name --- examples/antenna_like_GSSI_1500_fs.py | 2 +- toolboxes/AntennaPatterns/README.rst | 2 +- toolboxes/AntennaPatterns/initial_save.py | 1 - toolboxes/AntennaPatterns/plot_fields.py | 1 - toolboxes/AustinManWoman/README.rst | 2 +- toolboxes/DebyeFit/README.rst | 2 +- toolboxes/GPRAntennaModels/README.rst | 2 +- toolboxes/LandmineModels/README.rst | 2 +- toolboxes/Materials/README.rst | 2 +- toolboxes/STLtoVoxel/README.rst | 2 +- 10 files changed, 8 insertions(+), 10 deletions(-) diff --git a/examples/antenna_like_GSSI_1500_fs.py b/examples/antenna_like_GSSI_1500_fs.py index 817a00d3..4ceb5142 100644 --- a/examples/antenna_like_GSSI_1500_fs.py +++ b/examples/antenna_like_GSSI_1500_fs.py @@ -1,7 +1,7 @@ from pathlib import Path import gprMax -from user_libs.GPRAntennaModels.GSSI import antenna_like_GSSI_1500 +from examples.GPRAntennaModels.GSSI import antenna_like_GSSI_1500 # File path for output fn = Path(__file__) diff --git a/toolboxes/AntennaPatterns/README.rst b/toolboxes/AntennaPatterns/README.rst index 81e20e99..a2885516 100644 --- a/toolboxes/AntennaPatterns/README.rst +++ b/toolboxes/AntennaPatterns/README.rst @@ -1,4 +1,4 @@ -User libraries is a sub-package where useful Python modules contributed by users are stored. +Toolboxes is a sub-package where useful Python modules contributed by users are stored. **************** Antenna Patterns diff --git a/toolboxes/AntennaPatterns/initial_save.py b/toolboxes/AntennaPatterns/initial_save.py index cbc4bd5e..8c1b04f1 100644 --- a/toolboxes/AntennaPatterns/initial_save.py +++ b/toolboxes/AntennaPatterns/initial_save.py @@ -8,7 +8,6 @@ import argparse import logging import os -import sys import gprMax.config as config import h5py diff --git a/toolboxes/AntennaPatterns/plot_fields.py b/toolboxes/AntennaPatterns/plot_fields.py index 910a0eee..f9e49a75 100644 --- a/toolboxes/AntennaPatterns/plot_fields.py +++ b/toolboxes/AntennaPatterns/plot_fields.py @@ -8,7 +8,6 @@ import argparse import logging import os -import sys import gprMax.config as config import matplotlib.pyplot as plt diff --git a/toolboxes/AustinManWoman/README.rst b/toolboxes/AustinManWoman/README.rst index 6ea7c7eb..54e3ccd1 100644 --- a/toolboxes/AustinManWoman/README.rst +++ b/toolboxes/AustinManWoman/README.rst @@ -1,4 +1,4 @@ -User libraries is a sub-package where useful Python modules contributed by users are stored. +Toolboxes is a sub-package where useful Python modules contributed by users are stored. ********************* AustinMan/AustinWoman diff --git a/toolboxes/DebyeFit/README.rst b/toolboxes/DebyeFit/README.rst index 98ab6d71..a03f8b04 100644 --- a/toolboxes/DebyeFit/README.rst +++ b/toolboxes/DebyeFit/README.rst @@ -1,4 +1,4 @@ -User libraries is a sub-package where useful Python modules contributed by users are stored. +Toolboxes is a sub-package where useful Python modules contributed by users are stored. ******** DebyeFit diff --git a/toolboxes/GPRAntennaModels/README.rst b/toolboxes/GPRAntennaModels/README.rst index ad25dae2..04c68c9c 100644 --- a/toolboxes/GPRAntennaModels/README.rst +++ b/toolboxes/GPRAntennaModels/README.rst @@ -1,4 +1,4 @@ -User libraries is a sub-package where useful Python modules contributed by users are stored. +Toolboxes is a sub-package where useful Python modules contributed by users are stored. ****************** GPR Antenna Models diff --git a/toolboxes/LandmineModels/README.rst b/toolboxes/LandmineModels/README.rst index b6edd32c..87560b18 100644 --- a/toolboxes/LandmineModels/README.rst +++ b/toolboxes/LandmineModels/README.rst @@ -1,4 +1,4 @@ -User libraries is a sub-package where useful Python modules contributed by users are stored. +Toolboxes is a sub-package where useful Python modules contributed by users are stored. *************** Landmine Models diff --git a/toolboxes/Materials/README.rst b/toolboxes/Materials/README.rst index 08004312..3c2feafd 100644 --- a/toolboxes/Materials/README.rst +++ b/toolboxes/Materials/README.rst @@ -1,4 +1,4 @@ -User libraries is a sub-package where useful Python modules contributed by users are stored. +Toolboxes is a sub-package where useful Python modules contributed by users are stored. ********* Materials diff --git a/toolboxes/STLtoVoxel/README.rst b/toolboxes/STLtoVoxel/README.rst index d3ef74a1..317cf827 100644 --- a/toolboxes/STLtoVoxel/README.rst +++ b/toolboxes/STLtoVoxel/README.rst @@ -1,4 +1,4 @@ -User libraries is a sub-package where useful Python modules contributed by users are stored. +Toolboxes is a sub-package where useful Python modules contributed by users are stored. ********** STLtoVoxel