Skip to content

Commit 7b94888

Browse files
committed
adding badges to docs, bye travis
1 parent c99b988 commit 7b94888

2 files changed

Lines changed: 25 additions & 5 deletions

File tree

docs/source/conf.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
'description': 'Generic activity streams for Django',
120120
'github_user': 'justquick',
121121
'github_repo': 'django-activity-stream',
122-
'travis_button': True,
123122
'gittip_user': 'justquick',
124123
'analytics_id': 'UA-42089198-1'
125124
}
@@ -139,8 +138,8 @@
139138
# Grouping the document tree into LaTeX files. List of tuples
140139
# (source start file, target name, title, author, documentclass [howto/manual]).
141140
latex_documents = [
142-
('index', 'DjangoActivityStream.tex', u'Django Activity Stream Documentation',
143-
u'Justin Quick', 'manual'),
141+
('index', 'DjangoActivityStream.tex', 'Django Activity Stream Documentation',
142+
'Justin Quick', 'manual'),
144143
]
145144

146145
# The name of an image file (relative to this directory) to place at the top of
@@ -172,6 +171,6 @@
172171
# One entry per manual page. List of tuples
173172
# (source start file, name, description, authors, manual section).
174173
man_pages = [
175-
('index', 'djangoactivitystream', u'Django Activity Stream Documentation',
176-
[u'Justin Quick'], 1)
174+
('index', 'djangoactivitystream', 'Django Activity Stream Documentation',
175+
['Justin Quick'], 1)
177176
]

docs/source/index.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Django Activity Stream Documentation
22
====================================
33

4+
.. image:: https://github.com/justquick/django-activity-stream/workflows/Test%20and%20deploy/badge.svg
5+
:target: https://github.com/justquick/django-activity-stream/actions?query=workflow%3A%22Test+and+deploy%22
6+
7+
.. image:: https://badges.gitter.im/django-activity-stream/Lobby.svg
8+
:alt: Join the chat at https://gitter.im/django-activity-stream/Lobby
9+
:target: https://gitter.im/django-activity-stream/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
10+
11+
.. image:: https://coveralls.io/repos/github/justquick/django-activity-stream/badge.svg?branch=master
12+
:target: https://coveralls.io/github/justquick/django-activity-stream?branch=master
13+
14+
.. image:: https://scrutinizer-ci.com/g/justquick/django-activity-stream/badges/quality-score.png?b=master
15+
:target: https://scrutinizer-ci.com/g/justquick/django-activity-stream/
16+
17+
.. image:: https://img.shields.io/pypi/v/django-activity-stream.svg
18+
:target: https://pypi.python.org/pypi/django-activity-stream
19+
20+
.. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjustquick%2Fdjango-activity-stream.svg?type=shield
21+
:target: https://app.fossa.io/projects/git%2Bgithub.com%2Fjustquick%2Fdjango-activity-stream?ref=badge_shiel
22+
23+
24+
425
Django Activity Stream is a way of creating activities generated by the actions on your site.
526

627
It is designed for generating and displaying streams of interesting actions and can handle following and unfollowing of different activity sources.

0 commit comments

Comments
 (0)