diff options
| author | Tom Christie | 2013-07-03 13:19:07 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-07-03 13:19:07 +0100 | 
| commit | 7c0019854bd0ed18f4b189f14232f7406977d897 (patch) | |
| tree | 485b8cf23c4999ceff8949f91fcc4b6e7d01a9fd /docs/topics/documenting-your-api.md | |
| parent | a55a293450c573b226e1dc15309754711bf88976 (diff) | |
| download | django-rest-framework-7c0019854bd0ed18f4b189f14232f7406977d897.tar.bz2 | |
Horizontal rule for nicer formatting
Diffstat (limited to 'docs/topics/documenting-your-api.md')
| -rw-r--r-- | docs/topics/documenting-your-api.md | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/docs/topics/documenting-your-api.md b/docs/topics/documenting-your-api.md index 515542a3..ae3c66fb 100644 --- a/docs/topics/documenting-your-api.md +++ b/docs/topics/documenting-your-api.md @@ -44,6 +44,8 @@ The browsable API that REST framwork provides makes it possible for your API to  ![Screenshot - Self describing API][image-self-describing-api] +--- +  #### Setting the title  The title that is used in the browsable API is generated from the view class name or function name.  Any trailing `View` or `ViewSet` suffix is stripped, and the string is whitespace separated on uppercase/lowercase boundaries or underscores. | 
