diff --git a/CHANGES.rst b/CHANGES.rst index bcdb02b1e..2f1e87f88 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 5.0.1 +~~~~~~~~~~~~~ + +Bug fix release + +All changes: +https://github.com/Open-MSS/MSS/milestone/64?closed=1 + Version 5.0.0 ~~~~~~~~~~~~~ diff --git a/docs/installation.rst b/docs/installation.rst index 7a88805cb..3f02d78d0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -29,10 +29,11 @@ If you do prefer to use over 7K open-source packages install Anaconda. We recommend to install this for the local user. This does not require administrator permissions. - +As **Beginner** start with an installation of Miniconda - `Get Miniconda `_ -- `Get Anaconda `_ -- `Get Miniforge `_ + +If you are an Advanced User you know that `Anaconda `_ +or `Miniforge `_ are compatible too. conda-forge channel diff --git a/docs/samples/config/wms/mss_wms_settings.py.chem_plots b/docs/samples/config/wms/mss_wms_settings.py.chem_plots index 8a8471f22..99308165d 100644 --- a/docs/samples/config/wms/mss_wms_settings.py.chem_plots +++ b/docs/samples/config/wms/mss_wms_settings.py.chem_plots @@ -85,6 +85,8 @@ import mss_chem_plots #base_dir = os.path.abspath(os.path.dirname(mslib.mswms.__file__)) #xml_template_location = os.path.join(base_dir, "xml_templates") +# Path to store an optional gallery +_gallerypath = r"/path/to/data/mss/gallery" _datapath = r"/path/to/data/mss/testdata" data = { diff --git a/docs/samples/config/wms/mss_wms_settings.py.demodata b/docs/samples/config/wms/mss_wms_settings.py.demodata index 301d0cf7b..7b28c3f31 100644 --- a/docs/samples/config/wms/mss_wms_settings.py.demodata +++ b/docs/samples/config/wms/mss_wms_settings.py.demodata @@ -84,6 +84,8 @@ import mslib.mswms #base_dir = os.path.abspath(os.path.dirname(mslib.mswms.__file__)) #xml_template_location = os.path.join(base_dir, "xml_templates") +# Path to store an optional gallery +_gallerypath = r"/path/to/data/mss/gallery" _datapath = r"/path/to/data/mss/testdata" data = { diff --git a/docs/samples/config/wms/mss_wms_settings.py.sample b/docs/samples/config/wms/mss_wms_settings.py.sample index d33b63865..92df55587 100644 --- a/docs/samples/config/wms/mss_wms_settings.py.sample +++ b/docs/samples/config/wms/mss_wms_settings.py.sample @@ -55,6 +55,8 @@ import mslib.mswms # SETTINGS ### # +# Path to store an optional gallery +_gallerypath = r"/path/to/data/mss/gallery" # Paths to data directories. Process callables (the functions that are # executed by the dispatcher system) can access these paths, hence diff --git a/mslib/static/templates/index.html b/mslib/static/templates/index.html index e14086a66..653b9864f 100644 --- a/mslib/static/templates/index.html +++ b/mslib/static/templates/index.html @@ -19,26 +19,25 @@