-
Notifications
You must be signed in to change notification settings - Fork 57
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
Small fixes to the wiki #46
Comments
Absolutely, many thank in advance! :) |
Done! I also figured you need an extra slash in the |
I was also wondering why you set # Here we have one input, a "foo file":
in_foo = None In |
Yeah, this is a practice we adopted mainly for documentary purposes, to make it clearer which are the in-ports for the task, and so that it would show up when using auto-completion in the editor, to aid when designing the workflows. |
Many thanks! |
I went through the 'Using' page of the wiki and found a few things that may need to be fixed.
foo
string infoo.txt
withbar
, but then saves tofoo.txt.bar.txt
. I think it would make sense to save either tofoo.txt
or tobar.txt
.ex()
method usesin
which is actually a keyword, and thus results in a syntax error. It also refers toself.out_bar()
which has been renamed toself.out_replace()
in the rest of the example.I can fix this and submit a PR if needed?
The text was updated successfully, but these errors were encountered: