summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Geisler <martin@geisler.net>2014-06-15 18:09:09 +0200
committerMartin Geisler <martin@geisler.net>2014-06-15 18:09:09 +0200
commit5792c7a1f12c885292359dc2aae11e7afc2fad38 (patch)
tree264b3335f6edca3ccff90da6e23df08d35ee4427 /doc
parentd68002f9fb714e1897662fc4e89f261a9b8aacaa (diff)
downloadpycadf-5792c7a1f12c885292359dc2aae11e7afc2fad38.tar.gz
Expand © and remove unnecessary encoding lines
The word "Copyright" alone is sufficient to claim copyright, the © symbol need not be present.[1] This allows us to expand the "©" symbol into "(c)" to avoid introducing non-ASCII characters. As per PEP 263, a Python file with non-ASCII characters must have a line with "coding: <some-encoding>". Python files containing only 7-bit ASCII characters need no such line.[2] This commit expands the non-ASCII Unicode copyright symbols and removes the now unnecessary encoding lines. [1]: http://www.copyright.gov/circs/circ03.pdf [2]: http://legacy.python.org/dev/peps/pep-0263/ Change-Id: Ibbb282224bccbea383947b4e09a619f94d5c24b1
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1369c50..c855bbf 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
#
# pyCADF documentation build configuration file, created by
# sphinx-quickstart on Sun Mar 16 22:32:24 2014.