Updated docs link, updated python docs link, updated setup.py
This commit is contained in:
parent
39a23f7b0a
commit
77ba8eedf8
4 changed files with 5 additions and 7 deletions
|
|
@ -2,7 +2,7 @@ Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-portalbase/badge/?version=latest
|
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-portalbase/badge/?version=latest
|
||||||
:target: https://circuitpython.readthedocs.io/projects/portalbase/en/latest/
|
:target: https://docs.circuitpython.org/projects/portalbase/en/latest/
|
||||||
:alt: Documentation Status
|
:alt: Documentation Status
|
||||||
|
|
||||||
.. image:: https://img.shields.io/discord/327254708534116352.svg
|
.. image:: https://img.shields.io/discord/327254708534116352.svg
|
||||||
|
|
@ -59,7 +59,7 @@ To install in a virtual environment in your current project:
|
||||||
Documentation
|
Documentation
|
||||||
=============
|
=============
|
||||||
|
|
||||||
API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/portalbase/en/latest/>`_.
|
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/portalbase/en/latest/>`_.
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
============
|
============
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@ autodoc_mock_imports = [
|
||||||
]
|
]
|
||||||
|
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
"python": ("https://docs.python.org/3.4", None),
|
"python": ("https://docs.python.org/3", None),
|
||||||
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
|
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
|
||||||
}
|
}
|
||||||
|
|
||||||
# Show the docstring from both the class and its __init__() method.
|
# Show the docstring from both the class and its __init__() method.
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ Table of Contents
|
||||||
:caption: Other Links
|
:caption: Other Links
|
||||||
|
|
||||||
Download <https://github.com/adafruit/Adafruit_CircuitPython_PortalBase/releases/latest>
|
Download <https://github.com/adafruit/Adafruit_CircuitPython_PortalBase/releases/latest>
|
||||||
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
|
CircuitPython Reference Documentation <https://docs.circuitpython.org>
|
||||||
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
|
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
|
||||||
Discord Chat <https://adafru.it/discord>
|
Discord Chat <https://adafru.it/discord>
|
||||||
Adafruit Learning System <https://learn.adafruit.com>
|
Adafruit Learning System <https://learn.adafruit.com>
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -55,8 +55,6 @@ setup(
|
||||||
"Topic :: System :: Hardware",
|
"Topic :: System :: Hardware",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.4",
|
|
||||||
"Programming Language :: Python :: 3.5",
|
|
||||||
],
|
],
|
||||||
# What does your project relate to?
|
# What does your project relate to?
|
||||||
keywords="adafruit blinka circuitpython micropython portalbase PyPortal MatrixPortal "
|
keywords="adafruit blinka circuitpython micropython portalbase PyPortal MatrixPortal "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue