Skip to content

Commit 7e6fe6c

Browse files
authored
gallerypath to examples added, fixes #1122 (#1128)
1 parent 9b44a20 commit 7e6fe6c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/samples/config/wms/mss_wms_settings.py.chem_plots

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ import mss_chem_plots
8585
#base_dir = os.path.abspath(os.path.dirname(mslib.mswms.__file__))
8686
#xml_template_location = os.path.join(base_dir, "xml_templates")
8787

88+
# Path to store an optional gallery
89+
_gallerypath = r"/path/to/data/mss/gallery"
8890
_datapath = r"/path/to/data/mss/testdata"
8991

9092
data = {

docs/samples/config/wms/mss_wms_settings.py.demodata

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ import mslib.mswms
8484
#base_dir = os.path.abspath(os.path.dirname(mslib.mswms.__file__))
8585
#xml_template_location = os.path.join(base_dir, "xml_templates")
8686

87+
# Path to store an optional gallery
88+
_gallerypath = r"/path/to/data/mss/gallery"
8789
_datapath = r"/path/to/data/mss/testdata"
8890

8991
data = {

docs/samples/config/wms/mss_wms_settings.py.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ import mslib.mswms
5555
# SETTINGS ###
5656
#
5757

58+
# Path to store an optional gallery
59+
_gallerypath = r"/path/to/data/mss/gallery"
5860

5961
# Paths to data directories. Process callables (the functions that are
6062
# executed by the dispatcher system) can access these paths, hence

0 commit comments

Comments
 (0)