-
Notifications
You must be signed in to change notification settings - Fork 67
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
Minor mistake on the documentation (Getting Started) #430
Comments
thank you Leonardo. I shall fix it. On second thought - would you like to fix it? I can guide you thru it. |
That sounds great, and thanks for the invitation! I must admit I'm quite new to Github, so I would appreciate some guidelines! |
Since you are new to Github, you need some introductory concepts. What is "Pull request"? Google '"Pull request" . There may be better explanations for this Play with pull request. Try it out. (try it with eppy without actually making the final pull request) Once you do that I'll tell you what to do specifically for the eppy update. |
Thank you for the guidelines and sorry I haven't replied. Been a busy few weeks, will try to get it done soon and will comment again once I've made the changes! |
You need a few more instructions before you can actually make the changes. I am very busy here too. |
Hi, Santos. I'd like to use this issue to share some thoughts on how the tutorial could be made even better. The Jupyter Notebook seems to require
What if we took advantage of the fact that The notebook can |
Interesting ... interesting. |
Just to make this approach more palpable, I made a proof-of-concept in Colaboratory. |
@jmrocha , @Str4vinci , |
Hi there,
Apologies beforehand if this is not the appropriate place to post this. Just that I was reading through the documentation on this website: https://eppy.readthedocs.io/en/latest/Main_Tutorial.html#Quick-Start and noticed that the .idf you describe initially has the building name as "White House" and it's meant to change to "Empire State Building" through the short introduction. However, when you first print it, the name "Empire State Building" appears. Isn't it supposed to print out "White House" and only after using the building.Name = "Empire State Building" command it changes or am reading it wrong?
Here's the file where the mistake occurs: https://github.com/santoshphilip/eppy/blob/master/docs/Main_Tutorial.ipynb
It's a minor mistake but since it is on the getting started guide it can create some confusion for those like me who are more on the beginner side of coding!
If may, thank you for developing this library, I have been finding it very useful for my studies!
Leonardo
The text was updated successfully, but these errors were encountered: