You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -202,7 +202,7 @@ <h2>Linux<a class="headerlink" href="#linux" title="Link to this heading"></a
202
202
</section>
203
203
<sectionid="raspberry-pi">
204
204
<h2>Raspberry Pi<aclass="headerlink" href="#raspberry-pi" title="Link to this heading"></a></h2>
205
-
<p><aclass="reference internal" href="RPI.html"><spanclass="std std-doc">Using on Rasperry Pi</span></a></p>
205
+
<p><spanclass="xref myst">Using on Rasperry Pi</span></p>
206
206
</section>
207
207
</section>
208
208
<sectionid="backends">
@@ -237,7 +237,7 @@ <h2>DRM backend<a class="headerlink" href="#drm-backend" title="Link to this hea
237
237
</section>
238
238
<sectionid="problems">
239
239
<h2>Problems?<aclass="headerlink" href="#problems" title="Link to this heading"></a></h2>
240
-
<p>If it doesn’t work, <aclass="reference internal" href="BUILDING.html"><spanclass="std std-doc">try to build manually.</span></a>. If that works then <aclass="reference external" href="https://github.com/electronstudio/raylib-python-cffi/issues">submit an issue</a>
240
+
<p>If it doesn’t work, <spanclass="xref myst">try to build manually.</span>. If that works then <aclass="reference external" href="https://github.com/electronstudio/raylib-python-cffi/issues">submit an issue</a>
241
241
to let us know what you did.</p>
242
242
<p>If you need help you can try asking on <aclass="reference external" href="https://discord.gg/fKDwt85aX6">our discord</a>. There is also a large <aclass="reference external" href="https://discord.gg/raylib">Raylib discord</a>
243
243
for issues that are not Python-specific.</p>
@@ -268,11 +268,11 @@ <h1>Running in a web browser<a class="headerlink" href="#running-in-a-web-browse
<spanclass="k">async</span><spanclass="k">def</span><spanclass="nf">main</span><spanclass="p">():</span><spanclass="c1"># You MUST have an async main function</span>
275
+
<spanclass="k">async</span><spanclass="k">def</span><spanclass="w"></span><spanclass="nf">main</span><spanclass="p">():</span><spanclass="c1"># You MUST have an async main function</span>
<spanclass="n">platform</span><spanclass="o">.</span><spanclass="n">window</span><spanclass="o">.</span><spanclass="n">window_resize</span><spanclass="p">()</span><spanclass="c1"># You MAY want to add this line</span>
0 commit comments