Skip to content

Commit b7252bc

Browse files
author
Matt Land
committed
fix the build
1 parent f4c78f7 commit b7252bc

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ overhead of the decoding code.
2020
Usage Example
2121
=============
2222

23-
.. literalinclude:: examples/imageload_simpletest.py
23+
.. literalinclude:: ../examples/imageload_simpletest.py
2424

2525
Contributing
2626
============

docs/developing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ The corresponding Bitmap to the example above appears like this after loading::
102102
4 4 4 5 5 5 12 12 12 5 5 5 7 7 7
103103
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
104104

105-
This grid represents the example image (`15 pixels wide` and `17 pixels tall`).
106-
The coordinates are arranged in a zero indexed grid, starting in the top left at `[0,0]`,
107-
and continuing down and to the right to a final coordinate of `[14,16]`.
105+
This grid represents the example image (**15 pixels wide** and **17 pixels tall**).
106+
The coordinates are arranged in a zero indexed grid, starting in the top left at **[0,0]**,
107+
and continuing down and to the right to a final coordinate of **[14,16]**.
108108

109109

110110
The value at each position is an integer, representing an entry in the palette object.
111111

112112

113113

114-
For example, the Bitmap coordinate `[0,0]` has the value (integer) `5`.
114+
For example, the Bitmap coordinate **[0,0]** has the value (integer) **5**.
115115

116116

117-
This corresponds to the the Palette object's, `[5]` which is `b'\x00\x00\xff\x00'`. This is a byte string that represents a color.
117+
This corresponds to the the Palette object's, **[5]** which is **b'\x00\x00\xff\x00'**. This is a byte string that represents a color.

docs/index.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,23 @@ Table of Contents
2020

2121
api
2222

23+
.. toctree::
24+
:caption: Developing
25+
26+
developing
27+
2328
.. toctree::
2429
:caption: Tutorials
2530

26-
.. todo:: Add any Learn guide links here. If there are none, then simply delete this todo and leave
27-
the toctree above for use later.
31+
CircuitPython displayio Setup for TFT FeatherWings <https://learn.adafruit.com/using-circuitpython-displayio-with-a-tft-featherwing>
2832

2933
.. toctree::
3034
:caption: Related Products
3135

32-
.. todo:: Add any product links here. If there are none, then simply delete this todo and leave
33-
the toctree above for use later.
36+
Adafruit Feather M4 Express - Featuring ATSAMD51 - ATSAMD51 Cortex M4<https://www.adafruit.com/product/3857>
37+
Adafruit TFT FeatherWing - 3.5" 480x320 Touchscreen for Feathers <https://www.adafruit.com/product/3651>
38+
TFT FeatherWing - 2.4" 320x240 Touchscreen For All Feathers <https://www.adafruit.com/product/3315>
39+
Adafruit Mini Color TFT with Joystick FeatherWing <https://www.adafruit.com/product/3321>
3440

3541
.. toctree::
3642
:caption: Other Links

0 commit comments

Comments
 (0)