Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
b1fc388f
Commit
b1fc388f
authored
Jun 23, 2015
by
Tom Christie
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3060 from jpadilla/docs-version
Add PyPI version badge to docs. Closes #3023
parents
1e678791
8554980c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
docs/index.md
+10
-6
docs_theme/css/default.css
+2
-2
No files found.
docs/index.md
View file @
b1fc388f
<p
class=
"badges"
height=
20px
>
<iframe
src=
"http://ghbtns.com/github-btn.html?user=tomchristie&repo=django-rest-framework&type=watch&count=true"
class=
"github-star-button"
allowtransparency=
"true"
frameborder=
"0"
scrolling=
"0"
width=
"110px"
height=
"20px"
></iframe>
<iframe
src=
"http://ghbtns.com/github-btn.html?user=tomchristie&repo=django-rest-framework&type=watch&count=true"
class=
"github-star-button"
allowtransparency=
"true"
frameborder=
"0"
scrolling=
"0"
width=
"110px"
height=
"20px"
></iframe>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-url=
"django-rest-framework.org"
data-text=
"Checking out the totally awesome Django REST framework! http://www.django-rest-framework.org"
data-count=
"none"
></a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)
[
0
]
;if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="django-rest-framework.org" data-text="Checking out the totally awesome Django REST framework! http://www.django-rest-framework.org" data-count="none"></a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<img
src=
"https://secure.travis-ci.org/tomchristie/django-rest-framework.svg?branch=master"
class=
"travis-build-image"
>
<a href="http://travis-ci.org/tomchristie/django-rest-framework?branch=master">
<img src="https://secure.travis-ci.org/tomchristie/django-rest-framework.svg?branch=master" class="status-badge">
</a>
<a href="https://pypi.python.org/pypi/djangorestframework">
<img src="https://img.shields.io/pypi/v/djangorestframework.svg" class="status-badge">
</a>
</p>
---
...
...
@@ -248,8 +254,6 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[
travis
]:
http://travis-ci.org/tomchristie/django-rest-framework?branch=master
[
travis-build-image
]:
https://secure.travis-ci.org/tomchristie/django-rest-framework.png?branch=master
[
mozilla
]:
http://www.mozilla.org/en-US/about/
[
eventbrite
]:
https://www.eventbrite.co.uk/about/
[
markdown
]:
http://pypi.python.org/pypi/Markdown/
...
...
docs_theme/css/default.css
View file @
b1fc388f
...
...
@@ -44,8 +44,8 @@ body.index-page #main-content iframe.twitter-share-button {
margin-right
:
8px
;
}
/* Travis CI badge */
body
.index-page
#main-content
img
.
travis-build-ima
ge
{
/* Travis CI
and PyPI
badge */
body
.index-page
#main-content
img
.
status-bad
ge
{
float
:
right
;
margin-right
:
8px
;
margin-top
:
-11px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment