Skip to content

Commit 3f9e288

Browse files
authored
Fix: rename GWDR to GTDR (#99)
* edit: rename GWDR to SDR * edit: update docs * edit: update translation messages * edit: update some translations * edit: rename GWDR to GTWR * edit: translations
1 parent b15dcf8 commit 3f9e288

178 files changed

Lines changed: 7278 additions & 948 deletions

File tree

Some content is hidden

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

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ INTERNAL_DOCS = NO
577577
# (including Cygwin) and Mac users are advised to set this option to NO.
578578
# The default value is: system dependent.
579579

580-
CASE_SENSE_NAMES = NO
580+
CASE_SENSE_NAMES = YES
581581

582582
# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
583583
# their full class and namespace scopes in the documentation. If set to YES, the

Doxyfile.zh-Hans

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ INTERNAL_DOCS = NO
577577
# (including Cygwin) and Mac users are advised to set this option to NO.
578578
# The default value is: system dependent.
579579

580-
CASE_SENSE_NAMES = NO
580+
CASE_SENSE_NAMES = YES
581581

582582
# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
583583
# their full class and namespace scopes in the documentation. If set to YES, the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This library consist of C++ implementations of some geographically weighted mode
1313
- [Scalable GWR][scgwr]
1414
- [Geographically Weighted Summary Statistics (GWSS)][gwss]
1515
- [Geographically Weighted Principal Component Analysis (GWPCA)][gwpca]
16-
- Geographically Weighted Density Regression (GWDR)
16+
- Geographically Weighted Density Regression (SDR)
1717

1818
Comparing with other libraries, this library has these features:
1919

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
INPUT = ../include
212212
MACRO_EXPANSION = YES
213213
OUTPUT_LANGUAGE = {lang}
214+
CASE_SENSE_NAMES = YES
214215
""".format(lang=language_map.get(doxygen_language, 'en')))
215216
}
216217

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2023, GWmodel Lab
3+
# This file is distributed under the same license as the libgwmodel package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: libgwmodel\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-02-07 12:00+0000\n"
12+
"PO-Revision-Date: 2024-02-07 12:21+0000\n"
13+
"Last-Translator: \n"
14+
"Language-Team: zh_CN <LL@li.org>\n"
15+
"Language: zh_CN\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=utf-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=1; plural=0;\n"
20+
"Generated-By: Babel 2.11.0\n"
21+
"X-Generator: Poedit 3.4.2\n"
22+
23+
#: ../../api/classGWRBasicGpuTask.rst:4
24+
msgid "Class GWRBasicGpuTask"
25+
msgstr "类 GWRBasicGpuTask"
26+
27+
#: ../../api/classGWRBasicGpuTask.rst:6
28+
msgid "Defined in :ref:`file_include_gwmodelcuda_GWRBasicGpuTask.h`"
29+
msgstr "定义于 :ref:`file_include_gwmodelcuda_GWRBasicGpuTask.h`"
30+
31+
#: ../../api/classGWRBasicGpuTask.rst:10
32+
msgid "Inheritance Relationships"
33+
msgstr "继承关系"
34+
35+
#: ../../api/classGWRBasicGpuTask.rst:13
36+
msgid "Base Type"
37+
msgstr "基类"
38+
39+
#: ../../api/classGWRBasicGpuTask.rst:15
40+
msgid "``public IGWRBasicGpuTask`` (:ref:`exhale_class_classIGWRBasicGpuTask`)"
41+
msgstr ""
42+
43+
#: ../../api/classGWRBasicGpuTask.rst:19
44+
msgid "Class Documentation"
45+
msgstr "类文档"
46+
47+
#: ../../api/classGWRBasicGpuTask.rst
48+
msgid "Public Functions"
49+
msgstr "公有方法"
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2023, GWmodel Lab
3+
# This file is distributed under the same license as the libgwmodel package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: libgwmodel\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-02-07 12:00+0000\n"
12+
"PO-Revision-Date: 2024-02-07 12:21+0000\n"
13+
"Last-Translator: \n"
14+
"Language-Team: zh_CN <LL@li.org>\n"
15+
"Language: zh_CN\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=utf-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=1; plural=0;\n"
20+
"Generated-By: Babel 2.11.0\n"
21+
"X-Generator: Poedit 3.4.2\n"
22+
23+
#: ../../api/classIGWRBasicGpuTask.rst:4
24+
msgid "Class IGWRBasicGpuTask"
25+
msgstr "类 IGWRBasicGpuTask"
26+
27+
#: ../../api/classIGWRBasicGpuTask.rst:6
28+
msgid "Defined in :ref:`file_include_gwmodelcuda_IGWRBasicGpuTask.h`"
29+
msgstr "定义于 :ref:`file_include_gwmodelcuda_IGWRBasicGpuTask.h`"
30+
31+
#: ../../api/classIGWRBasicGpuTask.rst:10
32+
msgid "Inheritance Relationships"
33+
msgstr "继承关系"
34+
35+
#: ../../api/classIGWRBasicGpuTask.rst:13
36+
msgid "Derived Type"
37+
msgstr "派生类"
38+
39+
#: ../../api/classIGWRBasicGpuTask.rst:15
40+
msgid "``public GWRBasicGpuTask`` (:ref:`exhale_class_classGWRBasicGpuTask`)"
41+
msgstr ""
42+
43+
#: ../../api/classIGWRBasicGpuTask.rst:19
44+
msgid "Class Documentation"
45+
msgstr "类文档"
46+
47+
#: ../../api/classIGWRBasicGpuTask.rst
48+
msgid "Public Functions"
49+
msgstr "公有方法"
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2023, GWmodel Lab
3+
# This file is distributed under the same license as the libgwmodel package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: libgwmodel\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-02-07 12:00+0000\n"
12+
"PO-Revision-Date: 2024-02-07 12:21+0000\n"
13+
"Last-Translator: \n"
14+
"Language-Team: zh_CN <LL@li.org>\n"
15+
"Language: zh_CN\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=utf-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=1; plural=0;\n"
20+
"Generated-By: Babel 2.11.0\n"
21+
"X-Generator: Poedit 3.4.2\n"
22+
23+
#: ../../api/classStdTelegram.rst:4
24+
msgid "Class StdTelegram"
25+
msgstr "类 StdTelegram"
26+
27+
#: ../../api/classStdTelegram.rst:6
28+
msgid "Defined in :ref:`file_include_gwmodelcuda_StdTelegram.h`"
29+
msgstr "定义于 :ref:`file_include_gwmodelcuda_StdTelegram.h`"
30+
31+
#: ../../api/classStdTelegram.rst:10
32+
msgid "Inheritance Relationships"
33+
msgstr "继承关系"
34+
35+
#: ../../api/classStdTelegram.rst:13
36+
msgid "Base Type"
37+
msgstr "基类"
38+
39+
#: ../../api/classStdTelegram.rst:15
40+
msgid "``public gwm::Logger`` (:ref:`exhale_class_classgwm_1_1Logger`)"
41+
msgstr ""
42+
43+
#: ../../api/classStdTelegram.rst:19
44+
msgid "Class Documentation"
45+
msgstr "类文档"
46+
47+
#: ../../api/classStdTelegram.rst
48+
msgid "Public Functions"
49+
msgstr "公有方法"
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2023, GWmodel Lab
3+
# This file is distributed under the same license as the libgwmodel package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: libgwmodel\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-02-23 13:45+0000\n"
12+
"PO-Revision-Date: 2024-02-07 12:11+0000\n"
13+
"Last-Translator: \n"
14+
"Language: zh_CN\n"
15+
"Language-Team: zh_CN <LL@li.org>\n"
16+
"Plural-Forms: nplurals=1; plural=0;\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=utf-8\n"
19+
"Content-Transfer-Encoding: 8bit\n"
20+
"Generated-By: Babel 2.11.0\n"
21+
22+
#: ../../api/classcubase.rst:4
23+
msgid "Class cubase"
24+
msgstr "类 cubase"
25+
26+
#: ../../api/classcubase.rst:6
27+
msgid "Defined in :ref:`file_include_gwmodelpp_utils_cumat.hpp`"
28+
msgstr "在 :ref:`file_include_gwmodelpp_utils_cumat.hpp` 中定义"
29+
30+
#: ../../api/classcubase.rst:10
31+
msgid "Inheritance Relationships"
32+
msgstr "继承关系"
33+
34+
#: ../../api/classcubase.rst:13
35+
msgid "Derived Types"
36+
msgstr "派生类型"
37+
38+
#: ../../api/classcubase.rst:15
39+
msgid "``public cumat`` (:ref:`exhale_class_classcumat`)"
40+
msgstr ""
41+
42+
#: ../../api/classcubase.rst:16
43+
msgid "``public custride`` (:ref:`exhale_class_classcustride`)"
44+
msgstr ""
45+
46+
#: ../../api/classcubase.rst:20
47+
msgid "Class Documentation"
48+
msgstr "类文件"
49+
50+
#: ../../api/classcubase.rst
51+
msgid "Public Types"
52+
msgstr "公共类型"
53+
54+
#: ../../api/classcubase.rst
55+
msgid "Public Functions"
56+
msgstr "公共职能"
57+
58+
#: ../../api/classcubase.rst
59+
#, fuzzy
60+
msgid "Public Static Functions"
61+
msgstr "公共职能"
62+
63+
#: ../../api/classcubase.rst
64+
msgid "Public Static Attributes"
65+
msgstr "公共静态属性"
66+
67+
#: ../../api/classcubase.rst
68+
msgid "Protected Attributes"
69+
msgstr "受保护属性"
70+
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2023, GWmodel Lab
3+
# This file is distributed under the same license as the libgwmodel package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: libgwmodel\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-02-07 12:00+0000\n"
12+
"PO-Revision-Date: 2024-02-07 12:15+0000\n"
13+
"Last-Translator: \n"
14+
"Language-Team: zh_CN <LL@li.org>\n"
15+
"Language: zh_CN\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=utf-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=1; plural=0;\n"
20+
"Generated-By: Babel 2.11.0\n"
21+
"X-Generator: Poedit 3.4.2\n"
22+
23+
#: ../../api/classcubatched.rst:4
24+
msgid "Class cubatched"
25+
msgstr "类 cubatched"
26+
27+
#: ../../api/classcubatched.rst:6
28+
msgid "Defined in :ref:`file_include_gwmodelpp_utils_cumat.hpp`"
29+
msgstr ""
30+
31+
#: ../../api/classcubatched.rst:10
32+
msgid "Class Documentation"
33+
msgstr "类文档"
34+
35+
#: ../../api/classcubatched.rst
36+
msgid "Public Functions"
37+
msgstr "公有方法"
38+
39+
#: ../../api/classcubatched.rst
40+
msgid "Public Static Attributes"
41+
msgstr "公有静态属性"
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2023, GWmodel Lab
3+
# This file is distributed under the same license as the libgwmodel package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: libgwmodel\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-02-07 12:00+0000\n"
12+
"PO-Revision-Date: 2024-02-07 12:16+0000\n"
13+
"Last-Translator: \n"
14+
"Language-Team: zh_CN <LL@li.org>\n"
15+
"Language: zh_CN\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=utf-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=1; plural=0;\n"
20+
"Generated-By: Babel 2.11.0\n"
21+
"X-Generator: Poedit 3.4.2\n"
22+
23+
#: ../../api/classcumat.rst:4
24+
msgid "Class cumat"
25+
msgstr "类 cumat"
26+
27+
#: ../../api/classcumat.rst:6
28+
msgid "Defined in :ref:`file_include_gwmodelpp_utils_cumat.hpp`"
29+
msgstr ""
30+
31+
#: ../../api/classcumat.rst:10
32+
msgid "Inheritance Relationships"
33+
msgstr "继承关系"
34+
35+
#: ../../api/classcumat.rst:13
36+
msgid "Base Type"
37+
msgstr "基类"
38+
39+
#: ../../api/classcumat.rst:15
40+
msgid "``public cubase`` (:ref:`exhale_class_classcubase`)"
41+
msgstr ""
42+
43+
#: ../../api/classcumat.rst:19
44+
msgid "Class Documentation"
45+
msgstr "类文档"
46+
47+
#: ../../api/classcumat.rst
48+
msgid "Public Functions"
49+
msgstr "公有方法"
50+
51+
#: ../../api/classcumat.rst
52+
msgid "Public Static Attributes"
53+
msgstr "公有静态属性"
54+
55+
#: ../../api/classcumat.rst
56+
msgid "Protected Attributes"
57+
msgstr "保护属性"

0 commit comments

Comments
 (0)