[Python-modules-commits] [sphinx] 03/03: Clean some files which erroneously got into the upstream tarball.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Apr 6 17:10:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch debian/master
in repository sphinx.

commit 52acbcf91d4fd29a21900a0734068b799eb51e2f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Apr 6 20:08:29 2017 +0300

    Clean some files which erroneously got into the upstream tarball.
---
 Sphinx.egg-info/PKG-INFO-e             |   55 --
 Sphinx.egg-info/SOURCES.txt-e          | 1176 --------------------------------
 Sphinx.egg-info/dependency_links.txt-e |    1 -
 Sphinx.egg-info/entry_points.txt-e     |   28 -
 Sphinx.egg-info/not-zip-safe-e         |    1 -
 Sphinx.egg-info/requires.txt-e         |   23 -
 Sphinx.egg-info/top_level.txt-e        |    2 -
 debian/changelog                       |    1 +
 debian/rules                           |    2 +-
 9 files changed, 2 insertions(+), 1287 deletions(-)

diff --git a/Sphinx.egg-info/PKG-INFO-e b/Sphinx.egg-info/PKG-INFO-e
deleted file mode 100644
index 3a47d73..0000000
--- a/Sphinx.egg-info/PKG-INFO-e
+++ /dev/null
@@ -1,55 +0,0 @@
-Metadata-Version: 1.1
-Name: Sphinx
-Version: 1.6.dev20170322
-Summary: Python documentation generator
-Home-page: http://sphinx-doc.org/
-Author: Georg Brandl
-Author-email: georg at python.org
-License: BSD
-Download-URL: https://pypi.python.org/pypi/Sphinx
-Description: 
-        Sphinx is a tool that makes it easy to create intelligent and beautiful
-        documentation for Python projects (or other documents consisting of multiple
-        reStructuredText sources), written by Georg Brandl.  It was originally created
-        for the new Python documentation, and has excellent facilities for Python
-        project documentation, but C/C++ is supported as well, and more languages are
-        planned.
-        
-        Sphinx uses reStructuredText as its markup language, and many of its strengths
-        come from the power and straightforwardness of reStructuredText and its parsing
-        and translating suite, the Docutils.
-        
-        Among its features are the following:
-        
-        * Output formats: HTML (including derivative formats such as HTML Help, Epub
-          and Qt Help), plain text, manual pages and LaTeX or direct PDF output
-          using rst2pdf
-        * Extensive cross-references: semantic markup and automatic links
-          for functions, classes, glossary terms and similar pieces of information
-        * Hierarchical structure: easy definition of a document tree, with automatic
-          links to siblings, parents and children
-        * Automatic indices: general index as well as a module index
-        * Code handling: automatic highlighting using the Pygments highlighter
-        * Flexible HTML output using the Jinja 2 templating engine
-        * Various extensions are available, e.g. for automatic testing of snippets
-          and inclusion of appropriately formatted docstrings
-        * Setuptools integration
-        
-Platform: any
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Environment :: Console
-Classifier: Environment :: Web Environment
-Classifier: Intended Audience :: Developers
-Classifier: Intended Audience :: Education
-Classifier: License :: OSI Approved :: BSD License
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 3
-Classifier: Framework :: Sphinx
-Classifier: Framework :: Sphinx :: Extension
-Classifier: Framework :: Sphinx :: Theme
-Classifier: Topic :: Documentation
-Classifier: Topic :: Documentation :: Sphinx
-Classifier: Topic :: Text Processing
-Classifier: Topic :: Utilities
diff --git a/Sphinx.egg-info/SOURCES.txt-e b/Sphinx.egg-info/SOURCES.txt-e
deleted file mode 100644
index 9fa47cf..0000000
--- a/Sphinx.egg-info/SOURCES.txt-e
+++ /dev/null
@@ -1,1176 +0,0 @@
-AUTHORS
-CHANGES
-CHANGES.old
-CONTRIBUTING.rst
-EXAMPLES
-LICENSE
-MANIFEST.in
-Makefile
-README.rst
-babel.cfg
-setup.cfg
-setup.py
-sphinx-apidoc.py
-sphinx-autogen.py
-sphinx-build.py
-sphinx-quickstart.py
-test-reqs.txt
-tox.ini
-Sphinx.egg-info/PKG-INFO
-Sphinx.egg-info/SOURCES.txt
-Sphinx.egg-info/dependency_links.txt
-Sphinx.egg-info/entry_points.txt
-Sphinx.egg-info/not-zip-safe
-Sphinx.egg-info/requires.txt
-Sphinx.egg-info/top_level.txt
-_docutils/__init__.py
-_docutils/_compat.py
-_docutils/core.py
-_docutils/examples.py
-_docutils/frontend.py
-_docutils/io.py
-_docutils/nodes.py
-_docutils/statemachine.py
-_docutils/languages/__init__.py
-_docutils/languages/af.py
-_docutils/languages/ca.py
-_docutils/languages/cs.py
-_docutils/languages/da.py
-_docutils/languages/de.py
-_docutils/languages/en.py
-_docutils/languages/eo.py
-_docutils/languages/es.py
-_docutils/languages/fa.py
-_docutils/languages/fi.py
-_docutils/languages/fr.py
-_docutils/languages/gl.py
-_docutils/languages/he.py
-_docutils/languages/it.py
-_docutils/languages/ja.py
-_docutils/languages/lt.py
-_docutils/languages/lv.py
-_docutils/languages/nl.py
-_docutils/languages/pl.py
-_docutils/languages/pt_br.py
-_docutils/languages/ru.py
-_docutils/languages/sk.py
-_docutils/languages/sv.py
-_docutils/languages/zh_cn.py
-_docutils/languages/zh_tw.py
-_docutils/parsers/__init__.py
-_docutils/parsers/null.py
-_docutils/parsers/rst/__init__.py
-_docutils/parsers/rst/roles.py
-_docutils/parsers/rst/states.py
-_docutils/parsers/rst/tableparser.py
-_docutils/parsers/rst/directives/__init__.py
-_docutils/parsers/rst/directives/admonitions.py
-_docutils/parsers/rst/directives/body.py
-_docutils/parsers/rst/directives/html.py
-_docutils/parsers/rst/directives/images.py
-_docutils/parsers/rst/directives/misc.py
-_docutils/parsers/rst/directives/parts.py
-_docutils/parsers/rst/directives/references.py
-_docutils/parsers/rst/directives/tables.py
-_docutils/parsers/rst/languages/__init__.py
-_docutils/parsers/rst/languages/af.py
-_docutils/parsers/rst/languages/ca.py
-_docutils/parsers/rst/languages/cs.py
-_docutils/parsers/rst/languages/da.py
-_docutils/parsers/rst/languages/de.py
-_docutils/parsers/rst/languages/en.py
-_docutils/parsers/rst/languages/eo.py
-_docutils/parsers/rst/languages/es.py
-_docutils/parsers/rst/languages/fa.py
-_docutils/parsers/rst/languages/fi.py
-_docutils/parsers/rst/languages/fr.py
-_docutils/parsers/rst/languages/gl.py
-_docutils/parsers/rst/languages/he.py
-_docutils/parsers/rst/languages/it.py
-_docutils/parsers/rst/languages/ja.py
-_docutils/parsers/rst/languages/lt.py
-_docutils/parsers/rst/languages/lv.py
-_docutils/parsers/rst/languages/nl.py
-_docutils/parsers/rst/languages/pl.py
-_docutils/parsers/rst/languages/pt_br.py
-_docutils/parsers/rst/languages/ru.py
-_docutils/parsers/rst/languages/sk.py
-_docutils/parsers/rst/languages/sv.py
-_docutils/parsers/rst/languages/zh_cn.py
-_docutils/parsers/rst/languages/zh_tw.py
-_docutils/readers/__init__.py
-_docutils/readers/doctree.py
-_docutils/readers/pep.py
-_docutils/readers/standalone.py
-_docutils/transforms/__init__.py
-_docutils/transforms/components.py
-_docutils/transforms/frontmatter.py
-_docutils/transforms/misc.py
-_docutils/transforms/parts.py
-_docutils/transforms/peps.py
-_docutils/transforms/references.py
-_docutils/transforms/universal.py
-_docutils/transforms/writer_aux.py
-_docutils/utils/__init__.py
-_docutils/utils/code_analyzer.py
-_docutils/utils/error_reporting.py
-_docutils/utils/punctuation_chars.py
-_docutils/utils/roman.py
-_docutils/utils/smartquotes.py
-_docutils/utils/urischemes.py
-_docutils/utils/math/__init__.py
-_docutils/utils/math/latex2mathml.py
-_docutils/utils/math/math2html.py
-_docutils/utils/math/tex2mathml_extern.py
-_docutils/utils/math/tex2unichar.py
-_docutils/utils/math/unichar2tex.py
-_docutils/writers/__init__.py
-_docutils/writers/_html_base.py
-_docutils/writers/docutils_xml.py
-_docutils/writers/manpage.py
-_docutils/writers/null.py
-_docutils/writers/pseudoxml.py
-_docutils/writers/html4css1/__init__.py
-_docutils/writers/html5_polyglot/__init__.py
-_docutils/writers/latex2e/__init__.py
-_docutils/writers/odf_odt/__init__.py
-_docutils/writers/odf_odt/pygmentsformatter.py
-_docutils/writers/pep_html/__init__.py
-_docutils/writers/s5_html/__init__.py
-_docutils/writers/xetex/__init__.py
-doc/Makefile
-doc/authors.rst
-doc/builders.rst
-doc/changes.rst
-doc/conf.py
-doc/config.rst
-doc/contents.rst
-doc/develop.rst
-doc/devguide.rst
-doc/domains.rst
-doc/examples.rst
-doc/extensions.rst
-doc/faq.rst
-doc/glossary.rst
-doc/install.rst
-doc/installpython.jpg
-doc/intl.rst
-doc/intro.rst
-doc/invocation.rst
-doc/latex.rst
-doc/make.bat
-doc/markdown.rst
-doc/more.png
-doc/pythonorg.png
-doc/rest.rst
-doc/setuptools.rst
-doc/templating.rst
-doc/theming.rst
-doc/translation.png
-doc/tutorial.rst
-doc/websupport.rst
-doc/_static/bookcover.png
-doc/_static/conf.py.txt
-doc/_static/pocoo.png
-doc/_static/sphinx.png
-doc/_templates/index.html
-doc/_templates/indexsidebar.html
-doc/_themes/sphinx13/layout.html
-doc/_themes/sphinx13/theme.conf
-doc/_themes/sphinx13/static/bodybg.png
-doc/_themes/sphinx13/static/footerbg.png
-doc/_themes/sphinx13/static/headerbg.png
-doc/_themes/sphinx13/static/listitem.png
-doc/_themes/sphinx13/static/relbg.png
-doc/_themes/sphinx13/static/sphinx13.css
-doc/_themes/sphinx13/static/sphinxheader.png
-doc/ext/autodoc.rst
-doc/ext/autosectionlabel.rst
-doc/ext/autosummary.rst
-doc/ext/builtins.rst
-doc/ext/coverage.rst
-doc/ext/doctest.rst
-doc/ext/example_google.py
-doc/ext/example_google.rst
-doc/ext/example_numpy.py
-doc/ext/example_numpy.rst
-doc/ext/extlinks.rst
-doc/ext/githubpages.rst
-doc/ext/graphviz.rst
-doc/ext/ifconfig.rst
-doc/ext/inheritance.rst
-doc/ext/intersphinx.rst
-doc/ext/linkcode.rst
-doc/ext/math.rst
-doc/ext/napoleon.rst
-doc/ext/thirdparty.rst
-doc/ext/todo.rst
-doc/ext/viewcode.rst
-doc/extdev/appapi.rst
-doc/extdev/builderapi.rst
-doc/extdev/collectorapi.rst
-doc/extdev/domainapi.rst
-doc/extdev/envapi.rst
-doc/extdev/index.rst
-doc/extdev/logging.rst
-doc/extdev/markupapi.rst
-doc/extdev/nodes.rst
-doc/extdev/parserapi.rst
-doc/extdev/tutorial.rst
-doc/man/sphinx-apidoc.rst
-doc/man/sphinx-build.rst
-doc/man/sphinx-quickstart.rst
-doc/markup/code.rst
-doc/markup/index.rst
-doc/markup/inline.rst
-doc/markup/misc.rst
-doc/markup/para.rst
-doc/markup/toctree.rst
-doc/themes/agogo.png
-doc/themes/alabaster.png
-doc/themes/bizstyle.png
-doc/themes/classic.png
-doc/themes/haiku.png
-doc/themes/nature.png
-doc/themes/pyramid.png
-doc/themes/scrolls.png
-doc/themes/sphinx_rtd_theme.png
-doc/themes/sphinxdoc.png
-doc/themes/traditional.png
-doc/themes/fullsize/agogo.png
-doc/themes/fullsize/alabaster.png
-doc/themes/fullsize/bizstyle.png
-doc/themes/fullsize/classic.png
-doc/themes/fullsize/haiku.png
-doc/themes/fullsize/nature.png
-doc/themes/fullsize/pyramid.png
-doc/themes/fullsize/scrolls.png
-doc/themes/fullsize/sphinx_rtd_theme.png
-doc/themes/fullsize/sphinxdoc.png
-doc/themes/fullsize/traditional.png
-doc/web/api.rst
-doc/web/quickstart.rst
-doc/web/searchadapters.rst
-doc/web/storagebackends.rst
-sphinx/__init__.py
-sphinx/__main__.py
-sphinx/addnodes.py
-sphinx/apidoc.py
-sphinx/application.py
-sphinx/cmdline.py
-sphinx/config.py
-sphinx/deprecation.py
-sphinx/errors.py
-sphinx/events.py
-sphinx/highlighting.py
-sphinx/io.py
-sphinx/jinja2glue.py
-sphinx/make_mode.py
-sphinx/parsers.py
-sphinx/pygments_styles.py
-sphinx/quickstart.py
-sphinx/roles.py
-sphinx/setup_command.py
-sphinx/theming.py
-sphinx/versioning.py
-sphinx/builders/__init__.py
-sphinx/builders/applehelp.py
-sphinx/builders/changes.py
-sphinx/builders/devhelp.py
-sphinx/builders/dummy.py
-sphinx/builders/epub.py
-sphinx/builders/epub3.py
-sphinx/builders/gettext.py
-sphinx/builders/html.py
-sphinx/builders/htmlhelp.py
-sphinx/builders/latex.py
-sphinx/builders/linkcheck.py
-sphinx/builders/manpage.py
-sphinx/builders/qthelp.py
-sphinx/builders/texinfo.py
-sphinx/builders/text.py
-sphinx/builders/websupport.py
-sphinx/builders/xml.py
-sphinx/directives/__init__.py
-sphinx/directives/code.py
-sphinx/directives/other.py
-sphinx/directives/patches.py
-sphinx/domains/__init__.py
-sphinx/domains/c.py
-sphinx/domains/cpp.py
-sphinx/domains/javascript.py
-sphinx/domains/python.py
-sphinx/domains/rst.py
-sphinx/domains/std.py
-sphinx/environment/__init__.py
-sphinx/environment/adapters/__init__.py
-sphinx/environment/adapters/indexentries.py
-sphinx/environment/adapters/toctree.py
-sphinx/environment/collectors/__init__.py
-sphinx/environment/collectors/asset.py
-sphinx/environment/collectors/dependencies.py
-sphinx/environment/collectors/indexentries.py
-sphinx/environment/collectors/metadata.py
-sphinx/environment/collectors/title.py
-sphinx/environment/collectors/toctree.py
-sphinx/ext/__init__.py
-sphinx/ext/autodoc.py
-sphinx/ext/autosectionlabel.py
-sphinx/ext/coverage.py
-sphinx/ext/doctest.py
-sphinx/ext/extlinks.py
-sphinx/ext/githubpages.py
-sphinx/ext/graphviz.py
-sphinx/ext/ifconfig.py
-sphinx/ext/imgmath.py
-sphinx/ext/inheritance_diagram.py
-sphinx/ext/intersphinx.py
-sphinx/ext/jsmath.py
-sphinx/ext/linkcode.py
-sphinx/ext/mathbase.py
-sphinx/ext/mathjax.py
-sphinx/ext/pngmath.py
-sphinx/ext/todo.py
-sphinx/ext/viewcode.py
-sphinx/ext/autosummary/__init__.py
-sphinx/ext/autosummary/generate.py
-sphinx/ext/autosummary/templates/autosummary/base.rst
-sphinx/ext/autosummary/templates/autosummary/class.rst
-sphinx/ext/autosummary/templates/autosummary/module.rst
-sphinx/ext/napoleon/__init__.py
-sphinx/ext/napoleon/docstring.py
-sphinx/ext/napoleon/iterators.py
-sphinx/locale/__init__.py
-sphinx/locale/sphinx.pot
-sphinx/locale/bn/LC_MESSAGES/sphinx.js
-sphinx/locale/bn/LC_MESSAGES/sphinx.mo
-sphinx/locale/bn/LC_MESSAGES/sphinx.po
-sphinx/locale/ca/LC_MESSAGES/sphinx.js
-sphinx/locale/ca/LC_MESSAGES/sphinx.mo
-sphinx/locale/ca/LC_MESSAGES/sphinx.po
-sphinx/locale/cs/LC_MESSAGES/sphinx.js
-sphinx/locale/cs/LC_MESSAGES/sphinx.mo
-sphinx/locale/cs/LC_MESSAGES/sphinx.po
-sphinx/locale/cy/LC_MESSAGES/sphinx.js
-sphinx/locale/cy/LC_MESSAGES/sphinx.mo
-sphinx/locale/cy/LC_MESSAGES/sphinx.po
-sphinx/locale/da/LC_MESSAGES/sphinx.js
-sphinx/locale/da/LC_MESSAGES/sphinx.mo
-sphinx/locale/da/LC_MESSAGES/sphinx.po
-sphinx/locale/de/LC_MESSAGES/sphinx.js
-sphinx/locale/de/LC_MESSAGES/sphinx.mo
-sphinx/locale/de/LC_MESSAGES/sphinx.po
-sphinx/locale/el/LC_MESSAGES/sphinx.js
-sphinx/locale/el/LC_MESSAGES/sphinx.mo
-sphinx/locale/el/LC_MESSAGES/sphinx.po
-sphinx/locale/eo/LC_MESSAGES/sphinx.js
-sphinx/locale/eo/LC_MESSAGES/sphinx.mo
-sphinx/locale/eo/LC_MESSAGES/sphinx.po
-sphinx/locale/es/LC_MESSAGES/sphinx.js
-sphinx/locale/es/LC_MESSAGES/sphinx.mo
-sphinx/locale/es/LC_MESSAGES/sphinx.po
-sphinx/locale/et/LC_MESSAGES/sphinx.js
-sphinx/locale/et/LC_MESSAGES/sphinx.mo
-sphinx/locale/et/LC_MESSAGES/sphinx.po
-sphinx/locale/eu/LC_MESSAGES/sphinx.js
-sphinx/locale/eu/LC_MESSAGES/sphinx.mo
-sphinx/locale/eu/LC_MESSAGES/sphinx.po
-sphinx/locale/fa/LC_MESSAGES/sphinx.js
-sphinx/locale/fa/LC_MESSAGES/sphinx.mo
-sphinx/locale/fa/LC_MESSAGES/sphinx.po
-sphinx/locale/fi/LC_MESSAGES/sphinx.js
-sphinx/locale/fi/LC_MESSAGES/sphinx.mo
-sphinx/locale/fi/LC_MESSAGES/sphinx.po
-sphinx/locale/fr/LC_MESSAGES/sphinx.js
-sphinx/locale/fr/LC_MESSAGES/sphinx.mo
-sphinx/locale/fr/LC_MESSAGES/sphinx.po
-sphinx/locale/he/LC_MESSAGES/sphinx.js
-sphinx/locale/he/LC_MESSAGES/sphinx.mo
-sphinx/locale/he/LC_MESSAGES/sphinx.po
-sphinx/locale/hi/LC_MESSAGES/sphinx.js
-sphinx/locale/hi/LC_MESSAGES/sphinx.mo
-sphinx/locale/hi/LC_MESSAGES/sphinx.po
-sphinx/locale/hr/LC_MESSAGES/sphinx.js
-sphinx/locale/hr/LC_MESSAGES/sphinx.mo
-sphinx/locale/hr/LC_MESSAGES/sphinx.po
-sphinx/locale/hu/LC_MESSAGES/sphinx.js
-sphinx/locale/hu/LC_MESSAGES/sphinx.mo
-sphinx/locale/hu/LC_MESSAGES/sphinx.po
-sphinx/locale/id/LC_MESSAGES/sphinx.js
-sphinx/locale/id/LC_MESSAGES/sphinx.mo
-sphinx/locale/id/LC_MESSAGES/sphinx.po
-sphinx/locale/it/LC_MESSAGES/sphinx.js
-sphinx/locale/it/LC_MESSAGES/sphinx.mo
-sphinx/locale/it/LC_MESSAGES/sphinx.po
-sphinx/locale/ja/LC_MESSAGES/sphinx.js
-sphinx/locale/ja/LC_MESSAGES/sphinx.mo
-sphinx/locale/ja/LC_MESSAGES/sphinx.po
-sphinx/locale/ko/LC_MESSAGES/sphinx.js
-sphinx/locale/ko/LC_MESSAGES/sphinx.mo
-sphinx/locale/ko/LC_MESSAGES/sphinx.po
-sphinx/locale/lt/LC_MESSAGES/sphinx.js
-sphinx/locale/lt/LC_MESSAGES/sphinx.mo
-sphinx/locale/lt/LC_MESSAGES/sphinx.po
-sphinx/locale/lv/LC_MESSAGES/sphinx.js
-sphinx/locale/lv/LC_MESSAGES/sphinx.mo
-sphinx/locale/lv/LC_MESSAGES/sphinx.po
-sphinx/locale/mk/LC_MESSAGES/sphinx.js
-sphinx/locale/mk/LC_MESSAGES/sphinx.mo
-sphinx/locale/mk/LC_MESSAGES/sphinx.po
-sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js
-sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo
-sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po
-sphinx/locale/ne/LC_MESSAGES/sphinx.js
-sphinx/locale/ne/LC_MESSAGES/sphinx.mo
-sphinx/locale/ne/LC_MESSAGES/sphinx.po
-sphinx/locale/nl/LC_MESSAGES/sphinx.js
-sphinx/locale/nl/LC_MESSAGES/sphinx.mo
-sphinx/locale/nl/LC_MESSAGES/sphinx.po
-sphinx/locale/pl/LC_MESSAGES/sphinx.js
-sphinx/locale/pl/LC_MESSAGES/sphinx.mo
-sphinx/locale/pl/LC_MESSAGES/sphinx.po
-sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js
-sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo
-sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po
-sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js
-sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo
-sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po
-sphinx/locale/ro/LC_MESSAGES/sphinx.js
-sphinx/locale/ro/LC_MESSAGES/sphinx.mo
-sphinx/locale/ro/LC_MESSAGES/sphinx.po
-sphinx/locale/ru/LC_MESSAGES/sphinx.js
-sphinx/locale/ru/LC_MESSAGES/sphinx.mo
-sphinx/locale/ru/LC_MESSAGES/sphinx.po
-sphinx/locale/si/LC_MESSAGES/sphinx.js
-sphinx/locale/si/LC_MESSAGES/sphinx.mo
-sphinx/locale/si/LC_MESSAGES/sphinx.po
-sphinx/locale/sk/LC_MESSAGES/sphinx.js
-sphinx/locale/sk/LC_MESSAGES/sphinx.mo
-sphinx/locale/sk/LC_MESSAGES/sphinx.po
-sphinx/locale/sl/LC_MESSAGES/sphinx.js
-sphinx/locale/sl/LC_MESSAGES/sphinx.mo
-sphinx/locale/sl/LC_MESSAGES/sphinx.po
-sphinx/locale/sv/LC_MESSAGES/sphinx.js
-sphinx/locale/sv/LC_MESSAGES/sphinx.mo
-sphinx/locale/sv/LC_MESSAGES/sphinx.po
-sphinx/locale/tr/LC_MESSAGES/sphinx.js
-sphinx/locale/tr/LC_MESSAGES/sphinx.mo
-sphinx/locale/tr/LC_MESSAGES/sphinx.po
-sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js
-sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo
-sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po
-sphinx/locale/vi/LC_MESSAGES/sphinx.js
-sphinx/locale/vi/LC_MESSAGES/sphinx.mo
-sphinx/locale/vi/LC_MESSAGES/sphinx.po
-sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js
-sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo
-sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po
-sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js
-sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo
-sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po
-sphinx/pycode/Grammar-py2-sphinx1.4.pickle
-sphinx/pycode/Grammar-py2.pickle
-sphinx/pycode/Grammar-py2.txt
-sphinx/pycode/Grammar-py3.pickle
-sphinx/pycode/Grammar-py3.txt
-sphinx/pycode/__init__.py
-sphinx/pycode/nodes.py
-sphinx/pycode/pgen2/__init__.py
-sphinx/pycode/pgen2/driver.py
-sphinx/pycode/pgen2/grammar.py
-sphinx/pycode/pgen2/literals.py
-sphinx/pycode/pgen2/parse.c
-sphinx/pycode/pgen2/parse.py
-sphinx/pycode/pgen2/parse.pyx
-sphinx/pycode/pgen2/pgen.py
-sphinx/pycode/pgen2/token.py
-sphinx/pycode/pgen2/tokenize.py
-sphinx/search/__init__.py
-sphinx/search/da.py
-sphinx/search/de.py
-sphinx/search/en.py
-sphinx/search/es.py
-sphinx/search/fi.py
-sphinx/search/fr.py
-sphinx/search/hu.py
-sphinx/search/it.py
-sphinx/search/ja.py
-sphinx/search/jssplitter.py
-sphinx/search/nl.py
-sphinx/search/no.py
-sphinx/search/pt.py
-sphinx/search/ro.py
-sphinx/search/ru.py
-sphinx/search/sv.py
-sphinx/search/tr.py
-sphinx/search/zh.py
-sphinx/search/non-minified-js/danish-stemmer.js
-sphinx/search/non-minified-js/dutch-stemmer.js
-sphinx/search/non-minified-js/finnish-stemmer.js
-sphinx/search/non-minified-js/french-stemmer.js
-sphinx/search/non-minified-js/german-stemmer.js
-sphinx/search/non-minified-js/hungarian-stemmer.js
-sphinx/search/non-minified-js/italian-stemmer.js
-sphinx/search/non-minified-js/norwegian-stemmer.js
-sphinx/search/non-minified-js/porter-stemmer.js
-sphinx/search/non-minified-js/portuguese-stemmer.js
-sphinx/search/non-minified-js/romanian-stemmer.js
-sphinx/search/non-minified-js/russian-stemmer.js
-sphinx/search/non-minified-js/spanish-stemmer.js
-sphinx/search/non-minified-js/swedish-stemmer.js
-sphinx/search/non-minified-js/turkish-stemmer.js
-sphinx/templates/epub2/container.xml
-sphinx/templates/epub2/content.opf_t
-sphinx/templates/epub2/mimetype
-sphinx/templates/epub2/toc.ncx_t
-sphinx/templates/epub3/container.xml
-sphinx/templates/epub3/content.opf_t
-sphinx/templates/epub3/mimetype
-sphinx/templates/epub3/nav.xhtml_t
-sphinx/templates/epub3/toc.ncx_t
-sphinx/templates/latex/latex.tex_t
-sphinx/templates/latex/longtable.tex_t
-sphinx/templates/latex/tabular.tex_t
-sphinx/templates/latex/tabulary.tex_t
-sphinx/templates/quickstart/Makefile.new_t
-sphinx/templates/quickstart/Makefile_t
-sphinx/templates/quickstart/conf.py_t
-sphinx/templates/quickstart/make.bat.new_t
-sphinx/templates/quickstart/make.bat_t
-sphinx/templates/quickstart/master_doc.rst_t
-sphinx/texinputs/Makefile_t
-sphinx/texinputs/footnotehyper-sphinx.sty
-sphinx/texinputs/latexmkjarc
-sphinx/texinputs/latexmkrc
-sphinx/texinputs/python.ist
-sphinx/texinputs/sphinx.sty
-sphinx/texinputs/sphinxhowto.cls
-sphinx/texinputs/sphinxmanual.cls
-sphinx/texinputs/sphinxmulticell.sty
-sphinx/themes/agogo/layout.html
-sphinx/themes/agogo/theme.conf
-sphinx/themes/agogo/static/agogo.css_t
-sphinx/themes/agogo/static/bgfooter.png
-sphinx/themes/agogo/static/bgtop.png
-sphinx/themes/basic/domainindex.html
-sphinx/themes/basic/genindex-single.html
-sphinx/themes/basic/genindex-split.html
-sphinx/themes/basic/genindex.html
-sphinx/themes/basic/globaltoc.html
-sphinx/themes/basic/layout.html
-sphinx/themes/basic/localtoc.html
-sphinx/themes/basic/opensearch.xml
-sphinx/themes/basic/page.html
-sphinx/themes/basic/relations.html
-sphinx/themes/basic/search.html
-sphinx/themes/basic/searchbox.html
-sphinx/themes/basic/searchresults.html
-sphinx/themes/basic/sourcelink.html
-sphinx/themes/basic/theme.conf
-sphinx/themes/basic/changes/frameset.html
-sphinx/themes/basic/changes/rstsource.html
-sphinx/themes/basic/changes/versionchanges.html
-sphinx/themes/basic/static/ajax-loader.gif
-sphinx/themes/basic/static/basic.css_t
-sphinx/themes/basic/static/comment-bright.png
-sphinx/themes/basic/static/comment-close.png
-sphinx/themes/basic/static/comment.png
-sphinx/themes/basic/static/doctools.js_t
-sphinx/themes/basic/static/down-pressed.png
-sphinx/themes/basic/static/down.png
-sphinx/themes/basic/static/file.png
-sphinx/themes/basic/static/jquery-3.1.0.js
-sphinx/themes/basic/static/jquery.js
-sphinx/themes/basic/static/minus.png
-sphinx/themes/basic/static/plus.png
-sphinx/themes/basic/static/searchtools.js_t
-sphinx/themes/basic/static/underscore-1.3.1.js
-sphinx/themes/basic/static/underscore.js
-sphinx/themes/basic/static/up-pressed.png
-sphinx/themes/basic/static/up.png
-sphinx/themes/basic/static/websupport.js
-sphinx/themes/bizstyle/layout.html
-sphinx/themes/bizstyle/theme.conf
-sphinx/themes/bizstyle/static/background_b01.png
-sphinx/themes/bizstyle/static/bizstyle.css_t
-sphinx/themes/bizstyle/static/bizstyle.js_t
-sphinx/themes/bizstyle/static/css3-mediaqueries.js
-sphinx/themes/bizstyle/static/css3-mediaqueries_src.js
-sphinx/themes/classic/layout.html
-sphinx/themes/classic/theme.conf
-sphinx/themes/classic/static/classic.css_t
-sphinx/themes/classic/static/sidebar.js_t
-sphinx/themes/default/theme.conf
-sphinx/themes/default/static/default.css
-sphinx/themes/epub/epub-cover.html
-sphinx/themes/epub/layout.html
-sphinx/themes/epub/theme.conf
-sphinx/themes/epub/static/epub.css_t
-sphinx/themes/haiku/layout.html
-sphinx/themes/haiku/theme.conf
-sphinx/themes/haiku/static/alert_info_32.png
-sphinx/themes/haiku/static/alert_warning_32.png
-sphinx/themes/haiku/static/bg-page.png
-sphinx/themes/haiku/static/bullet_orange.png
-sphinx/themes/haiku/static/haiku.css_t
-sphinx/themes/nature/theme.conf
-sphinx/themes/nature/static/nature.css_t
-sphinx/themes/nonav/layout.html
-sphinx/themes/nonav/theme.conf
-sphinx/themes/nonav/static/nonav.css
-sphinx/themes/pyramid/layout.html
-sphinx/themes/pyramid/theme.conf
-sphinx/themes/pyramid/static/dialog-note.png
-sphinx/themes/pyramid/static/dialog-seealso.png
-sphinx/themes/pyramid/static/dialog-todo.png
-sphinx/themes/pyramid/static/dialog-topic.png
-sphinx/themes/pyramid/static/dialog-warning.png
-sphinx/themes/pyramid/static/epub.css
-sphinx/themes/pyramid/static/footerbg.png
-sphinx/themes/pyramid/static/headerbg.png
-sphinx/themes/pyramid/static/ie6.css
-sphinx/themes/pyramid/static/middlebg.png
-sphinx/themes/pyramid/static/pyramid.css_t
-sphinx/themes/pyramid/static/transparent.gif
-sphinx/themes/scrolls/layout.html
-sphinx/themes/scrolls/theme.conf
-sphinx/themes/scrolls/artwork/logo.svg
-sphinx/themes/scrolls/static/darkmetal.png
-sphinx/themes/scrolls/static/headerbg.png
-sphinx/themes/scrolls/static/logo.png
-sphinx/themes/scrolls/static/metal.png
-sphinx/themes/scrolls/static/navigation.png
-sphinx/themes/scrolls/static/print.css
-sphinx/themes/scrolls/static/scrolls.css_t
-sphinx/themes/scrolls/static/theme_extras.js
-sphinx/themes/scrolls/static/watermark.png
-sphinx/themes/scrolls/static/watermark_blur.png
-sphinx/themes/sphinxdoc/layout.html
-sphinx/themes/sphinxdoc/theme.conf
-sphinx/themes/sphinxdoc/static/contents.png
-sphinx/themes/sphinxdoc/static/navigation.png
-sphinx/themes/sphinxdoc/static/sphinxdoc.css_t
-sphinx/themes/traditional/theme.conf
-sphinx/themes/traditional/static/traditional.css_t
-sphinx/transforms/__init__.py
-sphinx/transforms/compact_bullet_list.py
-sphinx/transforms/i18n.py
-sphinx/transforms/post_transforms.py
-sphinx/util/__init__.py
-sphinx/util/compat.py
-sphinx/util/console.py
-sphinx/util/docfields.py
-sphinx/util/docstrings.py
-sphinx/util/docutils.py
-sphinx/util/fileutil.py
-sphinx/util/i18n.py
-sphinx/util/images.py
-sphinx/util/inspect.py
-sphinx/util/inventory.py
-sphinx/util/jsdump.py
-sphinx/util/jsonimpl.py
-sphinx/util/logging.py
-sphinx/util/matching.py
-sphinx/util/nodes.py
-sphinx/util/osutil.py
-sphinx/util/parallel.py
-sphinx/util/png.py
-sphinx/util/pycompat.py
-sphinx/util/requests.py
-sphinx/util/rst.py
-sphinx/util/smartypants.py
-sphinx/util/tags.py
-sphinx/util/template.py
-sphinx/util/texescape.py
-sphinx/util/typing.py
-sphinx/util/websupport.py
-sphinx/util/stemmer/__init__.py
-sphinx/util/stemmer/porter.py
-sphinx/websupport/__init__.py
-sphinx/websupport/errors.py
-sphinx/websupport/search/__init__.py
-sphinx/websupport/search/nullsearch.py
-sphinx/websupport/search/whooshsearch.py
-sphinx/websupport/search/xapiansearch.py
-sphinx/websupport/storage/__init__.py
-sphinx/websupport/storage/differ.py
-sphinx/websupport/storage/sqlalchemy_db.py
-sphinx/websupport/storage/sqlalchemystorage.py
-sphinx/writers/__init__.py
-sphinx/writers/html.py
-sphinx/writers/html5.py
-sphinx/writers/latex.py
-sphinx/writers/manpage.py
-sphinx/writers/texinfo.py
-sphinx/writers/text.py
-sphinx/writers/websupport.py
-sphinx/writers/xml.py
-tests/conftest.py
-tests/path.py
-tests/path.pyc
-tests/run.py
-tests/test_api_translator.py
-tests/test_apidoc.py
-tests/test_application.py
-tests/test_autodoc.py
-tests/test_build.py
-tests/test_build_applehelp.py
-tests/test_build_epub.py
-tests/test_build_gettext.py
-tests/test_build_html.py
-tests/test_build_html5.py
-tests/test_build_latex.py
-tests/test_build_linkcheck.py
-tests/test_build_manpage.py
-tests/test_build_texinfo.py
-tests/test_build_text.py
-tests/test_catalogs.py
-tests/test_config.py
-tests/test_correct_year.py
-tests/test_directive_code.py
-tests/test_directive_only.py
-tests/test_docutilsconf.py
-tests/test_domain_cpp.py
-tests/test_domain_js.py
-tests/test_domain_py.py
-tests/test_domain_rst.py
-tests/test_domain_std.py
-tests/test_environment.py
-tests/test_environment_indexentries.py
-tests/test_environment_toctree.py
-tests/test_ext_autodoc.py
-tests/test_ext_autosectionlabel.py
-tests/test_ext_autosummary.py
-tests/test_ext_coverage.py
-tests/test_ext_doctest.py
-tests/test_ext_githubpages.py
-tests/test_ext_graphviz.py
-tests/test_ext_ifconfig.py
-tests/test_ext_inheritance_diagram.py
-tests/test_ext_intersphinx.py
-tests/test_ext_math.py
-tests/test_ext_napoleon.py
-tests/test_ext_napoleon_docstring.py
-tests/test_ext_napoleon_iterators.py
-tests/test_ext_todo.py
-tests/test_ext_viewcode.py
-tests/test_highlighting.py
-tests/test_intl.py
-tests/test_markup.py
-tests/test_metadata.py
-tests/test_pycode.py
-tests/test_quickstart.py
-tests/test_search.py
-tests/test_searchadapters.py
-tests/test_setup_command.py
-tests/test_templating.py
-tests/test_theming.py
-tests/test_toctree.py
-tests/test_util.py
-tests/test_util_fileutil.py
-tests/test_util_i18n.py
-tests/test_util_inspect.py
-tests/test_util_inventory.py
-tests/test_util_jsdump.py
-tests/test_util_logging.py
-tests/test_util_matching.py
-tests/test_util_nodes.py
-tests/test_util_rst.py
-tests/test_versioning.py
-tests/test_websupport.py
-tests/test_writer_latex.py
-tests/typing_test_data.py
-tests/util.py
-tests/util.pyc
-tests/__pycache__/conftest.cpython-27-PYTEST.pyc
-tests/__pycache__/test_build_epub.cpython-27-PYTEST.pyc
-tests/build/basic/conf.py
-tests/build/basic/index.rst
-tests/build/footnotes/bar.rst
-tests/build/footnotes/baz.rst
-tests/build/footnotes/conf.py
-tests/build/footnotes/index.rst
-tests/build/footnotes/rimg.png
-tests/build/toctree/bar.rst
-tests/build/toctree/baz.rst
-tests/build/toctree/conf.py
-tests/build/toctree/foo.rst
-tests/build/toctree/index.rst
-tests/build/toctree/quux.rst
-tests/build/toctree/qux.rst
-tests/build/toctree/tocdepth.rst
-tests/etree13/ElementPath.py
-tests/etree13/ElementTree.py
-tests/py35/test_autodoc_py35.py
-tests/root/Makefile
-tests/root/autodoc.txt
-tests/root/autodoc_fodder.py
-tests/root/autodoc_missing_imports.py
-tests/root/bom.po
-tests/root/bom.txt
-tests/root/conf.py
-tests/root/contents.txt
-tests/root/ext.py
-tests/root/extapi.txt
-tests/root/extensions.txt
-tests/root/footnote.txt
-tests/root/images.txt
-tests/root/img.foo.png
-tests/root/img.gif
-tests/root/img.pdf
-tests/root/img.png
-tests/root/includes.txt
-tests/root/lists.txt
-tests/root/literal.inc
-tests/root/literal_orig.inc
-tests/root/markup.txt
-tests/root/math.txt
-tests/root/metadata.add
-tests/root/objects.txt
-tests/root/otherext.foo
-tests/root/parsermod.py
-tests/root/quotes.inc
-tests/root/rimg.png
-tests/root/robots.txt
-tests/root/subdir.po
-tests/root/svgimg.pdf
-tests/root/svgimg.svg
-tests/root/tabs.inc
-tests/root/templated.css_t
-tests/root/test.inc
-tests/root/wrongenc.inc
-tests/root/ziptheme.zip
-tests/root/_static/README
-tests/root/_static/excluded.css
-tests/root/_static/subdir/foo.css
-tests/root/_templates/contentssb.html
-tests/root/_templates/customsb.html
-tests/root/_templates/layout.html
-tests/root/en.lproj/localized.txt
-tests/root/pep_0420/a/b/c/__init__.py
-tests/root/pep_0420/a/b/c/d.py
-tests/root/pep_0420/a/b/x/y.py
-tests/root/special/api.h
-tests/root/special/code.py
-tests/root/subdir/excluded.txt
-tests/root/subdir/images.txt
-tests/root/subdir/img.png
-tests/root/subdir/include.inc
-tests/root/subdir/includes.txt
-tests/root/subdir/simg.png
-tests/root/testtheme/layout.html
-tests/root/testtheme/theme.conf
-tests/root/testtheme/static/staticimg.png
-tests/root/testtheme/static/statictmpl.html_t
-tests/roots/test-add_enumerable_node/conf.py
-tests/roots/test-add_enumerable_node/enumerable_node.py
-tests/roots/test-add_enumerable_node/index.rst
-tests/roots/test-add_enumerable_node/rimg.png
-tests/roots/test-add_source_parser/conf.py
-tests/roots/test-add_source_parser/source_parser.py
-tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py
-tests/roots/test-add_source_parser-conflicts-with-users-setting/source_parser.py
-tests/roots/test-api-set-translator/conf.py
-tests/roots/test-api-set-translator/index.rst
-tests/roots/test-api-set-translator/translator.py
-tests/roots/test-api-set-translator/nonext/conf.py
-tests/roots/test-autosummary/conf.py
-tests/roots/test-autosummary/contents.rst
-tests/roots/test-autosummary/dummy_module.py
-tests/roots/test-autosummary/sphinx.rst
-tests/roots/test-basic/conf.py
-tests/roots/test-basic/index.rst
-tests/roots/test-build-html-translator/conf.py
-tests/roots/test-build-html-translator/index.rst
-tests/roots/test-build-text/conf.py
-tests/roots/test-build-text/contents.txt
-tests/roots/test-build-text/lineblock.txt
-tests/roots/test-build-text/listitems.txt
-tests/roots/test-build-text/maxwidth.txt
-tests/roots/test-build-text/nonascii_maxwidth.txt
-tests/roots/test-build-text/nonascii_table.txt
-tests/roots/test-build-text/nonascii_title.txt
-tests/roots/test-build-text/table.txt
-tests/roots/test-circular/conf.py
-tests/roots/test-circular/contents.rst
-tests/roots/test-circular/sub.rst
-tests/roots/test-config/conf.py
-tests/roots/test-correct-year/conf.py
-tests/roots/test-correct-year/contents.rst
-tests/roots/test-directive-code/caption.rst
-tests/roots/test-directive-code/classes.rst
-tests/roots/test-directive-code/conf.py
-tests/roots/test-directive-code/empty.inc
-tests/roots/test-directive-code/index.rst
-tests/roots/test-directive-code/linenos.rst
-tests/roots/test-directive-code/literal-diff.inc
-tests/roots/test-directive-code/literal.inc
-tests/roots/test-directive-code/namedblocks.rst
-tests/roots/test-directive-code/py-decorators.inc
-tests/roots/test-directive-code/py-decorators.rst
-tests/roots/test-directive-code/python.rst
-tests/roots/test-directive-code/target.py
-tests/roots/test-directive-only/conf.py
-tests/roots/test-directive-only/contents.rst
-tests/roots/test-directive-only/only.rst
-tests/roots/test-doctest/conf.py
... 370 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git



More information about the Python-modules-commits mailing list