diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-12-26 18:26:27 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-12-26 18:26:27 +0100 |
| commit | 73990b46d05fce5952ef9e6a6579ba1706aa72e8 (patch) | |
| tree | 05d8d8a4d7272b36442591df679964e6897fbb0b /docs/ext | |
| parent | d3d8bafa22e271e75e92a3df205e533bfe2e7d11 (diff) | |
| download | gitlab-73990b46d05fce5952ef9e6a6579ba1706aa72e8.tar.gz | |
Fix duplicated data in API docs
Fixes #190
Diffstat (limited to 'docs/ext')
| -rw-r--r-- | docs/ext/manager_tmpl.j2 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/ext/manager_tmpl.j2 b/docs/ext/manager_tmpl.j2 index 5a01d8f..fee8a56 100644 --- a/docs/ext/manager_tmpl.j2 +++ b/docs/ext/manager_tmpl.j2 @@ -57,9 +57,6 @@ Manager for {{ cls | classref() }} objects. ``data`` is a dict defining the object attributes. Available attributes are: {% for a in cls.requiredUrlAttrs %} - * ``{{ a }}`` (required) - {% endfor %} - {% for a in cls.requiredUrlAttrs %} * ``{{ a }}`` (required if not discovered on the parent objects) {% endfor %} {% for a in cls.requiredCreateAttrs %} |
