Skip to content

Commit 2ab6f4e

Browse files
author
Ryan P Kilby
committed
Replace sponsor HTML with markdown
This loses the image centering, but can be converted to RST.
1 parent 83d72b5 commit 2ab6f4e

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ matrix:
2222
- { python: "3.6", env: DJANGO=2.0 }
2323
- { python: "2.7", env: TOXENV=lint }
2424
- { python: "2.7", env: TOXENV=docs }
25-
- { python: "2.7", env: TOXENV=readme }
25+
- python: "2.7"
26+
env: TOXENV=readme
27+
addons:
28+
apt_packages: pandoc
2629
exclude:
2730
- { python: "2.7", env: DJANGO=master }
2831
- { python: "2.7", env: DJANGO=2.0 }

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ continued development by **[signing up for a paid plan][funding]**.
2020
The initial aim is to provide a single full-time position on REST framework.
2121
*Every single sign-up makes a significant impact towards making that possible.*
2222

23-
<p align="center">
24-
<a href="http://jobs.rover.com/"><img src="https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/rover-readme.png"/></a>
25-
<a href="https://getsentry.com/welcome/"><img src="https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/sentry-readme.png"/></a>
26-
<a href="https://getstream.io/try-the-api/?utm_source=drf&utm_medium=banner&utm_campaign=drf"><img src="https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/stream-readme.png"/></a>
27-
<a href="https://hello.machinalis.co.uk/"><img src="https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/machinalis-readme.png"/></a>
28-
<a href="https://rollbar.com/"><img src="https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/rollbar-readme.png"/></a>
29-
</p>
23+
[![][rover-img]][rover-url]
24+
[![][sentry-img]][sentry-url]
25+
[![][stream-img]][stream-url]
26+
[![][machinalis-img]][machinalis-url]
27+
[![][rollbar-img]][rollbar-url]
3028

3129
*Many thanks to all our [wonderful sponsors][sponsors], and in particular to our premium backers, [Rover](http://jobs.rover.com/), [Sentry](https://getsentry.com/welcome/), [Stream](https://getstream.io/?utm_source=drf&utm_medium=banner&utm_campaign=drf), [Machinalis](https://hello.machinalis.co.uk/), and [Rollbar](https://rollbar.com/).*
3230

@@ -188,6 +186,18 @@ Send a description of the issue via email to [rest-framework-security@googlegrou
188186
[funding]: https://fund.django-rest-framework.org/topics/funding/
189187
[sponsors]: https://fund.django-rest-framework.org/topics/funding/#our-sponsors
190188

189+
[rover-img]: https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/rover-readme.png
190+
[sentry-img]: https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/sentry-readme.png
191+
[stream-img]: https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/stream-readme.png
192+
[machinalis-img]: https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/machinalis-readme.png
193+
[rollbar-img]: https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/rollbar-readme.png
194+
195+
[rover-url]: http://jobs.rover.com/
196+
[sentry-url]: https://getsentry.com/welcome/
197+
[stream-url]: https://getstream.io/try-the-api/?utm_source=drf&utm_medium=banner&utm_campaign=drf
198+
[machinalis-url]: https://hello.machinalis.co.uk/
199+
[rollbar-url]: https://rollbar.com/
200+
191201
[oauth1-section]: http://www.django-rest-framework.org/api-guide/authentication/#django-rest-framework-oauth
192202
[oauth2-section]: http://www.django-rest-framework.org/api-guide/authentication/#django-oauth-toolkit
193203
[serializer-section]: http://www.django-rest-framework.org/api-guide/serializers/#serializers

0 commit comments

Comments
 (0)