Skip to content

Commit

Permalink
fixed remaining trailing white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliazanchi committed Feb 4, 2025
1 parent e6aaec1 commit 99a076f
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/.sphinx/latex_elements_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
\newcommand\sphinxbackoftitlepage{\thispagestyle{titlepage}}
\titleformat{\chapter}[block]{\Huge \color{title} \bfseries\filright}{\thechapter .}{1.5ex}{}
\titlespacing{\chapter}{0pt}{0pt}{0pt}
\titleformat{\section}[block]{\huge \bfseries\filright}{\thesection .}{1.5ex}{}
\titleformat{\section}[block]{\huge \bfseries\filright}{\thesection .}{1.5ex}{}
\titlespacing{\section}{0pt}{0pt}{0pt}
\titleformat{\subsection}[block]{\Large \bfseries\filright}{\thesubsection .}{1.5ex}{}
\titleformat{\subsection}[block]{\Large \bfseries\filright}{\thesubsection .}{1.5ex}{}
\titlespacing{\subsection}{0pt}{0pt}{0pt}
\setcounter{tocdepth}{1}
\renewcommand\pagenumbering[1]{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ At this time, the client will need to provide the previously set passphrase. Thi
Here you can find solutions and workarounds for common issues that may arise.

### The client cannot be authorised and the passphrase cannot be set

It is possible that another client that is privileged to connect to the Multipass socket will connect first and make it seemingly impossible to set the `local.passphrase` and also `authorize` the client with the service.

If this is the case, you will see something like the following when you run:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ You can then open, say, https://localhost:8081/, and the service running inside
````
`````

## Use VirtualBox to set up network bridging for a Multipass instance

`````{tab-set}
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/command-line-interface/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The snapshot will record all the information that is required to later restore t
You have the option to specify a snapshot name using the `--name` option, following the same format as the [instance name format](/reference/instance-name-format).

If you don't specify a name, the snapshot will be named "snapshotN", where N is the total number of snapshots that were ever taken of that instance. You can also add an optional comment with `--comment`. Both of these properties can be later modified with the [`set`](/reference/command-line-interface/set) command, via the snapshot settings keys documented in [Settings](/reference/settings/index).

---

The full `multipass help snapshot` output explains the available options:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Reference

This section provides detailed reference material for Multipass, from CLI commands to settings keys.

- [Command-Line Interface](command-line-interface/index)
- [alias](command-line-interface/alias)
- [aliases](command-line-interface/aliases)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ The following values are supported:
---

*Errors or typos? Topics missing? Hard to read? <a href="https://docs.google.com/forms/d/e/1FAIpQLSd0XZDU9sbOCiljceh3rO_rkp6vazy2ZsIWgx4gsvl_Sec4Ig/viewform?usp=pp_url&entry.317501128=https://canonical.com/multipass/docs/winterm-profiles" target="_blank">Let us know</a> or <a href="https://github.com/canonical/multipass/issues/new/choose" target="_blank">open an issue on GitHub</a>.*

1 change: 0 additions & 1 deletion docs/reference/settings/client-gui-autostart.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ Any case variations of `on`|`off`, `yes`|`no`, `1`|`0` or `true`|`false`.
---

*Errors or typos? Topics missing? Hard to read? <a href="https://docs.google.com/forms/d/e/1FAIpQLSd0XZDU9sbOCiljceh3rO_rkp6vazy2ZsIWgx4gsvl_Sec4Ig/viewform?usp=pp_url&entry.317501128=https://canonical.com/multipass/docs/gui-autostart" target="_blank">Let us know</a> or <a href="https://github.com/canonical/multipass/issues/new/choose" target="_blank">open an issue on GitHub</a>.*

1 change: 0 additions & 1 deletion docs/reference/settings/client-gui-hotkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ A single case-insensitive sequence of keys, containing:
---

*Errors or typos? Topics missing? Hard to read? <a href="https://docs.google.com/forms/d/e/1FAIpQLSd0XZDU9sbOCiljceh3rO_rkp6vazy2ZsIWgx4gsvl_Sec4Ig/viewform?usp=pp_url&entry.317501128=https://canonical.com/multipass/docs/gui-hotkey" target="_blank">Let us know</a> or <a href="https://github.com/canonical/multipass/issues/new/choose" target="_blank">open an issue on GitHub</a>.*

0 comments on commit 99a076f

Please sign in to comment.