File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Introduction
3
3
4
4
5
5
.. image :: https://readthedocs.org/projects/adafruit-circuitpython-simple-text-display/badge/?version=latest
6
- :target: https://circuitpython.readthedocs.io /projects/simple-text-display/en/latest/
6
+ :target: https://docs. circuitpython.org /projects/simple-text-display/en/latest/
7
7
:alt: Documentation Status
8
8
9
9
@@ -68,7 +68,7 @@ under the heading "Temperature Data!".
68
68
Documentation
69
69
=============
70
70
71
- API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io /projects/simple-text-display/en/latest/ >`_.
71
+ API documentation for this library can be found on `Read the Docs <https://docs. circuitpython.org /projects/simple-text-display/en/latest/ >`_.
72
72
73
73
Contributing
74
74
============
Original file line number Diff line number Diff line change 29
29
30
30
31
31
intersphinx_mapping = {
32
- "python" : ("https://docs.python.org/3.4 " , None ),
33
- "CircuitPython" : ("https://circuitpython.readthedocs.io /en/latest/" , None ),
32
+ "python" : ("https://docs.python.org/3" , None ),
33
+ "CircuitPython" : ("https://docs. circuitpython.org /en/latest/" , None ),
34
34
"Adafruit_CircuitPython_Bitmap_Font" : (
35
- "https://circuitpython.readthedocs.io /projects/bitmap-font/en/latest/" ,
35
+ "https://docs. circuitpython.org /projects/bitmap-font/en/latest/" ,
36
36
None ,
37
37
),
38
38
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Table of Contents
33
33
:caption: Other Links
34
34
35
35
Download <https://github.com/adafruit/Adafruit_CircuitPython_Simple_Text_Display/releases/latest >
36
- CircuitPython Reference Documentation <https://circuitpython.readthedocs.io >
36
+ CircuitPython Reference Documentation <https://docs. circuitpython.org >
37
37
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60 >
38
38
Discord Chat <https://adafru.it/discord >
39
39
Adafruit Learning System <https://learn.adafruit.com >
Original file line number Diff line number Diff line change 50
50
"Topic :: System :: Hardware" ,
51
51
"License :: OSI Approved :: MIT License" ,
52
52
"Programming Language :: Python :: 3" ,
53
- "Programming Language :: Python :: 3.4" ,
54
- "Programming Language :: Python :: 3.5" ,
55
53
],
56
54
# What does your project relate to?
57
55
keywords = "adafruit blinka circuitpython micropython simple-text-display displayio" ,
You can’t perform that action at this time.
0 commit comments