Skip to content

Commit aa90308

Browse files
committed
updating
1 parent a088798 commit aa90308

File tree

11 files changed

+21
-78
lines changed

11 files changed

+21
-78
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ repos:
77
rev: 22.3.0
88
hooks:
99
- id: black
10-
- repo: https://github.com/fsfe/reuse-tool
11-
rev: v0.14.0
12-
hooks:
13-
- id: reuse
1410
- repo: https://github.com/pre-commit/pre-commit-hooks
1511
rev: v4.2.0
1612
hooks:

docs/_static/Logo.png

2.5 KB
Loading

docs/_static/Logo.png.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2023 Sphinx-immaterial
2+
3+
SPDX-License-Identifier: MIT

docs/_static/extra_css.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
th {
3+
background-color: var(--md-default-fg-color--lightest);
4+
}
5+
6+
.md-nav.md-nav--primary > label {
7+
white-space: normal;
8+
line-height: inherit;
9+
padding-top: 3.5rem;
10+
}

docs/_static/extra_css.css.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2023 Sphinx-immaterial
2+
3+
SPDX-License-Identifier: MIT

docs/_static/favicon.ico

6.49 KB
Binary file not shown.

docs/_static/favicon.ico.license

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SPDX-FileCopyrightText: 2018 Phillip Torrone for Adafruit Industries
1+
SPDX-FileCopyrightText: 2023 Sphinx-immaterial
22

3-
SPDX-License-Identifier: CC-BY-4.0
3+
SPDX-License-Identifier: MIT

docs/api.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11

2-
.. If you created a package, create one automodule per module in the package.
3-
4-
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
5-
.. use this format as the module name: "adafruit_foo.foo"
6-
72
.. automodule:: slider
83
:members:

docs/index.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,3 @@ Table of Contents
2727

2828
Download <https://github.com/jposada202020/CircuitPython_slider/releases/latest>
2929
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
30-
31-
32-
Indices and tables
33-
==================
34-
35-
* :ref:`genindex`
36-
* :ref:`modindex`
37-
* :ref:`search`

docs/requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
2-
# SPDX-FileCopyrightText: Copyright (c) 2021 Alec Delaney
1+
# SPDX-FileCopyrightText: 2023 Jose D. Montoya
32
#
4-
# SPDX-License-Identifier: MIT
3+
# SPDX-License-Identifier: Unlicense
54

6-
sphinx>=4.0.0
5+
sphinx>=6.0.0

setup.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)