@@ -391,98 +391,7 @@ Delete a snippet:
391391Notes
392392=====
393393
394- You can manipulate notes (comments) on the issues, merge requests and snippets.
395-
396- * :class: `~gitlab.objects.ProjectIssue ` with
397- :class: `~gitlab.objects.ProjectIssueNote `
398- * :class: `~gitlab.objects.ProjectMergeRequest ` with
399- :class: `~gitlab.objects.ProjectMergeRequestNote `
400- * :class: `~gitlab.objects.ProjectSnippet ` with
401- :class: `~gitlab.objects.ProjectSnippetNote `
402-
403- Reference
404- ---------
405-
406- * v4 API:
407-
408- Issues:
409-
410- + :class: `gitlab.v4.objects.ProjectIssueNote `
411- + :class: `gitlab.v4.objects.ProjectIssueNoteManager `
412- + :attr: `gitlab.v4.objects.ProjectIssue.notes `
413-
414- MergeRequests:
415-
416- + :class: `gitlab.v4.objects.ProjectMergeRequestNote `
417- + :class: `gitlab.v4.objects.ProjectMergeRequestNoteManager `
418- + :attr: `gitlab.v4.objects.ProjectMergeRequest.notes `
419-
420- Snippets:
421-
422- + :class: `gitlab.v4.objects.ProjectSnippetNote `
423- + :class: `gitlab.v4.objects.ProjectSnippetNoteManager `
424- + :attr: `gitlab.v4.objects.ProjectSnippet.notes `
425-
426- * v3 API:
427-
428- Issues:
429-
430- + :class: `gitlab.v3.objects.ProjectIssueNote `
431- + :class: `gitlab.v3.objects.ProjectIssueNoteManager `
432- + :attr: `gitlab.v3.objects.ProjectIssue.notes `
433- + :attr: `gitlab.v3.objects.Project.issue_notes `
434- + :attr: `gitlab.Gitlab.project_issue_notes `
435-
436- MergeRequests:
437-
438- + :class: `gitlab.v3.objects.ProjectMergeRequestNote `
439- + :class: `gitlab.v3.objects.ProjectMergeRequestNoteManager `
440- + :attr: `gitlab.v3.objects.ProjectMergeRequest.notes `
441- + :attr: `gitlab.v3.objects.Project.mergerequest_notes `
442- + :attr: `gitlab.Gitlab.project_mergerequest_notes `
443-
444- Snippets:
445-
446- + :class: `gitlab.v3.objects.ProjectSnippetNote `
447- + :class: `gitlab.v3.objects.ProjectSnippetNoteManager `
448- + :attr: `gitlab.v3.objects.ProjectSnippet.notes `
449- + :attr: `gitlab.v3.objects.Project.snippet_notes `
450- + :attr: `gitlab.Gitlab.project_snippet_notes `
451-
452- * GitLab API: https://docs.gitlab.com/ce/api/notes.html
453-
454- Examples
455- --------
456-
457- List the notes for a resource:
458-
459- .. literalinclude :: projects.py
460- :start-after: # notes list
461- :end-before: # end notes list
462-
463- Get a note for a resource:
464-
465- .. literalinclude :: projects.py
466- :start-after: # notes get
467- :end-before: # end notes get
468-
469- Create a note for a resource:
470-
471- .. literalinclude :: projects.py
472- :start-after: # notes create
473- :end-before: # end notes create
474-
475- Update a note for a resource:
476-
477- .. literalinclude :: projects.py
478- :start-after: # notes update
479- :end-before: # end notes update
480-
481- Delete a note for a resource:
482-
483- .. literalinclude :: projects.py
484- :start-after: # notes delete
485- :end-before: # end notes delete
394+ See :ref: `project-notes `.
486395
487396Project members
488397===============
0 commit comments