-
Improvement
-
Resolution: Unresolved
-
Normal
-
None
-
None
The brainzutils musicbrainz_db module contains a lot of functions for accessing the musicbrainz database via python functions.
However, there is no single documentation page which lists all these functions.
Your task is to create a reStructuredText file that contains documentation for each of these functions. The documentation should contain the name of the function, descriptions of the parameters that it takes and the thing that it returns.
Each of the function has this information inside the code. Example: https://github.com/metabrainz/brainzutils-python/blob/master/brainzutils/musicbrainz_db/artist.py#L12