Skip to content

Commit 0cb945c

Browse files
author
Joachim Jablon
authored
Merge pull request #22 from peopledoc/joachim-contributor
2 parents bd26dbd + b8bc0e8 commit 0cb945c

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

AUTHORS.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
Credits
33
=======
44

5-
Development Lead
6-
----------------
7-
8-
* `Joachim Jablon / @ewjoachim <https://github.com/ewjoachim>`_ <joachim.jablon /at/ people-doc.com>
9-
105
Contributors (by alphabetic order)
116
----------------------------------
127

8+
* `ewjoachim <https://github.com/ewjoachim>`_
139
- `@brunobord <https://github.com/brunobord>`_
1410
- `@k4nar <https://github.com/k4nar>`_
1511
- `@zebuline <https://github.com/zebuline>`_

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
# General information about the project.
4949
project = u'Django Readonly Field'
50-
copyright = u'2016, Joachim Jablon'
50+
copyright = u'2016, UKG'
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
@@ -193,7 +193,7 @@
193193
# (source start file, target name, title, author, documentclass [howto/manual]).
194194
latex_documents = [
195195
('index', 'django-readonly-field.tex', u'Django Readonly Field Documentation',
196-
u'Joachim Jablon', 'manual'),
196+
'UKG', 'manual'),
197197
]
198198

199199
# The name of an image file (relative to this directory) to place at the top of
@@ -223,7 +223,7 @@
223223
# (source start file, name, description, authors, manual section).
224224
man_pages = [
225225
('index', 'django-readonly-field', u'Django Readonly Field Documentation',
226-
[u'Joachim Jablon'], 1)
226+
[u'UKG'], 1)
227227
]
228228

229229
# If true, show URL addresses after external links.
@@ -237,7 +237,7 @@
237237
# dir menu entry, description, category)
238238
texinfo_documents = [
239239
('index', 'django-readonly-field', u'Django Readonly Field Documentation',
240-
u'Joachim Jablon', 'django-readonly-field', 'One line description of project.',
240+
u'UKG', 'django-readonly-field', 'One line description of project.',
241241
'Miscellaneous'),
242242
]
243243

0 commit comments

Comments
 (0)