Skip to content

Commit

Permalink
Updated docs link, updated python docs link, updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evaherrada committed Jan 24, 2022
1 parent e6eda17 commit fb851ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Adafruit CircuitPython BusDevice
================================

.. image:: https://readthedocs.org/projects/adafruit-circuitpython-busdevice/badge/?version=latest
:target: https://circuitpython.readthedocs.io/projects/busdevice/en/latest/
:target: https://docs.circuitpython.org/projects/busdevice/en/latest/
:alt: Documentation Status

.. image :: https://img.shields.io/discord/327254708534116352.svg
Expand All @@ -27,7 +27,7 @@ changes such as mode. For I2C, it manages the device address.
libraries that require this package *might* have problems importing it.

Please check the `CircuitPython documentation's "module support matrix"
<https://circuitpython.readthedocs.io/en/latest/shared-bindings/support_matrix.html>`_
<https://docs.circuitpython.org/en/latest/shared-bindings/support_matrix.html>`_
to make sure that your board's firmware does include the builtin ``adafruit_bus_device``
package.

Expand Down Expand Up @@ -61,7 +61,7 @@ See examples/read_register_i2c.py and examples/read_register_spi.py for examples
Documentation
=============

API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/busdevice/en/latest/>`_.
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/busdevice/en/latest/>`_.

Contributing
============
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
# autodoc_mock_imports = ["adafruit_bus_device", "micropython"]

intersphinx_mapping = {
"python": ("https://docs.python.org/3.4", None),
"python": ("https://docs.python.org/3", None),
"BusDevice": (
"https://circuitpython.readthedocs.io/projects/busdevice/en/latest/",
"https://docs.circuitpython.org/projects/busdevice/en/latest/",
None,
),
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Table of Contents
:caption: Other Links

Download <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice/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>
Discord Chat <https://adafru.it/discord>
Adafruit Learning System <https://learn.adafruit.com>
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
"Topic :: System :: Hardware",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
],
# What does your project relate to?
keywords="adafruit spi i2c bus device micropython circuitpython",
Expand Down

0 comments on commit fb851ff

Please sign in to comment.