Skip to content

Commit 5b2e058

Browse files
committed
Link to docs more prominently in README
1 parent 7001136 commit 5b2e058

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
[![build-status-image]][travis]
44
[![pypi-version]][pypi]
55

6+
**XML support for Django REST Framework**
7+
8+
Full documentation for the project is available at [http://jpadilla.github.io/django-rest-framework-xml][docs].
9+
610
## Overview
711

812
XML support extracted as a third party package directly from the official Django REST Framework implementation. It's built using the [defusedxml][defusedxml] package.
@@ -55,7 +59,7 @@ class ExampleView(APIView):
5559

5660
## Documentation & Support
5761

58-
Full documentation for the project is available at http://jpadilla.github.io/django-rest-framework-xml/.
62+
Full documentation for the project is available at [http://jpadilla.github.io/django-rest-framework-xml][docs].
5963

6064
You may also want to follow the [author][jpadilla] on Twitter.
6165

@@ -66,4 +70,5 @@ You may also want to follow the [author][jpadilla] on Twitter.
6670
[pypi-version]: https://pypip.in/version/djangorestframework-xml/badge.svg
6771
[pypi]: https://pypi.python.org/pypi/djangorestframework-xml
6872
[defusedxml]: https://pypi.python.org/pypi/defusedxml
73+
[docs]: http://jpadilla.github.io/django-rest-framework-xml
6974
[jpadilla]: https://twitter.com/jpadilla_

0 commit comments

Comments
 (0)