summaryrefslogtreecommitdiffstatshomepage
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-xdocs/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a3de50d81a..5c5f28a7b8 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
-# Micro Python documentation build configuration file, created by
+# MicroPython documentation build configuration file, created by
# sphinx-quickstart on Sun Sep 21 11:42:03 2014.
#
# This file is execfile()d with the current directory set to its
@@ -50,7 +50,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = 'Micro Python'
+project = 'MicroPython'
copyright = '2014, Damien P. George'
# The version info for the project you're documenting, acts as replacement for
@@ -213,7 +213,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- ('index', 'MicroPython.tex', 'Micro Python Documentation',
+ ('index', 'MicroPython.tex', 'MicroPython Documentation',
'Damien P. George', 'manual'),
]
@@ -243,7 +243,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'micropython', 'Micro Python Documentation',
+ ('index', 'micropython', 'MicroPython Documentation',
['Damien P. George'], 1),
]
@@ -257,7 +257,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'MicroPython', 'Micro Python Documentation',
+ ('index', 'MicroPython', 'MicroPython Documentation',
'Damien P. George', 'MicroPython', 'One line description of project.',
'Miscellaneous'),
]