-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Tutorials are incomplete #506
Comments
The tutorials are a bit different from the other examples in that one should run If you feel so inclined feel free to make a PR, otherwise I will do my best to update the docs ASAP. |
I'd make a PR, but I don't know how to run the example :P I mean, I don't know what the filenames should be. |
As mentionned in my previous comment to run hello_world call, with python, hello_world.py, person.py for the person tutorial and employee.py for the employee tutorial. |
Maybe something related to #460 ? |
#460 will make it easier to run the examples but does not address the documentation issue though. I merged it nonetheless since it is an improvement over the status quo. |
I just downloaded Enaml and am trying to follow the Person tutorial, but it's incomplete. It doesn't tell me how to name the files or how to run them, so I just get an error like this:
In my opinion, tutorials should assume zero knowledge on the part of the reader, so the tutorial should tell me the names of the files and the command I need to see the UI.
The text was updated successfully, but these errors were encountered: