diff options
-rw-r--r-- | docs/ext/object_tmpl.j2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ext/object_tmpl.j2 b/docs/ext/object_tmpl.j2 index 327eafb..4bb9070 100644 --- a/docs/ext/object_tmpl.j2 +++ b/docs/ext/object_tmpl.j2 @@ -1,3 +1,10 @@ +{% for attr_name, cls, dummy in obj.managers %} +.. attribute:: {{ attr_name }} + + {{ cls | classref() }} - Manager for {{ cls.obj_cls | classref() }} objects. + +{% endfor %} + .. method:: save(**kwargs) Send the modified object to the GitLab server. The following attributes are |