-
Notifications
You must be signed in to change notification settings - Fork 184
Troubleshooting Documentation #641
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
|
When building these docs there is an error: I'll look into and see if the new .rst file is causing any issues. |
jtgrasb
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.
Just small, grammatical changes. Overall, should be very helpful for new users and looks good once the building error is fixed.
Co-authored-by: jtgrasb <87095491+jtgrasb@users.noreply.github.com>
|
@Jeffalo1 I updated the new page based on your suggestions. I also pulled dev into this branch so that the docs build properly now. |
This PR adds a Troubleshooting section to the User Manual. The first subsection covers:
The second subsection describes several numerical test cases users should follow when developing a novel case. This includes checking hydrostatic stability, decay tests, viscous drag, etc. For each test case, details are provided on typical errors and suggested solutions.
The third subsection contains a FAQ with a description, error message, and solutions for commonly asked github issues, including:
It it my hope that this page will set standards on using the issue board and help users address their own questions. It serves as a convenient place to point users with common support questions. Hopefully this decreases the time required to maintain the issue board. The most common issues can be added to the FAQ if desired. The debugging steps include reviewing past issues which should provide the same information.