Skip to content

Commit 1e02092

Browse files
committed
Change repository's references in documentation.
1 parent 3e5da5b commit 1e02092

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Django Test Query Counter
55
.. image:: https://badge.fury.io/py/django-test-query-counter.svg
66
:target: https://badge.fury.io/py/django-test-query-counter
77

8-
.. image:: https://travis-ci.org/igui/django-test-query-counter.svg?branch=master
9-
:target: https://travis-ci.org/igui/django-test-query-counter
8+
.. image:: https://travis-ci.org/sophilabs/django-test-query-counter.svg?branch=master
9+
:target: https://travis-ci.org/sophilabs/django-test-query-counter
1010

11-
.. image:: https://codecov.io/gh/igui/django-test-query-counter/branch/master/graph/badge.svg
12-
:target: https://codecov.io/gh/igui/django-test-query-counter
11+
.. image:: https://codecov.io/gh/sophilabs/django-test-query-counter/branch/master/graph/badge.svg
12+
:target: https://codecov.io/gh/sophilabs/django-test-query-counter
1313

1414

1515
.. image:: logo.png

docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
master_doc = 'index'
4747

4848
# General information about the project.
49-
project = u'Django API Query Count'
50-
copyright = u'2017, Ignacio Avas'
49+
project = u'Django Test Query Count'
50+
copyright = u'2017, Sophilabs Inc.'
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the
@@ -192,7 +192,7 @@
192192
# Grouping the document tree into LaTeX files. List of tuples
193193
# (source start file, target name, title, author, documentclass [howto/manual]).
194194
latex_documents = [
195-
('index', 'django-test-query-counter.tex', u'Django API Query Count '
195+
('index', 'django-test-query-counter.tex', u'Django Test Query Count '
196196
u'Documentation',
197197
u'Ignacio Avas', 'manual'),
198198
]
@@ -223,7 +223,7 @@
223223
# One entry per manual page. List of tuples
224224
# (source start file, name, description, authors, manual section).
225225
man_pages = [
226-
('index', 'django-test-query-counter', u'Django API Query Count '
226+
('index', 'django-test-query-counter', u'Django Test Query Count '
227227
u'Documentation',
228228
[u'Ignacio Avas'], 1)
229229
]
@@ -238,7 +238,7 @@
238238
# (source start file, target name, title, author,
239239
# dir menu entry, description, category)
240240
texinfo_documents = [
241-
('index', 'django-test-query-counter', u'Django API Query Count '
241+
('index', 'django-test-query-counter', u'Django Test Query Count '
242242
u'Documentation',
243243
u'Ignacio Avas', 'django-test-query-counter', 'One line description of '
244244
'project.',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_version(*file_paths):
5151
long_description=readme + '\n\n' + history,
5252
author='Ignacio Avas',
5353
author_email='iavas@sophilabs.com',
54-
url='https://github.com/igui/django-request-query-count',
54+
url='https://github.com/sophilabs/django-request-query-count',
5555
packages=[
5656
'test_query_counter',
5757
],

0 commit comments

Comments
 (0)