Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 31, 2024
1 parent 9da3ac2 commit ef0d387
Show file tree
Hide file tree
Showing 11 changed files with 747 additions and 815 deletions.
2 changes: 1 addition & 1 deletion docs/_sources/genrst/builtin_types.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Builtin types
=============
Generated Wed 31 Jul 2024 20:51:35 UTC
Generated Wed 31 Jul 2024 21:24:29 UTC

Exception
---------
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/genrst/core_language.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Core language
=============
Generated Wed 31 Jul 2024 20:51:35 UTC
Generated Wed 31 Jul 2024 21:24:29 UTC

.. _cpydiff_core_fstring_concat:

Expand Down
4 changes: 2 additions & 2 deletions docs/_sources/genrst/modules.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modules
=======
Generated Wed 31 Jul 2024 20:51:35 UTC
Generated Wed 31 Jul 2024 21:24:29 UTC

.. Preamble section inserted into generated output
Expand Down Expand Up @@ -315,7 +315,7 @@ Sample code::
+--------------------------+---------------------------------------------------------------------+
| :: | :: |
| | |
| 11280061628789195614 | /bin/sh: 1: ../ports/unix/build-standard/micropython: not found |
| 11012060200154094713 | /bin/sh: 1: ../ports/unix/build-standard/micropython: not found |
+--------------------------+---------------------------------------------------------------------+

.. _cpydiff_modules_random_randint:
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/genrst/syntax.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Syntax
======
Generated Wed 31 Jul 2024 20:51:35 UTC
Generated Wed 31 Jul 2024 21:24:29 UTC

.. _cpydiff_syntax_arg_unpacking:

Expand Down
770 changes: 368 additions & 402 deletions docs/_sources/library/omv.image.rst.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/genrst/builtin_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@

<section id="builtin-types">
<h1>Builtin types<a class="headerlink" href="#builtin-types" title="Permalink to this heading"></a></h1>
<p>Generated Wed 31 Jul 2024 20:51:35 UTC</p>
<p>Generated Wed 31 Jul 2024 21:24:29 UTC</p>
<section id="exception">
<h2>Exception<a class="headerlink" href="#exception" title="Permalink to this heading"></a></h2>
<section id="all-exceptions-have-readable-value-and-errno-attributes-not-just-stopiteration-and-oserror">
Expand Down
2 changes: 1 addition & 1 deletion docs/genrst/core_language.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

<section id="core-language">
<h1>Core language<a class="headerlink" href="#core-language" title="Permalink to this heading"></a></h1>
<p>Generated Wed 31 Jul 2024 20:51:35 UTC</p>
<p>Generated Wed 31 Jul 2024 21:24:29 UTC</p>
<section id="f-strings-don-t-support-concatenation-with-adjacent-literals-if-the-adjacent-literals-contain-braces-or-are-f-strings">
<span id="cpydiff-core-fstring-concat"></span><h2>f-strings don’t support concatenation with adjacent literals if the adjacent literals contain braces or are f-strings<a class="headerlink" href="#f-strings-don-t-support-concatenation-with-adjacent-literals-if-the-adjacent-literals-contain-braces-or-are-f-strings" title="Permalink to this heading"></a></h2>
<p><strong>Cause:</strong> MicroPython is optimised for code space.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/genrst/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

<section id="modules">
<h1>Modules<a class="headerlink" href="#modules" title="Permalink to this heading"></a></h1>
<p>Generated Wed 31 Jul 2024 20:51:35 UTC</p>
<p>Generated Wed 31 Jul 2024 21:24:29 UTC</p>
<section id="positional-only-parameters">
<h2>Positional-only Parameters<a class="headerlink" href="#positional-only-parameters" title="Permalink to this heading"></a></h2>
<p>To save code size, many functions that accept keyword arguments in CPython only accept positional arguments in MicroPython.</p>
Expand Down Expand Up @@ -494,7 +494,7 @@ <h2>random<a class="headerlink" href="#random" title="Permalink to this heading"
<tr class="row-odd"><td><p>CPy output:</p></td>
<td><p>uPy output:</p></td>
</tr>
<tr class="row-even"><td><div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="mi">11280061628789195614</span>
<tr class="row-even"><td><div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="mi">11012060200154094713</span>
</pre></div>
</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/genrst/syntax.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

<section id="syntax">
<h1>Syntax<a class="headerlink" href="#syntax" title="Permalink to this heading"></a></h1>
<p>Generated Wed 31 Jul 2024 20:51:35 UTC</p>
<p>Generated Wed 31 Jul 2024 21:24:29 UTC</p>
<section id="argument-unpacking-does-not-work-if-the-argument-being-unpacked-is-the-nth-or-greater-argument-where-n-is-the-number-of-bits-in-an-mp-small-int">
<span id="cpydiff-syntax-arg-unpacking"></span><h2>Argument unpacking does not work if the argument being unpacked is the nth or greater argument where n is the number of bits in an MP_SMALL_INT.<a class="headerlink" href="#argument-unpacking-does-not-work-if-the-argument-being-unpacked-is-the-nth-or-greater-argument-where-n-is-the-number-of-bits-in-an-mp-small-int" title="Permalink to this heading"></a></h2>
<p><strong>Cause:</strong> The implementation uses an MP_SMALL_INT to flag args that need to be unpacked.</p>
Expand Down
770 changes: 368 additions & 402 deletions docs/library/omv.image.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

0 comments on commit ef0d387

Please sign in to comment.