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-gps/badge/?version=latest
5
- :target: https://circuitpython.readthedocs.io /projects/gps/en/latest/
5
+ :target: https://docs. circuitpython.org /projects/gps/en/latest/
6
6
:alt: Documentation Status
7
7
8
8
.. image :: https://img.shields.io/discord/327254708534116352.svg
@@ -122,7 +122,7 @@ should fix this.
122
122
Documentation
123
123
=============
124
124
125
- API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io /projects/gps/en/latest/ >`_.
125
+ API documentation for this library can be found on `Read the Docs <https://docs. circuitpython.org /projects/gps/en/latest/ >`_.
126
126
127
127
Contributing
128
128
============
Original file line number Diff line number Diff line change 21
21
]
22
22
23
23
intersphinx_mapping = {
24
- "python" : ("https://docs.python.org/3.4 " , None ),
25
- "CircuitPython" : ("https://circuitpython.readthedocs.io /en/latest/" , None ),
24
+ "python" : ("https://docs.python.org/3" , None ),
25
+ "CircuitPython" : ("https://docs. circuitpython.org /en/latest/" , None ),
26
26
}
27
27
28
28
# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Table of Contents
40
40
:caption: Other Links
41
41
42
42
Download <https://github.com/adafruit/Adafruit_CircuitPython_GPS/releases/latest >
43
- CircuitPython Reference Documentation <https://circuitpython.readthedocs.io >
43
+ CircuitPython Reference Documentation <https://docs. circuitpython.org >
44
44
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60 >
45
45
Discord Chat <https://adafru.it/discord >
46
46
Adafruit Learning System <https://learn.adafruit.com >
Original file line number Diff line number Diff line change 49
49
"Topic :: System :: Hardware" ,
50
50
"License :: OSI Approved :: MIT License" ,
51
51
"Programming Language :: Python :: 3" ,
52
- "Programming Language :: Python :: 3.4" ,
53
- "Programming Language :: Python :: 3.5" ,
54
52
],
55
53
# What does your project relate to?
56
54
keywords = "adafruit gps module latitude longitude breakout hardware micropython circuitpython" ,
You can’t perform that action at this time.
0 commit comments