Skip to content

Commit 3eea404

Browse files
authored
Merge pull request #1 from adafruit/uppercase
further updates to uppercase TM1814
2 parents 4836032 + 0a17f30 commit 3eea404

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Introduction
1212
:alt: Discord
1313

1414

15-
.. image:: https://github.com/adafruit/Adafruit_CircuitPython_tm1814/workflows/Build%20CI/badge.svg
16-
:target: https://github.com/adafruit/Adafruit_CircuitPython_tm1814/actions
15+
.. image:: https://github.com/adafruit/Adafruit_CircuitPython_TM1814/workflows/Build%20CI/badge.svg
16+
:target: https://github.com/adafruit/Adafruit_CircuitPython_TM1814/actions
1717
:alt: Build Status
1818

1919

@@ -93,5 +93,5 @@ Contributing
9393
============
9494

9595
Contributions are welcome! Please read our `Code of Conduct
96-
<https://github.com/adafruit/Adafruit_CircuitPython_tm1814/blob/HEAD/CODE_OF_CONDUCT.md>`_
96+
<https://github.com/adafruit/Adafruit_CircuitPython_TM1814/blob/HEAD/CODE_OF_CONDUCT.md>`_
9797
before contributing to help this project stay welcoming.

docs/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
master_doc = "index"
4848

4949
# General information about the project.
50-
project = "Adafruit CircuitPython tm1814 Library"
50+
project = "Adafruit CircuitPython TM1814 Library"
5151
creation_year = "2024"
5252
current_year = str(datetime.datetime.now().year)
5353
year_duration = (
@@ -124,7 +124,7 @@
124124
html_favicon = "_static/favicon.ico"
125125

126126
# Output file base name for HTML help builder.
127-
htmlhelp_basename = "Adafruit_CircuitPython_Tm1814_Librarydoc"
127+
htmlhelp_basename = "Adafruit_CircuitPython_TM1814_Librarydoc"
128128

129129
# -- Options for LaTeX output ---------------------------------------------
130130

@@ -145,8 +145,8 @@
145145
latex_documents = [
146146
(
147147
master_doc,
148-
"Adafruit_CircuitPython_tm1814_Library.tex",
149-
"Adafruit CircuitPython tm1814 Library Documentation",
148+
"Adafruit_CircuitPython_TM1814_Library.tex",
149+
"Adafruit CircuitPython TM1814 Library Documentation",
150150
author,
151151
"manual",
152152
),
@@ -159,8 +159,8 @@
159159
man_pages = [
160160
(
161161
master_doc,
162-
"Adafruit_CircuitPython_tm1814_Library",
163-
"Adafruit CircuitPython tm1814 Library Documentation",
162+
"Adafruit_CircuitPython_TM1814_Library",
163+
"Adafruit CircuitPython TM1814 Library Documentation",
164164
[author],
165165
1,
166166
),
@@ -174,10 +174,10 @@
174174
texinfo_documents = [
175175
(
176176
master_doc,
177-
"Adafruit_CircuitPython_tm1814_Library",
178-
"Adafruit CircuitPython tm1814 Library Documentation",
177+
"Adafruit_CircuitPython_TM1814_Library",
178+
"Adafruit CircuitPython TM1814 Library Documentation",
179179
author,
180-
"Adafruit_CircuitPython_tm1814_Library",
180+
"Adafruit_CircuitPython_TM1814_Library",
181181
"One line description of project.",
182182
"Miscellaneous",
183183
),

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Table of Contents
2424
.. toctree::
2525
:caption: Other Links
2626

27-
Download from GitHub <https://github.com/adafruit/Adafruit_CircuitPython_tm1814/releases/latest>
27+
Download from GitHub <https://github.com/adafruit/Adafruit_CircuitPython_TM1814/releases/latest>
2828
Download Library Bundle <https://circuitpython.org/libraries>
2929
CircuitPython Reference Documentation <https://docs.circuitpython.org>
3030
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ readme = "README.rst"
1818
authors = [
1919
{name = "Adafruit Industries", email = "[email protected]"}
2020
]
21-
urls = {Homepage = "https://github.com/adafruit/Adafruit_CircuitPython_tm1814"}
21+
urls = {Homepage = "https://github.com/adafruit/Adafruit_CircuitPython_TM1814"}
2222
keywords = [
2323
"adafruit",
2424
"blinka",

0 commit comments

Comments
 (0)