Updated docs link, updated python docs link, updated setup.py

This commit is contained in:
dherrada 2022-01-24 16:46:17 -05:00
parent 676731ac06
commit 272b6cceaa
4 changed files with 4 additions and 6 deletions

View file

@ -3,7 +3,7 @@ Introduction
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-ticks/badge/?version=latest .. image:: https://readthedocs.org/projects/adafruit-circuitpython-ticks/badge/?version=latest
:target: https://circuitpython.readthedocs.io/projects/ticks/en/latest/ :target: https://docs.circuitpython.org/projects/ticks/en/latest/
:alt: Documentation Status :alt: Documentation Status

View file

@ -29,8 +29,8 @@ extensions = [
intersphinx_mapping = { intersphinx_mapping = {
"python": ("https://docs.python.org/3.4", None), "python": ("https://docs.python.org/3", 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. # Show the docstring from both the class and its __init__() method.

View file

@ -25,7 +25,7 @@ Table of Contents
:caption: Other Links :caption: Other Links
Download <https://github.com/adafruit/Adafruit_CircuitPython_ticks/releases/latest> Download <https://github.com/adafruit/Adafruit_CircuitPython_ticks/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>

View file

@ -48,8 +48,6 @@ setup(
"Topic :: System :: Hardware", "Topic :: System :: Hardware",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
], ],
# What does your project relate to? # What does your project relate to?
keywords="adafruit blinka circuitpython micropython ticks time clock deadline interval", keywords="adafruit blinka circuitpython micropython ticks time clock deadline interval",