From 8f691654c2374b11f3174f2c11a3694be3e347da Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Tue, 20 Feb 2024 10:51:41 -0500 Subject: [PATCH] fix warnings generated by sphinx --- docs/source/smui/config.rst | 5 +++-- docs/source/smui/index.rst | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/smui/config.rst b/docs/source/smui/config.rst index d095818..35faf87 100644 --- a/docs/source/smui/config.rst +++ b/docs/source/smui/config.rst @@ -56,7 +56,7 @@ using environment variables: - ``/tmp/search-management-ui_rules-txt.tmp`` (recommended: leave default). * - ``smui2solr.DST_CP_FILE_TO`` - ``SMUI_2SOLR_DST_CP_FILE_TO`` - - LIVE ``rules.txt`` destination file for the default deployment script. See :ref:`Details on rules.txt deployment` for more info. WARNING: Deprecated as of v3.4, will be replaced soon. + - LIVE ``rules.txt`` destination file for the default deployment script. See :ref:`Details on rules.txt deployment` for more info. WARNING: Deprecated as of v3.4, will be replaced soon. - ``/usr/bin/solr/defaultCore/conf/rules.txt`` * - ``smui.deployment.git.repo-url`` - ``SMUI_DEPLOYMENT_GIT_REPO_URL`` @@ -186,7 +186,7 @@ The following settings are optional and define the general SMUI behaviour: - ``/usr/bin/solr/defaultCore/conf/rules.txt`` - ``/usr/bin/solr/liveCore/conf/replace-rules.txt`` * - ``smui2solr.deploy-prelive-fn-replace-txt`` - - PRELIVE ``replace_rules.txt`` destination file for the default deployment script. See :ref:`Details on rules.txt deployment` for more info. + - PRELIVE ``replace_rules.txt`` destination file for the default deployment script. See :ref:`Details on rules.txt deployment` for more info. - ``/usr/bin/solr/preliveCore/conf/replace-rules.txt`` * - ``toggle.display-username.default`` - **WARNING:** Deprecated as of v3.14, will be replaced soon (see `github.com comment on PR#83 `_). Default username for being displayed on the frontend, if no username is available (e.g. for event history). @@ -406,6 +406,7 @@ As we currently only support external authentication there is currently no activ would immediately redirect to the identity provider and, if the session with the identity provider still exists, re-login the user). +.. _options-for-rules-deployment: Options for rules deployment ---------------------------- diff --git a/docs/source/smui/index.rst b/docs/source/smui/index.rst index 0081d9b..bf6589f 100644 --- a/docs/source/smui/index.rst +++ b/docs/source/smui/index.rst @@ -31,7 +31,7 @@ The basic workflow of SMUI is as follows: - Create Rules for various Search Inputs - Deploy the Rules in a Deployment Channel -The deployment may occur by :ref:`various methods`. After deployment, the set +The deployment may occur by :ref:`various methods`. After deployment, the set of Rules in the Deployment Channel will be recognized by the Querqy plugin and thus applied to queries. Rule types