Docs: fix trailing whitespace and newline at EOF

This commit is contained in:
Sybren A. Stüvel 2023-04-14 11:52:52 +02:00
parent 2a3356049b
commit ff63bc7038
2 changed files with 6 additions and 6 deletions

View File

@ -40,7 +40,7 @@ file][workercfg].
## Can I change the paths/names of the rendered files? ## Can I change the paths/names of the rendered files?
Where Flamenco places the rendered files is determined by the job type. You can Where Flamenco places the rendered files is determined by the job type. You can
create [your own custom job type][jobtypes] or check the existing create [your own custom job type][jobtypes] or check the existing
[third-party job types][thirdpartyjobs] to change this. With that, you can [third-party job types][thirdpartyjobs] to change this. With that, you can
even add your own custom job settings like a sequence identifier and use that to even add your own custom job settings like a sequence identifier and use that to
determine the location of rendered files. determine the location of rendered files.
@ -49,13 +49,13 @@ determine the location of rendered files.
## Can I use the Compositor to output multiple EXR files or Passes? ## Can I use the Compositor to output multiple EXR files or Passes?
This is possible with Flamenco, but it takes a bit of work. Although it's not This is possible with Flamenco, but it takes a bit of work. Although it's not
managed by Flamenco's default job types, you can use a [custom job type][jobtypes] managed by Flamenco's default job types, you can use a [custom job type][jobtypes]
for this. for this.
With that, you have control over the arguments that get used before and/or after With that, you have control over the arguments that get used before and/or after
the filename on the CLI. the filename on the CLI.
There are Flamenco jobs out there that support compositor nodes, There are Flamenco jobs out there that support compositor nodes,
multi-platform, and multiple pass outputs. You can check our [third-party jobs multi-platform, and multiple pass outputs. You can check our [third-party jobs
section][thirdpartyjobs]. section][thirdpartyjobs].

View File

@ -43,7 +43,7 @@ necessary.
```yaml ```yaml
# Configuration file for Flamenco. # Configuration file for Flamenco.
# #
# For an explanation of the fields, # For an explanation of the fields,
# refer to the original flamenco-manager-example.yaml # refer to the original flamenco-manager-example.yaml
_meta: _meta:
@ -99,4 +99,4 @@ variables:
value: "CUDA" value: "CUDA"
# Set the device type to FIRST or remove the variable definition # Set the device type to FIRST or remove the variable definition
# to use whatever device type is detected first. # to use whatever device type is detected first.
``` ```