diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-09 19:01:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
commit | 6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06 (patch) | |
tree | 6a59e9936ac9f2ca063d4fc8a5c4d9ecc9492769 /documentation/toaster-manual | |
parent | 474e071608c7c1c97e9dafde810aef5630c716e7 (diff) | |
download | poky-6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06.tar.gz |
manuals: define proper numbered lists
Using "#." instead of "1.", "2.", "3.", etc.
(From yocto-docs rev: 11c2585acd0fa6c330702af2359ce5a9e47cde1f)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r-- | documentation/toaster-manual/reference.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst index e014d2f090..755b895cee 100644 --- a/documentation/toaster-manual/reference.rst +++ b/documentation/toaster-manual/reference.rst | |||
@@ -188,17 +188,17 @@ The ``bldcontrol/management/commands/checksettings.py`` file controls | |||
188 | workflow configuration. Here is the process to | 188 | workflow configuration. Here is the process to |
189 | initially populate this database. | 189 | initially populate this database. |
190 | 190 | ||
191 | 1. The default project settings are set from | 191 | #. The default project settings are set from |
192 | ``orm/fixtures/settings.xml``. | 192 | ``orm/fixtures/settings.xml``. |
193 | 193 | ||
194 | 2. The default project distro and layers are added from | 194 | #. The default project distro and layers are added from |
195 | ``orm/fixtures/poky.xml`` if poky is installed. If poky is not | 195 | ``orm/fixtures/poky.xml`` if poky is installed. If poky is not |
196 | installed, they are added from ``orm/fixtures/oe-core.xml``. | 196 | installed, they are added from ``orm/fixtures/oe-core.xml``. |
197 | 197 | ||
198 | 3. If the ``orm/fixtures/custom.xml`` file exists, then its values are | 198 | #. If the ``orm/fixtures/custom.xml`` file exists, then its values are |
199 | added. | 199 | added. |
200 | 200 | ||
201 | 4. The layer index is then scanned and added to the database. | 201 | #. The layer index is then scanned and added to the database. |
202 | 202 | ||
203 | Once these steps complete, Toaster is set up and ready to use. | 203 | Once these steps complete, Toaster is set up and ready to use. |
204 | 204 | ||