-
Notifications
You must be signed in to change notification settings - Fork 664
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
convert all docs to numpy style #1277
Comments
@tylerjereddy could you have a look at your code in visualization to update the docs to numpy style when you have a moment? Thanks. |
@tylerjereddy ... or if you can find someone willing to do it (new contributors, anyone?) feel free to delegate. But all in visualization is your code so I think you should at least review any changes there. |
- closes #1277 - updated citation for Chavent2014 - shortened module headings
- closes #1277 - updated citation for Chavent2014 - shortened module headings - better formatting for return values - added more parameter/return sections to the undocumented helper functions (possibly refactor into underscore-hidden functions) - made clear that "coordinate files" are really "topology files" in MDAnalysis parlance: changed variable names and docs accordingly
- closes #1277 - updated citation for Chavent2014 - shortened module headings - better formatting for return values - added more parameter/return sections to the undocumented helper functions (possibly refactor into underscore-hidden functions) - made clear that "coordinate files" are really "topology files" in MDAnalysis parlance: changed variable names and docs accordingly
Are all docs now really numpy style? |
I think so... always possible that we missed something, of course. Just did a
and got
so probably a few stragglers that need to be mopped up. |
Contacts is deprecated classes that will be removed soon. |
According to our Style Guide, all doc strings should be in written with the numpy doc formatting. All new docs are being written according to this style (and for an example see the numpy doc/example.py).
Old docs need to be manually converted:
The text was updated successfully, but these errors were encountered: