-
Notifications
You must be signed in to change notification settings - Fork 4
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
write tutorial for submitting poets #46
Comments
Hey @ConnorWalsh, I was enthralled by your talk at Strange Loop the other day, and I'd like to take a stab at writing a poet or two. I'd be happy to start writing a rudimentary tutorial while I'm doing that. Do you have any recommendations for where to start, best de facto references at the moment, etc.? |
hiiii @daveyarwood! sorry for my late response! past couple weeks have been very busy for me! I'm so happy you enjoyed it and that you want to contribute! Yes, I'd love a helping hand with the tutorial! Currently there is a little section in the README which describes from a black box perspective how a poet should be able to interact with/support certain command line arguments. I'm afraid it isn't written in a way that is extremely clear and intuitive (which is the goal-- accessibility is the goal here ^-^). A good starting point could be reading this and trying to reorganize it s.t. it is more clear. Ideally, i think Additionally, it would be really fun if there were more in depth descriptions of how to write more sophisticated poets which was kind of the idea behind exposing the code for each poet publicly. maybe there can be another optional file uploaded alongside poets (like a markdown file or something) which can serve as a more readable, in depth description on how a poet was created. I like this idea because in a sense, it means that the tutorial can have a glossary of working code examples which are provided by the community of poet designers. This also gives designers a nice opportunity to share all the work they'done in a way which would also benefit others. thanks again for your interest! |
Thanks for the guidance -- sometime soon when I have time, I'll read through what we've got and see if I can reorganize/otherwise improve it a bit. I like the idea about including an optional Markdown file alongside the poet script. That could perhaps even be a user-facing thing in the app, sort of like a little landing page for each poet where the poet could explain its M.O., hopes, dreams, and darkest fears. |
@daveyarwood i made an separate issue for the markdown file idea here if your interested: #58 |
still need to clearly write how users submit poets
The text was updated successfully, but these errors were encountered: