Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start: code block indentation workarounds #2458

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions content/docs/start/data-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ The command options used above mean the following:
but the idea is that the stage can depend on field values from a parameters
file (`params.yaml` by default):

```yaml
prepare:
split: 0.20
seed: 20170428
```
```yaml
prepare:
split: 0.20
seed: 20170428
```
Comment on lines -93 to +97
Copy link
Contributor Author

@jorgeorpinel jorgeorpinel May 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to force commit this since Pretty doesn't like it (4-space indentation). Formatting check will prob. fail. But this looks correctly for now:

image


- `-d src/prepare.py` and `-d data/data.xml` mean that the stage depends on
these files to work. Notice that the source code itself is marked as a
Expand Down