Skip to content

Commit 8d8addf

Browse files
committed
deploy: 64d7c1c
1 parent 3a817f3 commit 8d8addf

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

api/pythonnative/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@
794794

795795
<h1 id="pythonnative-package">pythonnative package<a class="headerlink" href="#pythonnative-package" title="Permanent link">&para;</a></h1>
796796
<p>API reference will be generated here via mkdocstrings.</p>
797-
<p>Key flags and helpers (0.2.0):</p>
797+
<p>Key flags and helpers:</p>
798798
<ul>
799799
<li><code>pythonnative.utils.IS_ANDROID</code>: platform flag with robust detection for Chaquopy/Android.</li>
800800
<li><code>pythonnative.utils.get_android_context()</code>: returns the current Android Activity/Context when running on Android.</li>

concepts/components/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -388,18 +388,18 @@
388388
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
389389

390390
<li class="md-nav__item">
391-
<a href="#constructor-pattern-020" class="md-nav__link">
391+
<a href="#constructor-pattern" class="md-nav__link">
392392
<span class="md-ellipsis">
393-
Constructor pattern (0.2.0)
393+
Constructor pattern
394394
</span>
395395
</a>
396396

397397
</li>
398398

399399
<li class="md-nav__item">
400-
<a href="#core-components-020" class="md-nav__link">
400+
<a href="#core-components" class="md-nav__link">
401401
<span class="md-ellipsis">
402-
Core components (0.2.0)
402+
Core components
403403
</span>
404404
</a>
405405

@@ -841,18 +841,18 @@
841841
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
842842

843843
<li class="md-nav__item">
844-
<a href="#constructor-pattern-020" class="md-nav__link">
844+
<a href="#constructor-pattern" class="md-nav__link">
845845
<span class="md-ellipsis">
846-
Constructor pattern (0.2.0)
846+
Constructor pattern
847847
</span>
848848
</a>
849849

850850
</li>
851851

852852
<li class="md-nav__item">
853-
<a href="#core-components-020" class="md-nav__link">
853+
<a href="#core-components" class="md-nav__link">
854854
<span class="md-ellipsis">
855-
Core components (0.2.0)
855+
Core components
856856
</span>
857857
</a>
858858

@@ -888,7 +888,7 @@
888888

889889
<h1 id="components">Components<a class="headerlink" href="#components" title="Permanent link">&para;</a></h1>
890890
<p>High-level overview of PythonNative components and how they map to native UI.</p>
891-
<h2 id="constructor-pattern-020">Constructor pattern (0.2.0)<a class="headerlink" href="#constructor-pattern-020" title="Permanent link">&para;</a></h2>
891+
<h2 id="constructor-pattern">Constructor pattern<a class="headerlink" href="#constructor-pattern" title="Permanent link">&para;</a></h2>
892892
<ul>
893893
<li>All core components share a consistent, contextless constructor on both platforms.</li>
894894
<li>On Android, a <code>Context</code> is acquired implicitly from the current <code>Activity</code> set by <code>pn.Page</code>.</li>
@@ -913,7 +913,7 @@ <h2 id="constructor-pattern-020">Constructor pattern (0.2.0)<a class="headerlink
913913
<p>Notes:
914914
- <code>pn.Page</code> stores the Android <code>Activity</code> so components like <code>pn.Button()</code> and <code>pn.Label()</code> can construct their native counterparts.
915915
- If you construct views before the <code>Page</code> is created on Android, a runtime error will be raised because no <code>Context</code> is available.</p>
916-
<h2 id="core-components-020">Core components (0.2.0)<a class="headerlink" href="#core-components-020" title="Permanent link">&para;</a></h2>
916+
<h2 id="core-components">Core components<a class="headerlink" href="#core-components" title="Permanent link">&para;</a></h2>
917917
<p>Stabilized with contextless constructors on both platforms:</p>
918918
<ul>
919919
<li><code>Page</code></li>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,50 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://docs.pythonnative.com/</loc>
5-
<lastmod>2025-10-18</lastmod>
5+
<lastmod>2025-10-22</lastmod>
66
</url>
77
<url>
88
<loc>https://docs.pythonnative.com/examples/</loc>
9-
<lastmod>2025-10-18</lastmod>
9+
<lastmod>2025-10-22</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://docs.pythonnative.com/getting-started/</loc>
13-
<lastmod>2025-10-18</lastmod>
13+
<lastmod>2025-10-22</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://docs.pythonnative.com/api/pythonnative/</loc>
17-
<lastmod>2025-10-18</lastmod>
17+
<lastmod>2025-10-22</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://docs.pythonnative.com/concepts/architecture/</loc>
21-
<lastmod>2025-10-18</lastmod>
21+
<lastmod>2025-10-22</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://docs.pythonnative.com/concepts/components/</loc>
25-
<lastmod>2025-10-18</lastmod>
25+
<lastmod>2025-10-22</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://docs.pythonnative.com/examples/hello-world/</loc>
29-
<lastmod>2025-10-18</lastmod>
29+
<lastmod>2025-10-22</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://docs.pythonnative.com/guides/android/</loc>
33-
<lastmod>2025-10-18</lastmod>
33+
<lastmod>2025-10-22</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://docs.pythonnative.com/guides/ios/</loc>
37-
<lastmod>2025-10-18</lastmod>
37+
<lastmod>2025-10-22</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://docs.pythonnative.com/guides/navigation/</loc>
41-
<lastmod>2025-10-18</lastmod>
41+
<lastmod>2025-10-22</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://docs.pythonnative.com/meta/contributing/</loc>
45-
<lastmod>2025-10-18</lastmod>
45+
<lastmod>2025-10-22</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://docs.pythonnative.com/meta/roadmap/</loc>
49-
<lastmod>2025-10-18</lastmod>
49+
<lastmod>2025-10-22</lastmod>
5050
</url>
5151
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)