Skip to content

Commit

Permalink
Merge pull request #126 from kwagyeman/kwabena/docs_update_7_20_2024
Browse files Browse the repository at this point in the history
docs: Update to MicroPython v1.23 and OpenMV 4.5.6.
  • Loading branch information
iabdalkader authored Jul 23, 2024
2 parents bc38b21 + 4ed97a9 commit 3f04a0b
Show file tree
Hide file tree
Showing 41 changed files with 2,320 additions and 1,885 deletions.
74 changes: 72 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
#
# We don't follow "The short X.Y version" vs "The full version, including alpha/beta/rc tags"
# breakdown, so use the same version identifier for both to avoid confusion.
version = release = '1.22'
version = release = '1.23'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand All @@ -90,7 +90,77 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ["build", ".venv"]
exclude_patterns = ['build', '.venv', "esp32", "esp8266", "pyboard", "wipy",
"develop/cmodules.rst",
"develop/compiler.rst",
"develop/extendingmicropython.rst",
"develop/gettingstarted.rst",
"develop/index.rst",
"develop/library.rst",
"develop/maps.rst",
"develop/memorymgt.rst",
"develop/natmod.rst",
"develop/optimizations.rst",
"develop/porting.rst",
"develop/publiccapi.rst",
"develop/qstr.rst",
"develop/writingtests.rst",
"library/esp.rst",
"library/espnow.rst",
"library/esp32.rst",
"library/framebuf.rst",
"library/rp2.rst",
"library/rp2.DMA.rst",
"library/rp2.Flash.rst",
"library/rp2.PIO.rst",
"library/rp2.StateMachine.rst",
"library/wm8960.rst",
"library/zephyr.rst",
"library/zephyr.DiskAccess.rst",
"library/zephyr.FlashArea.rst",
"library/zephyr.zsensor.rst",
"library/lcd160cr.rst",
"library/machine.ADCWiPy.rst",
"library/machine.SD.rst",
"library/machine.SDCard.rst",
"library/machine.TimerWiPy.rst",
"library/machine.USBDevice.rst",
"library/network.CC3K.rst",
"library/network.WIZNET5K.rst",
"library/network.WLANWiPy.rst",
"library/neopixel.rst",
"library/pyb.Accel.rst",
"library/pyb.LCD.rst",
"library/pyb.Switch.rst",
"library/wipy.rst",
"mimxrt/general.rst",
"mimxrt/pinout.rst",
"mimxrt/tutorial/intro.rst",
"mimxrt/quickref.rst",
"renesas-ra/general.rst",
"renesas-ra/quickref.rst",
"renesas-ra/tutorial/index.rst",
"renesas-ra/tutorial/intro.rst",
"renesas-ra/tutorial/program_in_flash.rst",
"renesas-ra/tutorial/reset.rst",
"renesas-ra/tutorial/troubleshooting.rst",
"renesas-ra/tutorial/using_peripheral.rst",
"rp2/general.rst",
"rp2/quickref.rst",
"rp2/tutorial/intro.rst",
"rp2/tutorial/pio.rst",
"samd/general.rst",
"samd/quickref.rst",
"samd/pinout.rst",
"samd/tutorial/intro.rst",
"unix/quickref.rst",
"zephyr/general.rst",
"zephyr/quickref.rst",
"zephyr/tutorial/index.rst",
"zephyr/tutorial/intro.rst",
"zephyr/tutorial/pins.rst",
"zephyr/tutorial/repl.rst",
"zephyr/tutorial/storage.rst"]

# The reST default role (used for this markup: `text`) to use for all
# documents.
Expand Down
453 changes: 275 additions & 178 deletions docs/genrst/builtin_types.rst

Large diffs are not rendered by default.

Loading

0 comments on commit 3f04a0b

Please sign in to comment.