diff options
| author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-09 19:22:54 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-10 16:58:16 +0100 |
| commit | 4781fd7e4c3d9d5b343f0c1b0597a8a535d6bdbf (patch) | |
| tree | 8ca38b4ba936ac54dc17daa8c5f116651a082660 /docs/api/gitlab.rst | |
| parent | 3e8cf4e9ea59b97bb1703b9cee1c3a3d9e6c7c42 (diff) | |
| download | gitlab-4781fd7e4c3d9d5b343f0c1b0597a8a535d6bdbf.tar.gz | |
Improve the API documentation.
Diffstat (limited to 'docs/api/gitlab.rst')
| -rw-r--r-- | docs/api/gitlab.rst | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/docs/api/gitlab.rst b/docs/api/gitlab.rst index 296a1e3..da2719e 100644 --- a/docs/api/gitlab.rst +++ b/docs/api/gitlab.rst @@ -1,8 +1,31 @@ -############################ -``gitlab`` API documentation -############################ +gitlab package +============== + +Module contents +--------------- .. automodule:: gitlab :members: :undoc-members: :show-inheritance: + :exclude-members: Hook, Project, UserProject, Group, Issue, Team, User, + all_projects, owned_projects, search_projects + +gitlab.exceptions module +------------------------ + +.. automodule:: gitlab.exceptions + :members: + :undoc-members: + :show-inheritance: + +gitlab.objects module +--------------------- + +.. automodule:: gitlab.objects + :members: + :undoc-members: + :show-inheritance: + :exclude-members: Branch, Commit, Content, Event, File, Hook, Issue, Key, + Label, Member, MergeRequest, Milestone, Note, Project, + Snippet, Tag |
