Updated docs link, updated python docs link, updated setup.py
This commit is contained in:
parent
00cdd6b696
commit
a655679a24
4 changed files with 6 additions and 8 deletions
|
@ -30,12 +30,12 @@ autodoc_mock_imports = ["digitalio", "busio", "adafruit_bus_device", "micropytho
|
|||
|
||||
|
||||
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),
|
||||
}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
|
|
@ -33,7 +33,7 @@ Table of Contents
|
|||
:caption: Other Links
|
||||
|
||||
Download <https://github.com/adafruit/adafruit_CircuitPython_PN532/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…
Add table
Add a link
Reference in a new issue