Commit 4dd7b5f3 by Tom Christie

Replace docs title. Easy is a sucky word choice.

parent 63d5634c
...@@ -142,7 +142,7 @@ for (dirpath, dirnames, filenames) in os.walk(docs_dir): ...@@ -142,7 +142,7 @@ for (dirpath, dirnames, filenames) in os.walk(docs_dir):
toc += template + '\n' toc += template + '\n'
if filename == 'index.md': if filename == 'index.md':
main_title = 'Django REST framework - APIs made easy' main_title = 'Django REST framework - Web APIs for Django'
else: else:
main_title = main_title + ' - Django REST framework' main_title = main_title + ' - Django REST framework'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment