@@ -300,26 +300,6 @@ def include_template(text_file):
300
300
* - Name
301
301
- Group"""
302
302
303
- table_header_gui = """
304
- .. list-table::
305
- :widths: 50 50
306
- :header-rows: 1
307
- :name: quickapigui
308
- :class: display
309
-
310
- * - Name
311
- - Group"""
312
-
313
- table_header_tiled = """
314
- .. list-table::
315
- :widths: 50 50
316
- :header-rows: 1
317
- :name: quickapitiled
318
- :class: display
319
-
320
- * - Name
321
- - Group"""
322
-
323
303
324
304
def clear_api_directory ():
325
305
"""
@@ -348,27 +328,10 @@ def main():
348
328
process_directory (ROOT / "arcade/texture" , text_file )
349
329
process_directory (ROOT / "arcade/texture_atlas" , text_file )
350
330
process_directory (ROOT / "arcade/text" , text_file )
351
-
352
- # text_file.write(f"The ``arcade.gl`` module\n")
353
- # text_file.write(f"-------------------------\n\n")
354
331
# process_directory(Path("../arcade/gl"), text_file)
355
-
356
- text_file .write ("\n \n " )
357
- text_file .write ("The arcade.gui module\n " )
358
- text_file .write ("---------------------\n \n " )
359
-
360
- text_file .write (table_header_gui )
361
-
362
332
process_directory (ROOT / "arcade/gui" , text_file )
363
333
process_directory (ROOT / "arcade/gui/widgets" , text_file )
364
334
process_directory (ROOT / "arcade/gui/property" , text_file )
365
-
366
- text_file .write ("\n \n " )
367
- text_file .write ("The arcade.tilemap module\n " )
368
- text_file .write ("-------------------------\n \n " )
369
-
370
- text_file .write (table_header_tiled )
371
-
372
335
process_directory (ROOT / "arcade/tilemap" , text_file )
373
336
374
337
text_file .close ()
0 commit comments