ODM2 / ODM2PythonAPI

A set of Python functions that provides data read/write access to an ODM2 database by leveraging SQLAlchemy.
http://odm2.github.io/ODM2PythonAPI/
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

Improve getAffiliation docstring to follow numpy/scipy documentation #98

Closed lsetiawan closed 7 years ago

lsetiawan commented 7 years ago

Overview

This PR improves the docstring for getAffiliations to follow the numpy/scipy documentation standard. If you have suggestions of better wordings, please let me know. This relates to #97.

emiliom commented 7 years ago

I'm merging ...