From c12e30ff3abb26716e648dce3aa36d19ec85777d Mon Sep 17 00:00:00 2001 From: Laurent Pinsivy <lpinsivy@centreon.com> Date: Mon, 22 May 2017 09:47:07 +0100 Subject: [PATCH] Correct make html warning/error for EN documentation --- doc/en/configuration_guide/contact.rst | 2 ++ doc/en/configuration_guide/poller/index.rst | 2 ++ doc/en/exploitation_guide/01customview.rst | 2 ++ doc/en/release_notes/centreon-2.4/centreon-2.4.0.rst | 4 ++-- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/en/configuration_guide/contact.rst b/doc/en/configuration_guide/contact.rst index dd852ae870..f108d6261c 100644 --- a/doc/en/configuration_guide/contact.rst +++ b/doc/en/configuration_guide/contact.rst @@ -34,6 +34,8 @@ General information * The **Host / Service Notification Period** field serves to choose the time period in which notifications are sent. * The **Host / Service Notification Command** field serves to choose the notification command to a host or a service. +.. _autologin: + *********************** Centreon authentication *********************** diff --git a/doc/en/configuration_guide/poller/index.rst b/doc/en/configuration_guide/poller/index.rst index 90388d268e..a41eacc22f 100644 --- a/doc/en/configuration_guide/poller/index.rst +++ b/doc/en/configuration_guide/poller/index.rst @@ -1,3 +1,5 @@ +.. _pollers_basic_conf: + ====== Poller ====== diff --git a/doc/en/exploitation_guide/01customview.rst b/doc/en/exploitation_guide/01customview.rst index 4c805b615a..6d22986a56 100644 --- a/doc/en/exploitation_guide/01customview.rst +++ b/doc/en/exploitation_guide/01customview.rst @@ -1,3 +1,5 @@ +.. _widgets_user_guide: + ============ Custom views ============ diff --git a/doc/en/release_notes/centreon-2.4/centreon-2.4.0.rst b/doc/en/release_notes/centreon-2.4/centreon-2.4.0.rst index 41fd9f0c5b..793424ed00 100644 --- a/doc/en/release_notes/centreon-2.4/centreon-2.4.0.rst +++ b/doc/en/release_notes/centreon-2.4/centreon-2.4.0.rst @@ -37,7 +37,7 @@ Support for multiple LDAP servers ================================= The LDAP authentication system is much more robust than before. -Indeed, it is now possible to have :ref:`multiple LDAP configurations <ldap>` on +Indeed, it is now possible to have :ref:`multiple LDAP configurations <ldapconfiguration>` on top of the failover system. The LDAP import form will let you choose the LDAP server to import from. @@ -70,7 +70,7 @@ Communication with pollers The default system user used by *Centcore* to communicate with pollers has changed from ``nagios`` to ``centreon``. See -:ref:`ces:pollers_basic_conf` for more information. +:ref:`pollers_basic_conf` for more information. Plugins -- GitLab