Skip to content

Commit 9ce68c5

Browse files
Merge pull request #7 from ekonstantinidis/update-readme
Update Readme
2 parents 8576cdc + adc2d29 commit 9ce68c5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*.pyc
12
__pycache__/
3+
24
env/
35
drfdocs.egg-info/

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# drf-docs [![Build Status](https://travis-ci.com/ekonstantinidis/drf-docs.svg?token=9QR4ewbqbkEmHps6q5sq&branch=master)](https://travis-ci.com/ekonstantinidis/drf-docs)
2-
Documentation for Web APIs made with Django Rest Framework.
1+
# drf-docs [![travis][travis-image]][travis-url] [![pypi][pypi-image]][pypi-url]
2+
3+
Document Web APIs made with Django Rest Framework.
34

45

56
### Prerequisites
@@ -36,3 +37,9 @@ Finally include the `drfdocs` urls in your `urls.py`:
3637
...
3738
url(r'^docs/', include('drfdocs.urls', app_name='drfdocs', namespace='drfdocs')),
3839
]
40+
41+
[travis-image]: https://travis-ci.com/ekonstantinidis/drf-docs.svg?token=9QR4ewbqbkEmHps6q5sq&branch=master
42+
[travis-url]: https://travis-ci.com/ekonstantinidis/drf-docs
43+
44+
[pypi-image]: https://img.shields.io/pypi/v/drfdocs.svg
45+
[pypi-url]: https://pypi.python.org/pypi/drffocs/

0 commit comments

Comments
 (0)