Skip to content
Snippets Groups Projects

Introduce docstyle D301

Merged Yoann Schneider requested to merge introduce-docstyle-d301 into master
All threads resolved!
Files
5
@@ -521,8 +521,10 @@ class CorpusEntities(CorpusACLMixin, ListAPIView):
@extend_schema_view(get=extend_schema(operation_id="ListElementLinks", tags=["entities"]))
class ElementLinks(CorpusACLMixin, ListAPIView):
"""
List all links where parent and child are linked to the element.\n\n
r"""
List all links where parent and child are linked to the element.
Requires a **guest** access to the element corpus
"""
serializer_class = EntityLinkSerializer
Loading