Fix of tables options and emphasis

This commit is contained in:
parulin 2025-08-26 01:43:59 -04:00
parent 3121b4bc85
commit b02eba099e
No known key found for this signature in database
GPG key ID: 65099A5B0E31336C
2 changed files with 8 additions and 1 deletions

View file

@ -18,7 +18,7 @@ This is a simple setup using a docker executor. This is a good default choice; i
1. First, decide what qube you are going to use when working with Qubes Builder v2. It can be an AppVM or a Standalone qube, with some steps different between the two. 1. First, decide what qube you are going to use when working with Qubes Builder v2. It can be an AppVM or a Standalone qube, with some steps different between the two.
2. **Installing dependencies** 2. Installing dependencies
If you want to use an app qube for developing, install dependencies in the template. If you are using a standalone, install them in the qube itself. Dependencies are specified in ``dependencies-*. txt`` files in the main builder directory, and you can install them easily in the following ways: If you want to use an app qube for developing, install dependencies in the template. If you are using a standalone, install them in the qube itself. Dependencies are specified in ``dependencies-*. txt`` files in the main builder directory, and you can install them easily in the following ways:

View file

@ -118,6 +118,10 @@ Each message starts with the following header:
This header is followed by message-specific data: This header is followed by message-specific data:
.. list-table:: .. list-table::
:widths: 10 10 80
:align: center
:header-rows: 1
* - Message name * - Message name
- Structure after header - Structure after header
@ -301,6 +305,9 @@ Each message starts with the following header
The header is followed by message-specific data: The header is followed by message-specific data:
.. list-table:: .. list-table::
:widths: auto
:align: center
:header-rows: 1
* - Message name * - Message name
- Structure after header - Structure after header