Closed
Description
Description of the problem, including code/CLI snippet
Documentation does not include an example of how to use python-gitlab to view notes
Expected Behavior
The documentation should contain an API example of how to view notes. This would document functionality that already exists in this plugin:
notes_list = mr.notes.list()
Actual Behavior
This documentation does not exist.