-
Notifications
You must be signed in to change notification settings - Fork 825
Closed
Labels
Description
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:
- core library: see PR Minor fixes #1247 (@jbarnoud)
- analysis module: see PR transition analysis docs to numpy style #1240 (@orbeckst)
- visualization module: TODO
Reactions are currently unavailable