Skip to content

Commit cfbb465

Browse files
committed
Update documentation
1 parent 11fdcd7 commit cfbb465

File tree

180 files changed

+1244
-2690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+1244
-2690
lines changed

docs/_sources/genrst/builtin_types.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Builtin types
44
=============
5-
Generated Wed 31 Jul 2024 21:24:29 UTC
5+
Generated Thu 05 Sep 2024 00:25:02 UTC
66

77
Exception
88
---------

docs/_sources/genrst/core_language.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Core language
44
=============
5-
Generated Wed 31 Jul 2024 21:24:29 UTC
5+
Generated Thu 05 Sep 2024 00:25:02 UTC
66

77
.. _cpydiff_core_fstring_concat:
88

docs/_sources/genrst/modules.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Modules
44
=======
5-
Generated Wed 31 Jul 2024 21:24:29 UTC
5+
Generated Thu 05 Sep 2024 00:25:02 UTC
66

77
.. Preamble section inserted into generated output
88
@@ -315,7 +315,7 @@ Sample code::
315315
+--------------------------+---------------------------------------------------------------------+
316316
| :: | :: |
317317
| | |
318-
| 11012060200154094713 | /bin/sh: 1: ../ports/unix/build-standard/micropython: not found |
318+
| 14665262084674278251 | /bin/sh: 1: ../ports/unix/build-standard/micropython: not found |
319319
+--------------------------+---------------------------------------------------------------------+
320320

321321
.. _cpydiff_modules_random_randint:

docs/_sources/genrst/syntax.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Syntax
44
======
5-
Generated Wed 31 Jul 2024 21:24:29 UTC
5+
Generated Thu 05 Sep 2024 00:25:02 UTC
66

77
.. _cpydiff_syntax_arg_unpacking:
88

docs/_sources/library/network.WINC.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ Constructors
9696

9797
.. method:: connected_sta()
9898

99-
This method returns a list containing the connected client's IP address.
99+
This method returns a list containing the connected client's IP adress.
100100

101101
.. method:: wait_for_sta(timeout)
102102

103103
This method blocks and waits for a client to connect. If timeout is 0
104104
this will block forever. This method returns a list containing the
105-
connected client's IP address.
105+
connected client's IP adress.
106106

107107
.. method:: ifconfig([ip_addr, subnet_addr, gateway_addr, dns_addr])
108108

docs/_sources/library/omv.audio.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Functions
2525
``highpass`` is the high pass filter cut-off given the target sample frequency. This parameter
2626
is applicable for the Arduino Portenta H7 only.
2727

28-
``samples`` is the number of samples to accumulate per callback. This is typically calculated
28+
``samples`` is the number of samples to accumulate per callback. This is typically caluclated
2929
based on the decimation factor and number of channels. If set to -1, the number of samples
3030
will be calculated automatically based on the decimation factor and number of channels.
3131

0 commit comments

Comments
 (0)