Updated docs link, updated python docs link, updated setup.py
This commit is contained in:
parent
c96e6b5e86
commit
b611b20d3f
3 changed files with 6 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ Introduction
|
|||
|
||||
|
||||
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-ov2640/badge/?version=latest
|
||||
:target: https://circuitpython.readthedocs.io/projects/ov2640/en/latest/
|
||||
:target: https://docs.circuitpython.org/projects/ov2640/en/latest/
|
||||
:alt: Documentation Status
|
||||
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ Using the ESP32-S2 Kaluga Dev Kit and its included camera, capture a 160x120 ima
|
|||
Documentation
|
||||
=============
|
||||
|
||||
API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/ov2640/en/latest/>`_.
|
||||
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/ov2640/en/latest/>`_.
|
||||
|
||||
Contributing
|
||||
============
|
||||
|
|
|
|||
|
|
@ -29,12 +29,12 @@ autodoc_mock_imports = ["adafruit_bus_device", "digitalio", "imagecapture", "pwm
|
|||
|
||||
|
||||
intersphinx_mapping = {
|
||||
"python": ("https://docs.python.org/3.4", None),
|
||||
"python": ("https://docs.python.org/3", None),
|
||||
"BusDevice": (
|
||||
"https://circuitpython.readthedocs.io/projects/busdevice/en/latest/",
|
||||
"https://docs.circuitpython.org/projects/busdevice/en/latest/",
|
||||
None,
|
||||
),
|
||||
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
|
||||
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
|
||||
}
|
||||
|
||||
# Show the docstring from both the class and its __init__() method.
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ Table of Contents
|
|||
:caption: Other Links
|
||||
|
||||
Download <https://github.com/adafruit/Adafruit_CircuitPython_OV2640/releases/latest>
|
||||
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
|
||||
CircuitPython Reference Documentation <https://docs.circuitpython.org>
|
||||
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
|
||||
Discord Chat <https://adafru.it/discord>
|
||||
Adafruit Learning System <https://learn.adafruit.com>
|
||||
|
|
|
|||
Loading…
Reference in a new issue