Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
824f83fd
Commit
824f83fd
authored
Jan 03, 2016
by
Paul Sokolovsky
Browse files
docs: Set author as 'Damien P. George and contributors'.
parent
275a0f25
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
824f83fd
...
...
@@ -237,7 +237,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents
=
[
(
master_doc
,
'MicroPython.tex'
,
'MicroPython Documentation'
,
'Damien P. George'
,
'manual'
),
'Damien P. George
and contributors
'
,
'manual'
),
]
# The name of an image file (relative to this directory) to place at the top of
...
...
@@ -267,7 +267,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages
=
[
(
'index'
,
'micropython'
,
'MicroPython Documentation'
,
[
'Damien P. George'
],
1
),
[
'Damien P. George
and contributors
'
],
1
),
]
# If true, show URL addresses after external links.
...
...
@@ -281,7 +281,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents
=
[
(
master_doc
,
'MicroPython'
,
'MicroPython Documentation'
,
'Damien P. George'
,
'MicroPython'
,
'One line description of project.'
,
'Damien P. George
and contributors
'
,
'MicroPython'
,
'One line description of project.'
,
'Miscellaneous'
),
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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