Skip to content

Incorrect indentation in resources section #20

Description

@gcapes

https://github.com/hpcflow/hpcflow-shared-docs/blob/main/docs/source/user/getting_started/advanced_workflow_concepts.rst

I think there was some VScode indenation "help" involved in these two errors

      resources:
      any:
        scheduler_args:
          directives:
            --time: 1:00:00
            --partition: multicore
      resources:
      any:
        scheduler_args:
          directives:
            --time: 1:00:00
        num_cores: 10

In both cases, the whole block under resources should be indented rather than level with resources.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions