Merge pull request #5819 from jdufresne/coding-comment

Remove unnecessary encoding cookie from Python source files
This commit is contained in:
Takeshi KOMIYA 2018-12-17 19:15:00 +09:00 committed by GitHub
commit d8b69c7f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
270 changed files with 7 additions and 284 deletions

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# test documentation build configuration file, created by
# sphinx-quickstart on Sun Jun 26 00:00:43 2016.
#

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Sphinx documentation build configuration file
import re

View File

@ -40,9 +40,7 @@ Important points to note:
contain the file name extension.
* Since :file:`conf.py` is read as a Python file, the usual rules apply for
encodings and Unicode support: declare the encoding using an encoding cookie
(a comment like ``# -*- coding: utf-8 -*-``) and use Unicode string literals
when you include non-ASCII characters in configuration values.
encodings and Unicode support.
* The contents of the config namespace are pickled (so that Sphinx can find out
when configuration changes), so it may not contain unpickleable values --

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Example Google style docstrings.
This module demonstrates documentation as specified by the `Google Python

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Example NumPy style docstrings.
This module demonstrates documentation as specified by the `NumPy

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import os
import sys
from distutils import log

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
Sphinx
~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.__main__
~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.addnodes
~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.application
~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders
~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders._epub_base
~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.applehelp
~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.changes
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.devhelp
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.dummy
~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.epub3
~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.gettext
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.html
~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.htmlhelp
~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.latex
~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.latex.nodes
~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.latex.transforms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.linkcheck
~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.manpage
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.qthelp
~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.texinfo
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.text
~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.websupport
~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.builders.xml
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.cmd
~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.cmd.build
~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.cmd.make_mode
~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.cmd.quickstart
~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.cmdline
~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.config
~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.deprecation
~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.directives
~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.directives.code
~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.directives.other
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.directives.patches
~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.domains
~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.domains.c
~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.domains.changeset
~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.domains.cpp
~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.domains.javascript
~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.domains.math
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.domains.python
~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.domains.rst
~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.domains.std
~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.environment
~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.environment.adapters
~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.environment.adapters.asset
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.environment.adapters.indexentries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.environment.adapters.toctree
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.environment.collectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.environment.collectors.asset
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.environment.collectors.dependencies
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.environment.collectors.indexentries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.environment.collectors.metadata
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.environment.collectors.title
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.environment.collectors.toctree
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.errors
~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.events
~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext
~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.apidoc
~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.autodoc
~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.autodoc.directive
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.autodoc.importer
~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.autosectionlabel
~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.autosummary
~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.autosummary.generate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.coverage
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.doctest
~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.extlinks
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.githubpages
~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.graphviz
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.ifconfig
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.imgconverter
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.imgmath
~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
r"""
sphinx.ext.inheritance_diagram
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.intersphinx
~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.jsmath
~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.linkcode
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.mathbase
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.mathjax
~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.napoleon
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.napoleon.docstring
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.napoleon.iterators
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.todo
~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.ext.viewcode
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.extension
~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.highlighting
~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.io
~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.jinja2glue
~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.locale
~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.make_mode
~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.parsers
~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.project
~~~~~~~~~~~~~~

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
sphinx.pycode
~~~~~~~~~~~~~

Some files were not shown because too many files have changed in this diff Show More