File tree 4 files changed +5
-7
lines changed 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Introduction
2
2
============
3
3
4
4
.. image :: https://readthedocs.org/projects/adafruit-circuitpython-portalbase/badge/?version=latest
5
- :target: https://circuitpython.readthedocs.io /projects/portalbase/en/latest/
5
+ :target: https://docs. circuitpython.org /projects/portalbase/en/latest/
6
6
:alt: Documentation Status
7
7
8
8
.. image :: https://img.shields.io/discord/327254708534116352.svg
@@ -59,7 +59,7 @@ To install in a virtual environment in your current project:
59
59
Documentation
60
60
=============
61
61
62
- API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io /projects/portalbase/en/latest/ >`_.
62
+ API documentation for this library can be found on `Read the Docs <https://docs. circuitpython.org /projects/portalbase/en/latest/ >`_.
63
63
64
64
Contributing
65
65
============
Original file line number Diff line number Diff line change 34
34
]
35
35
36
36
intersphinx_mapping = {
37
- "python" : ("https://docs.python.org/3.4 " , None ),
38
- "CircuitPython" : ("https://circuitpython.readthedocs.io /en/latest/" , None ),
37
+ "python" : ("https://docs.python.org/3" , None ),
38
+ "CircuitPython" : ("https://docs. circuitpython.org /en/latest/" , None ),
39
39
}
40
40
41
41
# Show the docstring from both the class and its __init__() method.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Table of Contents
25
25
:caption: Other Links
26
26
27
27
Download <https://github.com/adafruit/Adafruit_CircuitPython_PortalBase/releases/latest >
28
- CircuitPython Reference Documentation <https://circuitpython.readthedocs.io >
28
+ CircuitPython Reference Documentation <https://docs. circuitpython.org >
29
29
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60 >
30
30
Discord Chat <https://adafru.it/discord >
31
31
Adafruit Learning System <https://learn.adafruit.com >
Original file line number Diff line number Diff line change 55
55
"Topic :: System :: Hardware" ,
56
56
"License :: OSI Approved :: MIT License" ,
57
57
"Programming Language :: Python :: 3" ,
58
- "Programming Language :: Python :: 3.4" ,
59
- "Programming Language :: Python :: 3.5" ,
60
58
],
61
59
# What does your project relate to?
62
60
keywords = "adafruit blinka circuitpython micropython portalbase PyPortal MatrixPortal "
You can’t perform that action at this time.
0 commit comments