Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update to MicroPython v1.23 and OpenMV 4.5.6. #126

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading