Skip to content

further updates to uppercase TM1814 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Introduction
:alt: Discord


.. image:: https://github.com/adafruit/Adafruit_CircuitPython_tm1814/workflows/Build%20CI/badge.svg
:target: https://github.com/adafruit/Adafruit_CircuitPython_tm1814/actions
.. image:: https://github.com/adafruit/Adafruit_CircuitPython_TM1814/workflows/Build%20CI/badge.svg
:target: https://github.com/adafruit/Adafruit_CircuitPython_TM1814/actions
:alt: Build Status


Expand Down Expand Up @@ -93,5 +93,5 @@ Contributing
============

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/Adafruit_CircuitPython_tm1814/blob/HEAD/CODE_OF_CONDUCT.md>`_
<https://github.com/adafruit/Adafruit_CircuitPython_TM1814/blob/HEAD/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.
18 changes: 9 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
master_doc = "index"

# General information about the project.
project = "Adafruit CircuitPython tm1814 Library"
project = "Adafruit CircuitPython TM1814 Library"
creation_year = "2024"
current_year = str(datetime.datetime.now().year)
year_duration = (
Expand Down Expand Up @@ -124,7 +124,7 @@
html_favicon = "_static/favicon.ico"

# Output file base name for HTML help builder.
htmlhelp_basename = "Adafruit_CircuitPython_Tm1814_Librarydoc"
htmlhelp_basename = "Adafruit_CircuitPython_TM1814_Librarydoc"

# -- Options for LaTeX output ---------------------------------------------

Expand All @@ -145,8 +145,8 @@
latex_documents = [
(
master_doc,
"Adafruit_CircuitPython_tm1814_Library.tex",
"Adafruit CircuitPython tm1814 Library Documentation",
"Adafruit_CircuitPython_TM1814_Library.tex",
"Adafruit CircuitPython TM1814 Library Documentation",
author,
"manual",
),
Expand All @@ -159,8 +159,8 @@
man_pages = [
(
master_doc,
"Adafruit_CircuitPython_tm1814_Library",
"Adafruit CircuitPython tm1814 Library Documentation",
"Adafruit_CircuitPython_TM1814_Library",
"Adafruit CircuitPython TM1814 Library Documentation",
[author],
1,
),
Expand All @@ -174,10 +174,10 @@
texinfo_documents = [
(
master_doc,
"Adafruit_CircuitPython_tm1814_Library",
"Adafruit CircuitPython tm1814 Library Documentation",
"Adafruit_CircuitPython_TM1814_Library",
"Adafruit CircuitPython TM1814 Library Documentation",
author,
"Adafruit_CircuitPython_tm1814_Library",
"Adafruit_CircuitPython_TM1814_Library",
"One line description of project.",
"Miscellaneous",
),
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Table of Contents
.. toctree::
:caption: Other Links

Download from GitHub <https://github.com/adafruit/Adafruit_CircuitPython_tm1814/releases/latest>
Download from GitHub <https://github.com/adafruit/Adafruit_CircuitPython_TM1814/releases/latest>
Download Library Bundle <https://circuitpython.org/libraries>
CircuitPython Reference Documentation <https://docs.circuitpython.org>
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "[email protected]"}
]
urls = {Homepage = "https://github.com/adafruit/Adafruit_CircuitPython_tm1814"}
urls = {Homepage = "https://github.com/adafruit/Adafruit_CircuitPython_TM1814"}
keywords = [
"adafruit",
"blinka",
Expand Down