Updated docs link, updated python docs link, updated setup.py
This commit is contained in:
parent
ef90c2e634
commit
7892d09962
3 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
.. image:: https://readthedocs.org/projects/adafruit_circuitpython_led_animation/badge/?version=latest
|
.. image:: https://readthedocs.org/projects/adafruit_circuitpython_led_animation/badge/?version=latest
|
||||||
:target: https://circuitpython.readthedocs.io/projects/led-animation/en/latest/
|
:target: https://docs.circuitpython.org/projects/led-animation/en/latest/
|
||||||
:alt: Documentation Status
|
:alt: Documentation Status
|
||||||
|
|
||||||
.. image:: https://img.shields.io/discord/327254708534116352.svg
|
.. image:: https://img.shields.io/discord/327254708534116352.svg
|
||||||
|
|
@ -75,7 +75,7 @@ Usage Example
|
||||||
Documentation
|
Documentation
|
||||||
=============
|
=============
|
||||||
|
|
||||||
API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/led-animation/en/latest/>`_.
|
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/led-animation/en/latest/>`_.
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
============
|
============
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ autodoc_mock_imports = ["rainbowio"]
|
||||||
|
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
"python": ("https://docs.python.org/3", None),
|
"python": ("https://docs.python.org/3", 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.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ Table of Contents
|
||||||
:caption: Other Links
|
:caption: Other Links
|
||||||
|
|
||||||
Download <https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation/releases/latest>
|
Download <https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation/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>
|
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
|
||||||
Discord Chat <https://adafru.it/discord>
|
Discord Chat <https://adafru.it/discord>
|
||||||
Adafruit Learning System <https://learn.adafruit.com>
|
Adafruit Learning System <https://learn.adafruit.com>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue