From ff63bc70383cccdd31ad352b68678201cd2cde15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 14 Apr 2023 11:52:52 +0200 Subject: [PATCH] Docs: fix trailing whitespace and newline at EOF --- web/project-website/content/faq/_index.md | 8 ++++---- .../content/third-party-jobs/compositor-script.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/project-website/content/faq/_index.md b/web/project-website/content/faq/_index.md index e73b9702..c93d20ea 100644 --- a/web/project-website/content/faq/_index.md +++ b/web/project-website/content/faq/_index.md @@ -40,7 +40,7 @@ file][workercfg]. ## Can I change the paths/names of the rendered files? 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 even add your own custom job settings like a sequence identifier and use that to 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? 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] -for this. +managed by Flamenco's default job types, you can use a [custom job type][jobtypes] +for this. With that, you have control over the arguments that get used before and/or after 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 section][thirdpartyjobs]. diff --git a/web/project-website/content/third-party-jobs/compositor-script.md b/web/project-website/content/third-party-jobs/compositor-script.md index b7658b9f..0f78ef08 100644 --- a/web/project-website/content/third-party-jobs/compositor-script.md +++ b/web/project-website/content/third-party-jobs/compositor-script.md @@ -43,7 +43,7 @@ necessary. ```yaml # Configuration file for Flamenco. # -# For an explanation of the fields, +# For an explanation of the fields, # refer to the original flamenco-manager-example.yaml _meta: @@ -99,4 +99,4 @@ variables: value: "CUDA" # Set the device type to FIRST or remove the variable definition # to use whatever device type is detected first. -``` \ No newline at end of file +```