Skip to content

Commit 348d2eb

Browse files
committed
deploy: ae3e971
1 parent f85e832 commit 348d2eb

File tree

100 files changed

+2378
-2102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+2378
-2102
lines changed
170 Bytes
Binary file not shown.
Binary file not shown.
78 Bytes
Binary file not shown.
68 Bytes
Binary file not shown.
Binary file not shown.
77 Bytes
Binary file not shown.

asap_app_imgui_master/html/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 8e1a5333f5dbb3526b8150bcecd25351
3+
config: 1ffe95ee3bd2e4a460e1eed5485a852a
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

asap_app_imgui_master/html/_static/basic.css

+23-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -237,6 +237,10 @@ a.headerlink {
237237
visibility: hidden;
238238
}
239239

240+
a:visited {
241+
color: #551A8B;
242+
}
243+
240244
h1:hover > a.headerlink,
241245
h2:hover > a.headerlink,
242246
h3:hover > a.headerlink,
@@ -670,6 +674,16 @@ dd {
670674
margin-left: 30px;
671675
}
672676

677+
.sig dd {
678+
margin-top: 0px;
679+
margin-bottom: 0px;
680+
}
681+
682+
.sig dl {
683+
margin-top: 0px;
684+
margin-bottom: 0px;
685+
}
686+
673687
dl > dd:last-child,
674688
dl > dd:last-child > :last-child {
675689
margin-bottom: 0;
@@ -738,6 +752,14 @@ abbr, acronym {
738752
cursor: help;
739753
}
740754

755+
.translated {
756+
background-color: rgba(207, 255, 207, 0.2)
757+
}
758+
759+
.untranslated {
760+
background-color: rgba(255, 207, 207, 0.2)
761+
}
762+
741763
/* -- code displays --------------------------------------------------------- */
742764

743765
pre {

asap_app_imgui_master/html/_static/copybutton.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const messages = {
2020
},
2121
'fr' : {
2222
'copy': 'Copier',
23-
'copy_to_clipboard': 'Copié dans le presse-papier',
23+
'copy_to_clipboard': 'Copier dans le presse-papier',
2424
'copy_success': 'Copié !',
2525
'copy_failure': 'Échec de la copie',
2626
},
@@ -224,7 +224,7 @@ var copyTargetText = (trigger) => {
224224
var target = document.querySelector(trigger.attributes['data-clipboard-target'].value);
225225

226226
// get filtered text
227-
let exclude = '.linenos, .gp';
227+
let exclude = '.linenos';
228228

229229
let text = filterText(target, exclude);
230230
return formatCopyText(text, '', false, true, true, true, '', '')

asap_app_imgui_master/html/_static/doctools.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Base JavaScript utilities for all Sphinx HTML documentation.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
var DOCUMENTATION_OPTIONS = {
2-
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '2.0.0 (4165fcc1aae7)',
1+
const DOCUMENTATION_OPTIONS = {
2+
VERSION: '2.0.0 (ae3e971261b2)',
43
LANGUAGE: 'en',
54
COLLAPSE_INDEX: false,
65
BUILDER: 'html',
76
FILE_SUFFIX: '.html',
87
LINK_SUFFIX: '.html',
98
HAS_SOURCE: true,
109
SOURCELINK_SUFFIX: '',
11-
NAVIGATION_WITH_KEYS: true,
10+
NAVIGATION_WITH_KEYS: false,
1211
SHOW_SEARCH_SUMMARY: true,
1312
ENABLE_SEARCH_SHORTCUTS: true,
1413
};

asap_app_imgui_master/html/_static/language_data.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
* This script contains the language-specific data used by searchtools.js,
66
* namely the list of stopwords, stemmer, scorer and splitter.
77
*
8-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
99
* :license: BSD, see LICENSE for details.
1010
*
1111
*/
1212

1313
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];
1414

1515

16-
/* Non-minified version is copied as a separate JS file, is available */
16+
/* Non-minified version is copied as a separate JS file, if available */
1717

1818
/**
1919
* Porter Stemmer

asap_app_imgui_master/html/_static/locales/ar/LC_MESSAGES/booktheme.po

+38-38
Original file line numberDiff line numberDiff line change
@@ -8,68 +8,68 @@ msgstr ""
88
"Language: ar\n"
99
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1010

11-
msgid "suggest edit"
12-
msgstr "أقترح تحرير"
11+
msgid "Theme by the"
12+
msgstr "موضوع بواسطة"
1313

14-
msgid "Last updated on"
15-
msgstr "آخر تحديث في"
14+
msgid "Open an issue"
15+
msgstr "افتح قضية"
1616

17-
msgid "Edit this page"
18-
msgstr "قم بتحرير هذه الصفحة"
17+
msgid "Contents"
18+
msgstr "محتويات"
1919

20-
msgid "Launch"
21-
msgstr "إطلاق"
20+
msgid "Download notebook file"
21+
msgstr "تنزيل ملف دفتر الملاحظات"
2222

23-
msgid "Print to PDF"
24-
msgstr "طباعة إلى PDF"
23+
msgid "Sphinx Book Theme"
24+
msgstr "موضوع كتاب أبو الهول"
2525

26-
msgid "open issue"
27-
msgstr "قضية مفتوحة"
26+
msgid "Fullscreen mode"
27+
msgstr "وضع ملء الشاشة"
2828

29-
msgid "Download notebook file"
30-
msgstr "تنزيل ملف دفتر الملاحظات"
29+
msgid "Edit this page"
30+
msgstr "قم بتحرير هذه الصفحة"
3131

32-
msgid "Toggle navigation"
33-
msgstr "تبديل التنقل"
32+
msgid "By"
33+
msgstr "بواسطة"
34+
35+
msgid "Copyright"
36+
msgstr "حقوق النشر"
3437

3538
msgid "Source repository"
3639
msgstr "مستودع المصدر"
3740

38-
msgid "By the"
39-
msgstr "بواسطة"
41+
msgid "previous page"
42+
msgstr "الصفحة السابقة"
4043

4144
msgid "next page"
4245
msgstr "الصفحة التالية"
4346

47+
msgid "Toggle navigation"
48+
msgstr "تبديل التنقل"
49+
4450
msgid "repository"
4551
msgstr "مخزن"
4652

47-
msgid "Sphinx Book Theme"
48-
msgstr "موضوع كتاب أبو الهول"
49-
50-
msgid "Download source file"
51-
msgstr "تنزيل ملف المصدر"
53+
msgid "suggest edit"
54+
msgstr "أقترح تحرير"
5255

53-
msgid "Contents"
54-
msgstr "محتويات"
56+
msgid "open issue"
57+
msgstr "قضية مفتوحة"
5558

56-
msgid "By"
57-
msgstr "بواسطة"
59+
msgid "Launch"
60+
msgstr "إطلاق"
5861

59-
msgid "Copyright"
60-
msgstr "حقوق النشر"
62+
msgid "Print to PDF"
63+
msgstr "طباعة إلى PDF"
6164

62-
msgid "Fullscreen mode"
63-
msgstr "وضع ملء الشاشة"
65+
msgid "By the"
66+
msgstr "بواسطة"
6467

65-
msgid "Open an issue"
66-
msgstr "افتح قضية"
68+
msgid "Last updated on"
69+
msgstr "آخر تحديث في"
6770

68-
msgid "previous page"
69-
msgstr "الصفحة السابقة"
71+
msgid "Download source file"
72+
msgstr "تنزيل ملف المصدر"
7073

7174
msgid "Download this page"
7275
msgstr "قم بتنزيل هذه الصفحة"
73-
74-
msgid "Theme by the"
75-
msgstr "موضوع بواسطة"

asap_app_imgui_master/html/_static/locales/bg/LC_MESSAGES/booktheme.po

+38-38
Original file line numberDiff line numberDiff line change
@@ -8,68 +8,68 @@ msgstr ""
88
"Language: bg\n"
99
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1010

11-
msgid "suggest edit"
12-
msgstr "предложи редактиране"
11+
msgid "Theme by the"
12+
msgstr "Тема от"
1313

14-
msgid "Last updated on"
15-
msgstr "Последна актуализация на"
14+
msgid "Open an issue"
15+
msgstr "Отворете проблем"
1616

17-
msgid "Edit this page"
18-
msgstr "Редактирайте тази страница"
17+
msgid "Contents"
18+
msgstr "Съдържание"
1919

20-
msgid "Launch"
21-
msgstr "Стартиране"
20+
msgid "Download notebook file"
21+
msgstr "Изтеглете файла на бележника"
2222

23-
msgid "Print to PDF"
24-
msgstr "Печат в PDF"
23+
msgid "Sphinx Book Theme"
24+
msgstr "Тема на книгата Sphinx"
2525

26-
msgid "open issue"
27-
msgstr "отворен брой"
26+
msgid "Fullscreen mode"
27+
msgstr "Режим на цял екран"
2828

29-
msgid "Download notebook file"
30-
msgstr "Изтеглете файла на бележника"
29+
msgid "Edit this page"
30+
msgstr "Редактирайте тази страница"
3131

32-
msgid "Toggle navigation"
33-
msgstr "Превключване на навигацията"
32+
msgid "By"
33+
msgstr "От"
34+
35+
msgid "Copyright"
36+
msgstr "Авторско право"
3437

3538
msgid "Source repository"
3639
msgstr "Хранилище на източника"
3740

38-
msgid "By the"
39-
msgstr "По"
41+
msgid "previous page"
42+
msgstr "предишна страница"
4043

4144
msgid "next page"
4245
msgstr "Следваща страница"
4346

47+
msgid "Toggle navigation"
48+
msgstr "Превключване на навигацията"
49+
4450
msgid "repository"
4551
msgstr "хранилище"
4652

47-
msgid "Sphinx Book Theme"
48-
msgstr "Тема на книгата Sphinx"
49-
50-
msgid "Download source file"
51-
msgstr "Изтеглете изходния файл"
53+
msgid "suggest edit"
54+
msgstr "предложи редактиране"
5255

53-
msgid "Contents"
54-
msgstr "Съдържание"
56+
msgid "open issue"
57+
msgstr "отворен брой"
5558

56-
msgid "By"
57-
msgstr "От"
59+
msgid "Launch"
60+
msgstr "Стартиране"
5861

59-
msgid "Copyright"
60-
msgstr "Авторско право"
62+
msgid "Print to PDF"
63+
msgstr "Печат в PDF"
6164

62-
msgid "Fullscreen mode"
63-
msgstr "Режим на цял екран"
65+
msgid "By the"
66+
msgstr "По"
6467

65-
msgid "Open an issue"
66-
msgstr "Отворете проблем"
68+
msgid "Last updated on"
69+
msgstr "Последна актуализация на"
6770

68-
msgid "previous page"
69-
msgstr "предишна страница"
71+
msgid "Download source file"
72+
msgstr "Изтеглете изходния файл"
7073

7174
msgid "Download this page"
7275
msgstr "Изтеглете тази страница"
73-
74-
msgid "Theme by the"
75-
msgstr "Тема от"

0 commit comments

Comments
 (0)