Skip to content

Commit f058f77

Browse files
committed
manual fixes
Manual fixes after the conversion tool. Mostly based on sphinx warnings.
1 parent d42b5ce commit f058f77

File tree

13 files changed

+23
-26
lines changed

13 files changed

+23
-26
lines changed

developer/building/development-workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ To actually build RPMs, in qubes-builder:
145145
RPMs will appear in ``artifacts/repository/destination_name/package_name`` (for example ``artifacts/repository/host-fc37/linux-kernel-6.6.31-1.1/``
146146

147147
Useful :doc:`QubesBuilder </developer/building/qubes-builder-v2>` commands
148-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
148+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
149149

150150

151151
1. ``./qb package diff`` - show uncommitted changes

developer/general/gsoc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Project Ideas
9090
9191
These project ideas were contributed by our developers and may be incomplete. If you are interested in submitting a proposal based on these ideas, you should contact the :ref:`qubes-devel mailing list <introduction/support:qubes-devel>` and associated GitHub issue to learn more about the idea.
9292
93-
.. code:: bash
93+
.. code::
9494
9595
### Adding a Proposal
9696

developer/services/admin-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ Example backup profile:
762762
include:
763763
- work
764764
- personal
765-
- ``vault``
765+
- vault
766766
- banking
767767
768768
# Store the backup on external disk

introduction/intro.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Introduction
33
============
44

55
What is Qubes OS?
6-
----------------
6+
-----------------
77

88
Qubes OS is a free and open-source, security-oriented operating system for
99
single-user desktop computing. Qubes OS `leverages Xen-based virtualization <https://wiki.xen.org/wiki/Xen_Project_Software_Overview>`__ to allow for the creation and management of isolated compartments called :ref:`qubes <user/reference/glossary:qube>`.
@@ -67,7 +67,7 @@ Features
6767

6868

6969
Why Qubes OS?
70-
------------
70+
-------------
7171

7272

7373
Physical isolation is a given safeguard that the digital world lacks
@@ -127,7 +127,7 @@ fact, Qubes has `distinct advantages over physical air gaps <https://invisibleth
127127

128128

129129
Made to support vulnerable users and power users alike
130-
-----------------------------------------------------
130+
------------------------------------------------------
131131

132132

133133
Qubes provides practical, usable security to vulnerable and

introduction/video-tours.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ Watch all the talks from Qubes OS Summit 2022, which took place September 9-11,
1717
:height: 315
1818
:width: 560
1919
:align: left
20+
2021
----
2122

2223

2324
.. youtube:: A9GrlQsQc7Q
2425
:height: 315
2526
:width: 560
2627
:align: left
28+
2729
----
2830

2931

@@ -35,7 +37,6 @@ Watch all the talks from Qubes OS Summit 2022, which took place September 9-11,
3537

3638

3739

38-
3940
Micah Lee presents "Qubes OS: The Operating System That Can Protect You Even If You Get Hacked"
4041
-----------------------------------------------------------------------------------------------
4142

@@ -55,10 +56,6 @@ Explaining Computers presents "Qubes OS: Security Oriented Operating System"
5556
----------------------------------------------------------------------------
5657

5758

58-
59-
----
60-
61-
6259
.. youtube:: hWDvS_Mp6gc
6360
:height: 315
6461
:width: 560

project-security/security-pack.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following example demonstrates one method of obtaining the qubes-secpack and
3131

3232
1. Use Git to clone the qubes-secpack repo.
3333

34-
.. code:: bash
34+
.. code::
3535
3636
$ git clone https://github.com/QubesOS/qubes-secpack.git
3737
Cloning into 'qubes-secpack'...
@@ -44,7 +44,7 @@ The following example demonstrates one method of obtaining the qubes-secpack and
4444
4545
2. Import the included PGP keys. See our `PGP key policies <#pgp-key-policies>`__ for important information about these keys.
4646

47-
.. code:: bash
47+
.. code::
4848
4949
$ gpg --import qubes-secpack/keys/*/*
5050
gpg: directory `/home/user/.gnupg' created

project-security/verifying-signatures.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Once you’ve observed enough matching fingerprints from enough independent sour
167167

168168
Now that you’ve imported the authentic QMSK, set its trust level to “ultimate” so that it can be used to automatically verify all the keys signed by the QMSK (in particular, RSKs).
169169

170-
.. code:: bash
170+
.. code::
171171
172172
$ gpg2 --edit-key 0x427F11FD0FAA4B080123F01CDDFA1A3E36879494
173173
gpg (GnuPG) 1.4.18; Copyright (C) 2014 Free Software Foundation, Inc.
@@ -647,7 +647,7 @@ Why am I getting "CRC error; […] no signature found […]"?
647647
You’re not verifying against the correct `detached PGP signature file <#how-to-verify-detached-pgp-signatures-on-qubes-isos>`__, or the signature file has been modified. Try downloading it again or from a different source.
648648

649649
Do I have to verify both the `detached PGP signature file <#how-to-verify-detached-pgp-signatures-on-qubes-isos>`__ and the `cryptographic hash values <#how-to-verify-the-cryptographic-hash-values-of-qubes-isos>`__?
650-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
650+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
651651

652652

653653
No, either method is sufficient by itself, but you can do both if you like.

user/downloading-installing-upgrading/download-mirrors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ List of Download Mirrors
99
------------------------
1010

1111

12-
The full list of known Qubes download mirrors is available `here <https://www.qubes-os.org/downloads/#mirrors>__.
12+
The full list of known Qubes download mirrors is available `here <https://www.qubes-os.org/downloads/#mirrors>`__.
1313

1414
Instructions for Mirror Operators
1515
---------------------------------

user/downloading-installing-upgrading/upgrade/3_0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Because of above limitations, you will need to configure some of those manually.
161161
162162
2. Start the VM from command line:
163163

164-
.. code:: bash
164+
.. code::
165165
166166
[user@dom0 ~]$ qvm-start custom-template
167167
--> Loading the VM (type = template)...
@@ -177,7 +177,7 @@ Because of above limitations, you will need to configure some of those manually.
177177

178178
3. Access VM console:
179179

180-
.. code:: bash
180+
.. code::
181181
182182
[user@dom0 ~]$ virsh -c xen:/// console custom-template
183183

user/templates/windows/windows-qubes-4-0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Set the debug flag in order to have a graphical console:
238238
239239
The second part of the installation process will crash with the standard VGA video adapter and the VM will stay in “transient” mode with the following error in ``guest-win7new-dm.log``:
240240

241-
.. code:: bash
241+
.. code::
242242
243243
qemu: /home/user/qubes-src/vmm-xen-stubdom-linux/build/qemu/exec.c:1187: cpu_physical_memory_snapshot_get_dirty: Assertion `start + length <= snap->end' failed.
244244

0 commit comments

Comments
 (0)