bump to version 0.7.21

This commit is contained in:
Sam
2023-07-30 17:05:25 +02:00
parent 4565d98718
commit 60d9dc35c0
103 changed files with 3561 additions and 3401 deletions

View File

@ -670,6 +670,16 @@ dd {
margin-left: 30px;
}
.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}
.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}
dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
@ -738,6 +748,14 @@ abbr, acronym {
cursor: help;
}
.translated {
background-color: rgba(207, 255, 207, 0.2)
}
.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}
/* -- code displays --------------------------------------------------------- */
pre {

View File

@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.7.20',
VERSION: '0.7.21',
LANGUAGE: 'fr',
COLLAPSE_INDEX: false,
BUILDER: 'html',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2,9 +2,8 @@ Documentation.addTranslations({
"locale": "fr",
"messages": {
"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s",
"&#169; <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "&#169; <a href=\"%(path)s\">Copyright</a> %(copyright)s.",
"&#169; Copyright %(copyright)s.": "&#169; Copyright %(copyright)s.",
", in ": ", dans",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": ", dans ",
"About these documents": "\u00c0 propos de ces documents",
"Automatically generated list of changes in version %(version)s": "Liste auto-g\u00e9n\u00e9r\u00e9e des modifications dans la version %(version)s",
"C API changes": "Modifications de l'API C",