Skip to content

Commit 5521a2e

Browse files
committed
Fixup doc build
1 parent ac58aa0 commit 5521a2e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Table of Contents
2323
.. toctree::
2424
:caption: Tutorials
2525

26+
.. toctree::
27+
:caption: Development
28+
:maxdepth: 3
29+
30+
developing
31+
2632
.. toctree::
2733
:caption: Related Products
2834

0 commit comments

Comments
 (0)