From d32edfd8e7b238f721487fc634d550f8acb58c6e Mon Sep 17 00:00:00 2001 From: dherrada Date: Mon, 24 Jan 2022 16:46:17 -0500 Subject: [PATCH] Updated docs link, updated python docs link, updated setup.py --- README.rst | 4 ++-- docs/conf.py | 4 ++-- docs/index.rst | 4 ++-- setup.py | 2 -- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 96dcbc8..5209aef 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. +API documentation for this library can be found on `Read the Docs `_. Contributing ============ diff --git a/docs/conf.py b/docs/conf.py index 3f6774a..131c8d1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/index.rst b/docs/index.rst index 96d9e30..3c680d9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -38,8 +38,8 @@ Table of Contents :caption: Other Links Download - CircuitPython Reference Documentation - CircuitPython rp2pio Reference Documentation + CircuitPython Reference Documentation + CircuitPython rp2pio Reference Documentation CircuitPython Support Forum Discord Chat Adafruit Learning System diff --git a/setup.py b/setup.py index 5903e73..266b40e 100644 --- a/setup.py +++ b/setup.py @@ -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",