|
67 | 67 | "This method describes a valid operator to use with this type as left-hand operand.", |
68 | 68 | "This value is an integer composed as a bitmask of the following flags.", |
69 | 69 | "No return value.", |
70 | | - "There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!", |
71 | | - "There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!", |
72 | | - "There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!", |
73 | | - "There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!", |
74 | | - "There is currently no description for this annotation. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!", |
75 | | - "There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!", |
76 | | - "There is currently no description for this constructor. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!", |
77 | | - "There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!", |
78 | | - "There is currently no description for this operator. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!", |
79 | | - "There is currently no description for this theme property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!", |
| 70 | + "There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!", |
| 71 | + "There is currently no description for this signal. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!", |
| 72 | + "There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!", |
| 73 | + "There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!", |
| 74 | + "There is currently no description for this annotation. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!", |
| 75 | + "There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!", |
| 76 | + "There is currently no description for this constructor. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!", |
| 77 | + "There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!", |
| 78 | + "There is currently no description for this operator. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!", |
| 79 | + "There is currently no description for this theme property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!", |
80 | 80 | "There are notable differences when using this API with C#. See :ref:`doc_c_sharp_differences` for more information.", |
81 | 81 | "Deprecated:", |
82 | 82 | "Experimental:", |
@@ -979,7 +979,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir: |
979 | 979 | f.write(".. container:: contribute\n\n\t") |
980 | 980 | f.write( |
981 | 981 | translate( |
982 | | - "There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!" |
| 982 | + "There is currently no description for this class. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!" |
983 | 983 | ) |
984 | 984 | + "\n\n" |
985 | 985 | ) |
@@ -1105,7 +1105,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir: |
1105 | 1105 | f.write(".. container:: contribute\n\n\t") |
1106 | 1106 | f.write( |
1107 | 1107 | translate( |
1108 | | - "There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!" |
| 1108 | + "There is currently no description for this signal. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!" |
1109 | 1109 | ) |
1110 | 1110 | + "\n\n" |
1111 | 1111 | ) |
@@ -1154,7 +1154,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir: |
1154 | 1154 | f.write(".. container:: contribute\n\n\t") |
1155 | 1155 | f.write( |
1156 | 1156 | translate( |
1157 | | - "There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!" |
| 1157 | + "There is currently no description for this enum. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!" |
1158 | 1158 | ) |
1159 | 1159 | + "\n\n" |
1160 | 1160 | ) |
@@ -1189,7 +1189,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir: |
1189 | 1189 | f.write(".. container:: contribute\n\n\t") |
1190 | 1190 | f.write( |
1191 | 1191 | translate( |
1192 | | - "There is currently no description for this constant. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!" |
| 1192 | + "There is currently no description for this constant. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!" |
1193 | 1193 | ) |
1194 | 1194 | + "\n\n" |
1195 | 1195 | ) |
@@ -1229,7 +1229,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir: |
1229 | 1229 | f.write(".. container:: contribute\n\n\t") |
1230 | 1230 | f.write( |
1231 | 1231 | translate( |
1232 | | - "There is currently no description for this annotation. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!" |
| 1232 | + "There is currently no description for this annotation. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!" |
1233 | 1233 | ) |
1234 | 1234 | + "\n\n" |
1235 | 1235 | ) |
@@ -1292,7 +1292,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir: |
1292 | 1292 | f.write(".. container:: contribute\n\n\t") |
1293 | 1293 | f.write( |
1294 | 1294 | translate( |
1295 | | - "There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!" |
| 1295 | + "There is currently no description for this property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!" |
1296 | 1296 | ) |
1297 | 1297 | + "\n\n" |
1298 | 1298 | ) |
@@ -1340,7 +1340,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir: |
1340 | 1340 | f.write(".. container:: contribute\n\n\t") |
1341 | 1341 | f.write( |
1342 | 1342 | translate( |
1343 | | - "There is currently no description for this constructor. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!" |
| 1343 | + "There is currently no description for this constructor. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!" |
1344 | 1344 | ) |
1345 | 1345 | + "\n\n" |
1346 | 1346 | ) |
@@ -1387,7 +1387,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir: |
1387 | 1387 | f.write(".. container:: contribute\n\n\t") |
1388 | 1388 | f.write( |
1389 | 1389 | translate( |
1390 | | - "There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!" |
| 1390 | + "There is currently no description for this method. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!" |
1391 | 1391 | ) |
1392 | 1392 | + "\n\n" |
1393 | 1393 | ) |
@@ -1431,7 +1431,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir: |
1431 | 1431 | f.write(".. container:: contribute\n\n\t") |
1432 | 1432 | f.write( |
1433 | 1433 | translate( |
1434 | | - "There is currently no description for this operator. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!" |
| 1434 | + "There is currently no description for this operator. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!" |
1435 | 1435 | ) |
1436 | 1436 | + "\n\n" |
1437 | 1437 | ) |
@@ -1476,7 +1476,7 @@ def make_rst_class(class_def: ClassDef, state: State, dry_run: bool, output_dir: |
1476 | 1476 | f.write(".. container:: contribute\n\n\t") |
1477 | 1477 | f.write( |
1478 | 1478 | translate( |
1479 | | - "There is currently no description for this theme property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!" |
| 1479 | + "There is currently no description for this theme property. Please help us by `contributing one <https://contributing.godotengine.org/en/latest/documentation/class_reference.html>`__!" |
1480 | 1480 | ) |
1481 | 1481 | + "\n\n" |
1482 | 1482 | ) |
|
0 commit comments