Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
824f83fd
Commit
824f83fd
authored
9 years ago
by
Paul Sokolovsky
Browse files
Options
Downloads
Patches
Plain Diff
docs: Set author as 'Damien P. George and contributors'.
parent
275a0f25
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/conf.py
+3
-3
3 additions, 3 deletions
docs/conf.py
with
3 additions
and
3 deletions
docs/conf.py
+
3
−
3
View file @
824f83fd
...
@@ -237,7 +237,7 @@ latex_elements = {
...
@@ -237,7 +237,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
# author, documentclass [howto, manual, or own class]).
latex_documents
=
[
latex_documents
=
[
(
master_doc
,
'
MicroPython.tex
'
,
'
MicroPython Documentation
'
,
(
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
# The name of an image file (relative to this directory) to place at the top of
...
@@ -267,7 +267,7 @@ latex_documents = [
...
@@ -267,7 +267,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
# (source start file, name, description, authors, manual section).
man_pages
=
[
man_pages
=
[
(
'
index
'
,
'
micropython
'
,
'
MicroPython Documentation
'
,
(
'
index
'
,
'
micropython
'
,
'
MicroPython Documentation
'
,
[
'
Damien P. George
'
],
1
),
[
'
Damien P. George
and contributors
'
],
1
),
]
]
# If true, show URL addresses after external links.
# If true, show URL addresses after external links.
...
@@ -281,7 +281,7 @@ man_pages = [
...
@@ -281,7 +281,7 @@ man_pages = [
# dir menu entry, description, category)
# dir menu entry, description, category)
texinfo_documents
=
[
texinfo_documents
=
[
(
master_doc
,
'
MicroPython
'
,
'
MicroPython Documentation
'
,
(
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
'
),
'
Miscellaneous
'
),
]
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment