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 e2d819e88c
commit d32edfd8e7
4 changed files with 6 additions and 8 deletions

View file

@ -2,7 +2,7 @@ Introduction
============
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-pioasm/badge/?version=latest
:target: https://circuitpython.readthedocs.io/projects/pioasm/en/latest/
:target: https://docs.circuitpython.org/projects/pioasm/en/latest/
:alt: Documentation Status
.. image:: https://img.shields.io/discord/327254708534116352.svg
@ -86,7 +86,7 @@ Usage Example
Documentation
=============
API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/pioasm/en/latest/>`_.
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/pioasm/en/latest/>`_.
Contributing
============

View file

@ -29,8 +29,8 @@ extensions = [
intersphinx_mapping = {
"python": ("https://docs.python.org/3.4", None),
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
"python": ("https://docs.python.org/3", None),
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
}
# Show the docstring from both the class and its __init__() method.

View file

@ -38,8 +38,8 @@ Table of Contents
:caption: Other Links
Download <https://github.com/adafruit/Adafruit_CircuitPython_PIOASM/releases/latest>
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
CircuitPython rp2pio Reference Documentation <https://circuitpython.readthedocs.io/en/latest/shared-bindings/rp2pio>
CircuitPython Reference Documentation <https://docs.circuitpython.org>
CircuitPython rp2pio Reference Documentation <https://docs.circuitpython.org/en/latest/shared-bindings/rp2pio>
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
Discord Chat <https://adafru.it/discord>
Adafruit Learning System <https://learn.adafruit.com>

View file

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