Skip to content

Commit

Permalink
Adds block to show how to modify code
Browse files Browse the repository at this point in the history
So that it's easy to cut and paste and know what to do.
  • Loading branch information
skrawcz committed Nov 22, 2023
1 parent 15761ff commit e3d8f7d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contrib/docs/compile_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,15 @@ def dataflows_with_everything(
<CodeBlock language="python">{{example2}}</CodeBlock>
### Modify for your needs
Now if you want to modify the dataflow, you can copy it to a new folder (renaming is possible), and modify it there.
<CodeBlock language="python">
dataflows.copy({DATAFLOW_NAME}, "path/to/save/to")
</CodeBlock>
<hr/>
{README}
## Source code
Expand Down

0 comments on commit e3d8f7d

Please sign in to comment.