mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-23 06:24:48 -04:00
Fix of tables options and emphasis
This commit is contained in:
parent
3121b4bc85
commit
b02eba099e
2 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
||||
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:
|
||||
|
||||
|
|
|
@ -118,6 +118,10 @@ Each message starts with the following header:
|
|||
This header is followed by message-specific data:
|
||||
|
||||
.. list-table::
|
||||
:widths: 10 10 80
|
||||
:align: center
|
||||
:header-rows: 1
|
||||
|
||||
|
||||
* - Message name
|
||||
- Structure after header
|
||||
|
@ -301,6 +305,9 @@ Each message starts with the following header
|
|||
The header is followed by message-specific data:
|
||||
|
||||
.. list-table::
|
||||
:widths: auto
|
||||
:align: center
|
||||
:header-rows: 1
|
||||
|
||||
* - Message name
|
||||
- Structure after header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue