enh(doc): rename /docs/ folder to /doc/ to ease generation and pimp conf.py.

This commit is contained in:
Matthieu Kermagoret 2020-06-15 10:31:36 +02:00
parent 82e048efc0
commit 6215ae7ca3
16 changed files with 8 additions and 8 deletions

View File

@ -74,4 +74,4 @@ I can set threshold with options ``--warning`` and ``--critical``:
$ perl centreon_plugins.pl --plugin=os::linux::snmp::plugin --mode=load --hostname=127.0.0.1 --snmp-version=2c --snmp-community=public --warning=1,2,3 --critical=2,3,4
OK: Load average: 0.00, 0.00, 0.00 | 'load1'=0.00;0:1;0:2;0; 'load5'=0.00;0:2;0:3;0; 'load15'=0.00;0:3;0:4;0;
For more information or help, please read 'docs/user/guide.rst' or go to http://documentation.centreon.com/docs/centreon-plugins/en/latest/
For more information or help, please read 'user/guide.rst' or go to https://docs.centreon.com/docs/centreon-plugins/en/latest/

View File

@ -8,7 +8,7 @@ Compile the wrapper:
# gcc -o cwrapper_perl cwrapper_perl.c `perl -MExtUtils::Embed -e ccopts -e ldopts`
Create a fatpack: https://github.com/centreon/centreon-plugins/blob/master/docs/en/user/guide.rst#can-i-have-one-standalone-perl-file-
Create a fatpack: https://github.com/centreon/centreon-plugins/blob/master/doc/en/user/guide.rst#can-i-have-one-standalone-perl-file-
Comment following lines in the end of fatpack file:

View File

@ -52,16 +52,16 @@ master_doc = 'index'
# General information about the project.
project = u'Centreon Plugins'
copyright = u'2014, Merethis'
copyright = u'2007-2020 Centreon'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = ''
version = 'latest'
# The full version, including alpha/beta/rc tags.
release = ''
release = 'latest'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -52,16 +52,16 @@ master_doc = 'index'
# General information about the project.
project = u'Centreon Plugins'
copyright = u'2014, Merethis'
copyright = u'2007-2020 Centreon'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = ''
version = 'latest'
# The full version, including alpha/beta/rc tags.
release = ''
release = 'latest'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.