-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Description
If we have a class which has multiple line arguments. They appear on the same line. It would be great if we could format the doc string with some markup. Couldn't find anything related to formatting of doc string which is very important for any kind of documentation.
class ProjectList(generics.ListAPIView):
"""
* API Endpoint for Project List.
* About API 2nd line:
1.this is first point.
2.this is second point.
"""
...
But when we check it on the docs everything comes up in one line.
Metadata
Metadata
Assignees
Labels
No labels