diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-20 09:01:05 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-20 09:01:05 +0200 |
| commit | 5292ffb366f97e4dc611dfd49a1dca7d1e934f4c (patch) | |
| tree | 220659b39e0e5384504de3c63bbff003ad50eec2 /docs/gl_objects/notes.rst | |
| parent | 2c342372814bbac2203d7b4c0f2cd32541bab979 (diff) | |
| download | gitlab-5292ffb366f97e4dc611dfd49a1dca7d1e934f4c.tar.gz | |
[docs] Rework the examples pages
* Get rid of the .py files and bring all the python examples in the RST
files
* Fix a few things
Diffstat (limited to 'docs/gl_objects/notes.rst')
| -rw-r--r-- | docs/gl_objects/notes.rst | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/gl_objects/notes.rst b/docs/gl_objects/notes.rst index fd0788b..053c0a0 100644 --- a/docs/gl_objects/notes.rst +++ b/docs/gl_objects/notes.rst @@ -30,32 +30,6 @@ Reference + :class:`gitlab.v4.objects.ProjectSnippetNoteManager` + :attr:`gitlab.v4.objects.ProjectSnippet.notes` -* v3 API: - - Issues: - - + :class:`gitlab.v3.objects.ProjectIssueNote` - + :class:`gitlab.v3.objects.ProjectIssueNoteManager` - + :attr:`gitlab.v3.objects.ProjectIssue.notes` - + :attr:`gitlab.v3.objects.Project.issue_notes` - + :attr:`gitlab.Gitlab.project_issue_notes` - - MergeRequests: - - + :class:`gitlab.v3.objects.ProjectMergeRequestNote` - + :class:`gitlab.v3.objects.ProjectMergeRequestNoteManager` - + :attr:`gitlab.v3.objects.ProjectMergeRequest.notes` - + :attr:`gitlab.v3.objects.Project.mergerequest_notes` - + :attr:`gitlab.Gitlab.project_mergerequest_notes` - - Snippets: - - + :class:`gitlab.v3.objects.ProjectSnippetNote` - + :class:`gitlab.v3.objects.ProjectSnippetNoteManager` - + :attr:`gitlab.v3.objects.ProjectSnippet.notes` - + :attr:`gitlab.v3.objects.Project.snippet_notes` - + :attr:`gitlab.Gitlab.project_snippet_notes` - * GitLab API: https://docs.gitlab.com/ce/api/notes.html Examples |
