Skip to content

Commit 916418d

Browse files
committed
Updated docs link, updated python docs link, updated setup.py
1 parent fe7cff7 commit 916418d

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Introduction
22
============
33

44
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-wiznet5k/badge/?version=latest
5-
:target: https://circuitpython.readthedocs.io/projects/wiznet5k/en/latest/
5+
:target: https://docs.circuitpython.org/projects/wiznet5k/en/latest/
66
:alt: Documentation Status
77

88
.. image:: https://img.shields.io/discord/327254708534116352.svg
@@ -169,7 +169,7 @@ This example demonstrates a simple web server that allows setting the Neopixel c
169169
Documentation
170170
=============
171171

172-
API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/wiznet5k/en/latest/>`_.
172+
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/wiznet5k/en/latest/>`_.
173173

174174
Contributing
175175
============
@@ -188,7 +188,7 @@ License
188188

189189
This library was written by `Arduino LLC <https://github.com/arduino-libraries/Ethernet/blob/master/AUTHORS>`_. We've converted it to work
190190
with `CircuitPython <https://circuitpython.org/>`_ and made changes so it works similarly to `CircuitPython's WIZNET5k wrapper for the WIZnet
191-
5500 Ethernet interface <https://circuitpython.readthedocs.io/en/latest/shared-bindings/wiznet/wiznet5k.html>`_ and CPython's `Socket low-level
191+
5500 Ethernet interface <https://docs.circuitpython.org/en/latest/shared-bindings/wiznet/wiznet5k.html>`_ and CPython's `Socket low-level
192192
networking interface module <https://docs.python.org/3.8/library/socket.html>`_.
193193

194194
This open source code is licensed under the LGPL license (see LICENSE for details).

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929

3030

3131
intersphinx_mapping = {
32-
"python": ("https://docs.python.org/3.4", None),
32+
"python": ("https://docs.python.org/3", None),
3333
"BusDevice": (
34-
"https://circuitpython.readthedocs.io/projects/busdevice/en/latest/",
34+
"https://docs.circuitpython.org/projects/busdevice/en/latest/",
3535
None,
3636
),
37-
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
37+
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
3838
}
3939

4040
# Add any paths that contain templates here, relative to this directory.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Table of Contents
3232
:caption: Other Links
3333

3434
Download <https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/releases/latest>
35-
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
35+
CircuitPython Reference Documentation <https://docs.circuitpython.org>
3636
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
3737
Discord Chat <https://adafru.it/discord>
3838
Adafruit Learning System <https://learn.adafruit.com>

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
"Topic :: System :: Hardware",
4545
"License :: OSI Approved :: MIT License",
4646
"Programming Language :: Python :: 3",
47-
"Programming Language :: Python :: 3.4",
48-
"Programming Language :: Python :: 3.5",
4947
],
5048
# What does your project relate to?
5149
keywords="adafruit blinka circuitpython micropython wiznet5k ethernet, wiznet, w5500, "

0 commit comments

Comments
 (0)