Skip to content

Commit

Permalink
doc: Fix linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Oct 7, 2023
1 parent 18c2f32 commit cc09d21
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions doc/.sphinx/.markdownlint/exceptions.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.tmp/doc/howto/import_machines_to_instances.md:110: MD034 Bare URL used
.tmp/doc/howto/import_machines_to_instances.md:214: MD034 Bare URL used
.tmp/doc/howto/network_forwards.md:58: MD004 Unordered list style
.tmp/doc/howto/network_forwards.md:62: MD004 Unordered list style
.tmp/doc/howto/network_forwards.md:59: MD005 Inconsistent indentation for list items at the same level
.tmp/doc/howto/network_forwards.md:63: MD005 Inconsistent indentation for list items at the same level
.tmp/doc/howto/network_forwards.md:59: MD032 Lists should be surrounded by blank lines
.tmp/doc/howto/network_forwards.md:63: MD032 Lists should be surrounded by blank lines
.tmp/doc/howto/import_machines_to_instances.md:104: MD034 Bare URL used
.tmp/doc/howto/import_machines_to_instances.md:208: MD034 Bare URL used
.tmp/doc/howto/network_forwards.md:52: MD004 Unordered list style
.tmp/doc/howto/network_forwards.md:56: MD004 Unordered list style
.tmp/doc/howto/network_forwards.md:53: MD005 Inconsistent indentation for list items at the same level
.tmp/doc/howto/network_forwards.md:57: MD005 Inconsistent indentation for list items at the same level
.tmp/doc/howto/network_forwards.md:53: MD032 Lists should be surrounded by blank lines
.tmp/doc/howto/network_forwards.md:57: MD032 Lists should be surrounded by blank lines
.tmp/doc/contributing.md:9: MD002 First header should be a top level header
2 changes: 2 additions & 0 deletions doc/contributing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# How to contribute to Incus

% Include content from [../CONTRIBUTING.md](../CONTRIBUTING.md)
```{include} ../CONTRIBUTING.md
:end-before: <!-- Include end contributing -->
Expand Down
1 change: 0 additions & 1 deletion doc/howto/network_ipam.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ The resulting output will look something like this:
Each listed entry lists the IP address (in CIDR notation) of one of the following Incus entities: `network`, `network-forward`, `network-load-balancer`, and `instance`.
An entry contains an IP address using the CIDR notation.
It also contains a Incus resource URI, the type of the entity, whether it is in NAT mode, and the hardware address (only for the `instance` entity).

1 change: 0 additions & 1 deletion doc/reference/devices_infiniband.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(devices-infiniband)=
# Type: `infiniband`
```

```{note}
The `infiniband` device type is supported for both containers and VMs.
Expand Down

0 comments on commit cc09d21

Please sign in to comment.