File tree 2 files changed +42
-0
lines changed
2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ The Python Arcade Library
67
67
.. image :: images/example_games.svg
68
68
:alt: Programming guide icon
69
69
:class: heading-icon
70
+ :target: programming_guide
70
71
71
72
.. toctree ::
72
73
:maxdepth: 1
@@ -91,6 +92,7 @@ The Python Arcade Library
91
92
programming_guide/gui/index
92
93
programming_guide/performance_tips
93
94
programming_guide/sections
95
+ programming_guide/index
94
96
95
97
.. image :: images/API.svg
96
98
:alt: API icon
Original file line number Diff line number Diff line change
1
+ .. _pg_index :
2
+
3
+ Arcade Programming Guide Index
4
+ ==============================
5
+
6
+ This section provides both instructions on getting started and overviews
7
+ overviews of the following concepts:
8
+
9
+ * Arcade's overall structure
10
+ * Basic drawing techniques & concepts
11
+ * Avoiding common problems
12
+ * General OpenGL notes
13
+ * Advanced techniques & concepts
14
+
15
+ Pages may also include links to relevant examples, tutorials, or
16
+ external documentation where applicable.
17
+
18
+ .. toctree ::
19
+ :maxdepth: 1
20
+ :caption: Programming Guide
21
+
22
+ install/index
23
+ get_started
24
+ how_to_get_help
25
+ directory_structure
26
+ edge_artifacts/index
27
+ how_to_submit_changes
28
+ how_to_contribute
29
+ how_to_build
30
+ logging
31
+ release_checklist
32
+ pygame_comparison
33
+ headless
34
+ vsync
35
+ textures
36
+ texture_atlas
37
+ opengl_notes.rst
38
+ gui/index
39
+ performance_tips
40
+ sections
You can’t perform that action at this time.
0 commit comments