-
Notifications
You must be signed in to change notification settings - Fork 184
Add Requested Docs Changes From #369 #456
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
Conversation
This commit adds the requested docs changes from PR WEC-Sim#369. Specific changes are: * Adding outputs of WEC-Sim to the introduction (index.rst) * Added info about OOP in the Overview section * Improved the mass tables in the tutorials
akeeste
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look good. I commented on a couple minor things that I think will make it read better
| directory. WEC-Sim uses `object orientated programming | ||
| <https://uk.mathworks.com/discovery/object-oriented-programming.html>`__ to | ||
| describe components of the WEC model; the main structure of the input file | ||
| consists of initializing all the objects necessary to run WEC-Sim simulations | ||
| and defining any user specified properties for each object. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good! I think this is more clear and gives a new user a better idea of what to expect when using WEC-Sim
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree, thanks @H0R5E
kmruehl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| directory. WEC-Sim uses `object orientated programming | ||
| <https://uk.mathworks.com/discovery/object-oriented-programming.html>`__ to | ||
| describe components of the WEC model; the main structure of the input file | ||
| consists of initializing all the objects necessary to run WEC-Sim simulations | ||
| and defining any user specified properties for each object. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree, thanks @H0R5E
kmruehl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @H0R5E! Merging now.
This commit adds the requested docs changes from PR #369. Specific changes are: