Skip to content

Commit

Permalink
Update tut00.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aappleby authored Mar 27, 2024
1 parent 34a5615 commit abee166
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutorial/tut00.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,4 @@ And now our build-agnostic stuff is in ```tut04_rules.py``` and our build-specif

If you really like writing Python, you can stop reading the tutorials here and get to work on scaling up this tiny example to build your own applications. You'll probably need to handle globbing, multiple build configurations, that sort of thing. It's a bit tedious, but Hancho's task runner should Just Work (tm).

If you'd rather not do that, the next tutorial chapter will go into Hancho's text templating system which combines ```Config``` objects with ```"text {templating} powers``` to produce something more like a declarative build system instead of an imperative build system.

If you'd rather not do that, the next tutorial chapter will go into Hancho's text templating system which combines ```Config``` objects with ```"text {template} powers"``` to produce something more like a declarative build system instead of an imperative build system.

0 comments on commit abee166

Please sign in to comment.