Make the quotes consistent

This commit is contained in:
Dougal Matthews 2014-11-19 12:41:58 +00:00
parent 6f28adeefe
commit df33538f14

View File

@ -7,12 +7,12 @@ repo_url: https://github.com/tomchristie/django-rest-framework
pages: pages:
- ['index.md', ] - ['index.md', ]
- ['tutorial/quickstart.md', ] - ['tutorial/quickstart.md', ]
- ['tutorial/1-serialization.md', "Tutorial", "1 - Serialization"] - ['tutorial/1-serialization.md', 'Tutorial', '1 - Serialization']
- ['tutorial/2-requests-and-responses.md', "Tutorial", "2 - Requests and responses"] - ['tutorial/2-requests-and-responses.md', 'Tutorial', '2 - Requests and responses']
- ['tutorial/3-class-based-views.md', "Tutorial", "3 - Class based views"] - ['tutorial/3-class-based-views.md', 'Tutorial', '3 - Class based views']
- ['tutorial/4-authentication-and-permissions.md', "Tutorial", "4 - Authentication and permissions"] - ['tutorial/4-authentication-and-permissions.md', 'Tutorial', '4 - Authentication and permissions']
- ['tutorial/5-relationships-and-hyperlinked-apis.md', "Tutorial", "5 - Relationships and hyperlinked APIs"] - ['tutorial/5-relationships-and-hyperlinked-apis.md', 'Tutorial', '5 - Relationships and hyperlinked APIs']
- ['tutorial/6-viewsets-and-routers.md', "Tutorial", "6- Viewsets and routers"] - ['tutorial/6-viewsets-and-routers.md', 'Tutorial', '6- Viewsets and routers']
- ['api-guide/requests.md', 'API Guide', ] - ['api-guide/requests.md', 'API Guide', ]
- ['api-guide/responses.md', 'API Guide', ] - ['api-guide/responses.md', 'API Guide', ]
- ['api-guide/views.md', 'API Guide', ] - ['api-guide/views.md', 'API Guide', ]
@ -22,8 +22,8 @@ pages:
- ['api-guide/parsers.md', 'API Guide', ] - ['api-guide/parsers.md', 'API Guide', ]
- ['api-guide/renderers.md', 'API Guide', ] - ['api-guide/renderers.md', 'API Guide', ]
- ['api-guide/serializers.md', 'API Guide', ] - ['api-guide/serializers.md', 'API Guide', ]
- ['api-guide/fields.md', 'API Guide', "Serializer fields"] - ['api-guide/fields.md', 'API Guide', 'Serializer fields']
- ['api-guide/relations.md', 'API Guide', "Serializer relations"] - ['api-guide/relations.md', 'API Guide', 'Serializer relations']
- ['api-guide/validators.md', 'API Guide', ] - ['api-guide/validators.md', 'API Guide', ]
- ['api-guide/authentication.md', 'API Guide', ] - ['api-guide/authentication.md', 'API Guide', ]
- ['api-guide/permissions.md', 'API Guide', ] - ['api-guide/permissions.md', 'API Guide', ]
@ -54,5 +54,5 @@ pages:
site_dir: html site_dir: html
theme_dir: docs_theme theme_dir: docs_theme
copyright: Copyright &copy; 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>. copyright: Copyright &copy; 2014, <a href='https://twitter.com/_tomchristie'>Tom Christie</a>.
google_analytics: ['UA-18852272-2', 'django-rest-framework.org'] google_analytics: ['UA-18852272-2', 'django-rest-framework.org']