Skip to content

Commit

Permalink
Deploying to gh-pages from @ 85b13ed 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogdham committed Oct 10, 2024
1 parent a459305 commit 39b1320
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 30 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,6 @@ <h2 id="imports">Imports</h2>
</html>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-04-27 17:59:55.084844+00:00
MkDocs version : 1.6.1
Build Date UTC : 2024-10-10 18:22:27.263662+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

39 changes: 13 additions & 26 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,67 +2,54 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://bigxml.rogdham.net/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
<url>
<loc>https://bigxml.rogdham.net/decorators/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
<url>
<loc>https://bigxml.rogdham.net/encodings/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
<url>
<loc>https://bigxml.rogdham.net/exceptions/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
<url>
<loc>https://bigxml.rogdham.net/faq/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
<url>
<loc>https://bigxml.rogdham.net/handlers/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
<url>
<loc>https://bigxml.rogdham.net/namespaces/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
<url>
<loc>https://bigxml.rogdham.net/nodes/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
<url>
<loc>https://bigxml.rogdham.net/parser/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
<url>
<loc>https://bigxml.rogdham.net/quickstart/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
<url>
<loc>https://bigxml.rogdham.net/recipes/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
<url>
<loc>https://bigxml.rogdham.net/streams/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
<url>
<loc>https://bigxml.rogdham.net/typing/</loc>
<lastmod>2024-04-27</lastmod>
<changefreq>daily</changefreq>
<lastmod>2024-10-10</lastmod>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion streams/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ <h2 id="file-like-objects">File-like objects</h2>
</code></pre>

<h2 id="bytes-like-objects">Bytes-like objects</h2>
<p><code>bytes</code>, <code>bytearray</code>, <code>memoryview</code>, etc.</p>
<p>Any object supporting the <a href="https://docs.python.org/3/reference/datamodel.html#python-buffer-protocol">buffer protocol</a>: <code>bytes</code>, <code>bytearray</code>,
<code>memoryview</code>, etc.</p>
<pre class="codehilite"><code class="language-python">&gt;&gt;&gt; @xml_handle_element(&quot;root&quot;)
... def handler(node):
... yield node.text
Expand Down

0 comments on commit 39b1320

Please sign in to comment.