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 @@ -2,7 +2,7 @@ Introduction
2
2
============
3
3
4
4
.. image :: https://readthedocs.org/projects/adafruit-circuitpython-mlx90614/badge/?version=latest
5
- :target: https://circuitpython.readthedocs.io /projects/mlx90614/en/latest/
5
+ :target: https://docs. circuitpython.org /projects/mlx90614/en/latest/
6
6
:alt: Documentation Status
7
7
8
8
.. image :: https://img.shields.io/discord/327254708534116352.svg
@@ -60,7 +60,7 @@ See examples/mlx90614_simpletest.py for a demo of the usage.
60
60
Documentation
61
61
=============
62
62
63
- API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io /projects/mlx90614/en/latest/ >`_.
63
+ API documentation for this library can be found on `Read the Docs <https://docs. circuitpython.org /projects/mlx90614/en/latest/ >`_.
64
64
65
65
Contributing
66
66
============
Original file line number Diff line number Diff line change 28
28
# autodoc_mock_imports = ["micropython", "adafruit_bus_device"]
29
29
30
30
intersphinx_mapping = {
31
- "python" : ("https://docs.python.org/3.4 " , None ),
31
+ "python" : ("https://docs.python.org/3" , None ),
32
32
"BusDevice" : (
33
- "https://circuitpython.readthedocs.io /projects/busdevice/en/latest/" ,
33
+ "https://docs. circuitpython.org /projects/busdevice/en/latest/" ,
34
34
None ,
35
35
),
36
- "CircuitPython" : ("https://circuitpython.readthedocs.io /en/latest/" , None ),
36
+ "CircuitPython" : ("https://docs. circuitpython.org /en/latest/" , None ),
37
37
}
38
38
39
39
# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Table of Contents
35
35
:caption: Other Links
36
36
37
37
Download <https://github.com/adafruit/adafruit_CircuitPython_MLX90614/releases/latest >
38
- CircuitPython Reference Documentation <https://circuitpython.readthedocs.io >
38
+ CircuitPython Reference Documentation <https://docs. circuitpython.org >
39
39
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60 >
40
40
Discord Chat <https://adafru.it/discord >
41
41
Adafruit Learning System <https://learn.adafruit.com >
Original file line number Diff line number Diff line change 46
46
"Topic :: System :: Hardware" ,
47
47
"License :: OSI Approved :: MIT License" ,
48
48
"Programming Language :: Python :: 3" ,
49
- "Programming Language :: Python :: 3.4" ,
50
- "Programming Language :: Python :: 3.5" ,
51
49
],
52
50
# What does your project relate to?
53
51
keywords = "adafruit mlx90614 temperature hardware infrared IR sensor micropython circuitpython" ,
You can’t perform that action at this time.
0 commit comments