Skip to content

Commit

Permalink
"Update to latest Micropython documentation including removing prefix…
Browse files Browse the repository at this point in the history
… from most library names."
  • Loading branch information
hlovatt committed Aug 15, 2021
1 parent c5b4848 commit b581126
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion array.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


# TODO Is making array inherit mutable array a good idea, there are many exceptions!
Expand Down
2 changes: 1 addition & 1 deletion bluetooth.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def bluetooth(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion btree.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def btree(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion class_.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
__author__ = rst.__author__
__copyright_ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


@dataclass
Expand Down
2 changes: 1 addition & 1 deletion cmath_.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def cmath(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion cryptolib.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def cryptolib(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion framebuf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def framebuf(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion gc_.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def gc(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion lcd160cr.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def lcd160cr(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def machine(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__author__ = rst.__author__
__copyright_ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


# TODO Add subdirectory destinations micropython, pyboard, and stdlib
Expand Down
2 changes: 1 addition & 1 deletion math_.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def math(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion micropython.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def micropython(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion network.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def network(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion pyb.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def pyb(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion pyi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__author__ = rst.__author__
__copyright_ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


@dataclass
Expand Down
2 changes: 1 addition & 1 deletion repdefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = rst.__author__
__copyright_ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver

AbstractBlockDev = '''
@runtime_checkable
Expand Down
2 changes: 1 addition & 1 deletion rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = "Howard C Lovatt"
__copyright__ = "Howard C Lovatt, 2020 onwards."
__license__ = "MIT https://opensource.org/licenses/MIT (as used by MicroPython)."
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


@dataclass(frozen=True)
Expand Down
4 changes: 2 additions & 2 deletions rst2pyi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


@dataclass
Expand Down Expand Up @@ -146,7 +146,7 @@ def module(
__author__ = "{rst.__author__}"
__copyright__ = "{rst.__copyright__}"
__license__ = "{rst.__license__}"
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver
{post_doc}
Expand Down
2 changes: 1 addition & 1 deletion uasyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def uasyncio(shed: RST2PyI) -> None:
Expand Down
2 changes: 1 addition & 1 deletion uctypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = rst.__author__
__copyright__ = rst.__copyright__
__license__ = rst.__license__
__version__ = "5.0.1" # Version set by https://github.com/hlovatt/tag2ver
__version__ = "5.0.2" # Version set by https://github.com/hlovatt/tag2ver


def uctypes(shed: RST2PyI) -> None:
Expand Down

0 comments on commit b581126

Please sign in to comment.