From 9198069739b1611b8add182ee5c43b397d9a66b6 Mon Sep 17 00:00:00 2001 From: t2y Date: Wed, 6 Jun 2012 08:52:53 +0900 Subject: [PATCH] added "docs/en" directory and moved --- .hgignore | 2 +- doc/{ => en}/Makefile | 0 doc/{ => en}/_static/sphinxdoc.css | 0 doc/{ => en}/_templates/indexsidebar.html | 0 doc/{ => en}/_templates/layout.html | 0 doc/{ => en}/_templates/localtoc.html | 0 doc/{ => en}/_templates/searchbox.html | 0 doc/{ => en}/announce/index.txt | 0 doc/{ => en}/announce/release-2.0.0.txt | 0 doc/{ => en}/announce/release-2.0.1.txt | 0 doc/{ => en}/announce/release-2.0.2.txt | 0 doc/{ => en}/announce/release-2.0.3.txt | 0 doc/{ => en}/announce/release-2.1.0.txt | 0 doc/{ => en}/announce/release-2.1.1.txt | 0 doc/{ => en}/announce/release-2.1.2.txt | 0 doc/{ => en}/announce/release-2.1.3.txt | 0 doc/{ => en}/announce/release-2.2.0.txt | 0 doc/{ => en}/announce/release-2.2.1.txt | 0 doc/{ => en}/announce/release-2.2.2.txt | 0 doc/{ => en}/announce/release-2.2.4.txt | 0 doc/{ => en}/apiref.txt | 0 doc/{ => en}/assert.txt | 0 doc/{ => en}/builtin.txt | 0 doc/{ => en}/capture.txt | 0 doc/{ => en}/changelog.txt | 0 doc/{ => en}/check_sphinx.py | 0 doc/{ => en}/conf.py | 0 doc/{ => en}/conftest.py | 0 doc/{ => en}/contact.txt | 0 doc/{ => en}/contents.txt | 0 doc/{ => en}/customize.txt | 0 doc/{ => en}/develop.txt | 0 doc/{ => en}/doctest.txt | 0 doc/{ => en}/example/assertion/failure_demo.py | 0 .../assertion/global_testmodule_config/conftest.py | 0 .../global_testmodule_config/test_hello.py | 0 doc/{ => en}/example/assertion/test_failures.py | 0 .../example/assertion/test_setup_flow_example.py | 0 doc/{ => en}/example/attic.txt | 0 doc/{ => en}/example/conftest.py | 0 doc/{ => en}/example/costlysetup/conftest.py | 0 doc/{ => en}/example/costlysetup/sub1/__init__.py | 0 doc/{ => en}/example/costlysetup/sub1/test_quick.py | 0 doc/{ => en}/example/costlysetup/sub2/__init__.py | 0 doc/{ => en}/example/costlysetup/sub2/test_two.py | 0 doc/{ => en}/example/index.txt | 0 doc/{ => en}/example/layout1/setup.cfg | 0 doc/{ => en}/example/markers.txt | 0 doc/{ => en}/example/multipython.py | 0 doc/{ => en}/example/mysetup.txt | 0 doc/{ => en}/example/nonpython.txt | 0 doc/{ => en}/example/nonpython/__init__.py | 0 doc/{ => en}/example/nonpython/conftest.py | 0 doc/{ => en}/example/nonpython/test_simple.yml | 0 doc/{ => en}/example/parametrize.txt | 0 doc/{ => en}/example/py2py3/conftest.py | 0 doc/{ => en}/example/py2py3/test_py2.py | 0 doc/{ => en}/example/py2py3/test_py3.py | 0 doc/{ => en}/example/pythoncollection.py | 0 doc/{ => en}/example/pythoncollection.txt | 0 doc/{ => en}/example/reportingdemo.txt | 0 doc/{ => en}/example/simple.txt | 0 doc/{ => en}/example/xfail_demo.py | 0 doc/{ => en}/faq.txt | 0 doc/{ => en}/feedback.rst | 0 doc/{ => en}/funcargs.txt | 0 doc/{ => en}/getting-started.txt | 0 doc/{ => en}/goodpractises.txt | 0 doc/{ => en}/img/pylib.png | Bin doc/{ => en}/index.txt | 0 doc/{ => en}/links.inc | 0 doc/{ => en}/mark.txt | 0 doc/{ => en}/monkeypatch.txt | 0 doc/{ => en}/naming20.txt | 0 doc/{ => en}/nose.txt | 0 doc/{ => en}/overview.txt | 0 doc/{ => en}/plugins.txt | 0 doc/{ => en}/projects.txt | 0 doc/{ => en}/pytest.ini | 0 doc/{ => en}/recwarn.txt | 0 doc/{ => en}/skipping.txt | 0 doc/{ => en}/talks.txt | 0 doc/{ => en}/test/attic.txt | 0 doc/{ => en}/test/config.html | 0 doc/{ => en}/test/dist.html | 0 doc/{ => en}/test/extend.html | 0 doc/{ => en}/test/index.txt | 0 doc/{ => en}/test/mission.txt | 0 doc/{ => en}/test/plugin/cov.txt | 0 doc/{ => en}/test/plugin/coverage.txt | 0 doc/{ => en}/test/plugin/django.txt | 0 doc/{ => en}/test/plugin/figleaf.txt | 0 doc/{ => en}/test/plugin/genscript.txt | 0 doc/{ => en}/test/plugin/helpconfig.txt | 0 doc/{ => en}/test/plugin/index.txt | 0 doc/{ => en}/test/plugin/links.txt | 0 doc/{ => en}/test/plugin/nose.txt | 0 doc/{ => en}/test/plugin/oejskit.txt | 0 doc/{ => en}/test/plugin/terminal.txt | 0 doc/{ => en}/test/plugin/xdist.txt | 0 doc/{ => en}/test/test.html | 0 doc/{ => en}/tmpdir.txt | 0 doc/{ => en}/unittest.txt | 0 doc/{ => en}/usage.txt | 0 doc/{ => en}/xdist.txt | 0 doc/{ => en}/xunit_setup.txt | 0 106 files changed, 1 insertion(+), 1 deletion(-) rename doc/{ => en}/Makefile (100%) rename doc/{ => en}/_static/sphinxdoc.css (100%) rename doc/{ => en}/_templates/indexsidebar.html (100%) rename doc/{ => en}/_templates/layout.html (100%) rename doc/{ => en}/_templates/localtoc.html (100%) rename doc/{ => en}/_templates/searchbox.html (100%) rename doc/{ => en}/announce/index.txt (100%) rename doc/{ => en}/announce/release-2.0.0.txt (100%) rename doc/{ => en}/announce/release-2.0.1.txt (100%) rename doc/{ => en}/announce/release-2.0.2.txt (100%) rename doc/{ => en}/announce/release-2.0.3.txt (100%) rename doc/{ => en}/announce/release-2.1.0.txt (100%) rename doc/{ => en}/announce/release-2.1.1.txt (100%) rename doc/{ => en}/announce/release-2.1.2.txt (100%) rename doc/{ => en}/announce/release-2.1.3.txt (100%) rename doc/{ => en}/announce/release-2.2.0.txt (100%) rename doc/{ => en}/announce/release-2.2.1.txt (100%) rename doc/{ => en}/announce/release-2.2.2.txt (100%) rename doc/{ => en}/announce/release-2.2.4.txt (100%) rename doc/{ => en}/apiref.txt (100%) rename doc/{ => en}/assert.txt (100%) rename doc/{ => en}/builtin.txt (100%) rename doc/{ => en}/capture.txt (100%) rename doc/{ => en}/changelog.txt (100%) rename doc/{ => en}/check_sphinx.py (100%) rename doc/{ => en}/conf.py (100%) rename doc/{ => en}/conftest.py (100%) rename doc/{ => en}/contact.txt (100%) rename doc/{ => en}/contents.txt (100%) rename doc/{ => en}/customize.txt (100%) rename doc/{ => en}/develop.txt (100%) rename doc/{ => en}/doctest.txt (100%) rename doc/{ => en}/example/assertion/failure_demo.py (100%) rename doc/{ => en}/example/assertion/global_testmodule_config/conftest.py (100%) rename doc/{ => en}/example/assertion/global_testmodule_config/test_hello.py (100%) rename doc/{ => en}/example/assertion/test_failures.py (100%) rename doc/{ => en}/example/assertion/test_setup_flow_example.py (100%) rename doc/{ => en}/example/attic.txt (100%) rename doc/{ => en}/example/conftest.py (100%) rename doc/{ => en}/example/costlysetup/conftest.py (100%) rename doc/{ => en}/example/costlysetup/sub1/__init__.py (100%) rename doc/{ => en}/example/costlysetup/sub1/test_quick.py (100%) rename doc/{ => en}/example/costlysetup/sub2/__init__.py (100%) rename doc/{ => en}/example/costlysetup/sub2/test_two.py (100%) rename doc/{ => en}/example/index.txt (100%) rename doc/{ => en}/example/layout1/setup.cfg (100%) rename doc/{ => en}/example/markers.txt (100%) rename doc/{ => en}/example/multipython.py (100%) rename doc/{ => en}/example/mysetup.txt (100%) rename doc/{ => en}/example/nonpython.txt (100%) rename doc/{ => en}/example/nonpython/__init__.py (100%) rename doc/{ => en}/example/nonpython/conftest.py (100%) rename doc/{ => en}/example/nonpython/test_simple.yml (100%) rename doc/{ => en}/example/parametrize.txt (100%) rename doc/{ => en}/example/py2py3/conftest.py (100%) rename doc/{ => en}/example/py2py3/test_py2.py (100%) rename doc/{ => en}/example/py2py3/test_py3.py (100%) rename doc/{ => en}/example/pythoncollection.py (100%) rename doc/{ => en}/example/pythoncollection.txt (100%) rename doc/{ => en}/example/reportingdemo.txt (100%) rename doc/{ => en}/example/simple.txt (100%) rename doc/{ => en}/example/xfail_demo.py (100%) rename doc/{ => en}/faq.txt (100%) rename doc/{ => en}/feedback.rst (100%) rename doc/{ => en}/funcargs.txt (100%) rename doc/{ => en}/getting-started.txt (100%) rename doc/{ => en}/goodpractises.txt (100%) rename doc/{ => en}/img/pylib.png (100%) rename doc/{ => en}/index.txt (100%) rename doc/{ => en}/links.inc (100%) rename doc/{ => en}/mark.txt (100%) rename doc/{ => en}/monkeypatch.txt (100%) rename doc/{ => en}/naming20.txt (100%) rename doc/{ => en}/nose.txt (100%) rename doc/{ => en}/overview.txt (100%) rename doc/{ => en}/plugins.txt (100%) rename doc/{ => en}/projects.txt (100%) rename doc/{ => en}/pytest.ini (100%) rename doc/{ => en}/recwarn.txt (100%) rename doc/{ => en}/skipping.txt (100%) rename doc/{ => en}/talks.txt (100%) rename doc/{ => en}/test/attic.txt (100%) rename doc/{ => en}/test/config.html (100%) rename doc/{ => en}/test/dist.html (100%) rename doc/{ => en}/test/extend.html (100%) rename doc/{ => en}/test/index.txt (100%) rename doc/{ => en}/test/mission.txt (100%) rename doc/{ => en}/test/plugin/cov.txt (100%) rename doc/{ => en}/test/plugin/coverage.txt (100%) rename doc/{ => en}/test/plugin/django.txt (100%) rename doc/{ => en}/test/plugin/figleaf.txt (100%) rename doc/{ => en}/test/plugin/genscript.txt (100%) rename doc/{ => en}/test/plugin/helpconfig.txt (100%) rename doc/{ => en}/test/plugin/index.txt (100%) rename doc/{ => en}/test/plugin/links.txt (100%) rename doc/{ => en}/test/plugin/nose.txt (100%) rename doc/{ => en}/test/plugin/oejskit.txt (100%) rename doc/{ => en}/test/plugin/terminal.txt (100%) rename doc/{ => en}/test/plugin/xdist.txt (100%) rename doc/{ => en}/test/test.html (100%) rename doc/{ => en}/tmpdir.txt (100%) rename doc/{ => en}/unittest.txt (100%) rename doc/{ => en}/usage.txt (100%) rename doc/{ => en}/xdist.txt (100%) rename doc/{ => en}/xunit_setup.txt (100%) diff --git a/.hgignore b/.hgignore index 0e2e8e3b7..bc8cce8a3 100644 --- a/.hgignore +++ b/.hgignore @@ -15,7 +15,7 @@ syntax:glob *.orig *~ -doc/_build +doc/*/_build build/ dist/ *.egg-info diff --git a/doc/Makefile b/doc/en/Makefile similarity index 100% rename from doc/Makefile rename to doc/en/Makefile diff --git a/doc/_static/sphinxdoc.css b/doc/en/_static/sphinxdoc.css similarity index 100% rename from doc/_static/sphinxdoc.css rename to doc/en/_static/sphinxdoc.css diff --git a/doc/_templates/indexsidebar.html b/doc/en/_templates/indexsidebar.html similarity index 100% rename from doc/_templates/indexsidebar.html rename to doc/en/_templates/indexsidebar.html diff --git a/doc/_templates/layout.html b/doc/en/_templates/layout.html similarity index 100% rename from doc/_templates/layout.html rename to doc/en/_templates/layout.html diff --git a/doc/_templates/localtoc.html b/doc/en/_templates/localtoc.html similarity index 100% rename from doc/_templates/localtoc.html rename to doc/en/_templates/localtoc.html diff --git a/doc/_templates/searchbox.html b/doc/en/_templates/searchbox.html similarity index 100% rename from doc/_templates/searchbox.html rename to doc/en/_templates/searchbox.html diff --git a/doc/announce/index.txt b/doc/en/announce/index.txt similarity index 100% rename from doc/announce/index.txt rename to doc/en/announce/index.txt diff --git a/doc/announce/release-2.0.0.txt b/doc/en/announce/release-2.0.0.txt similarity index 100% rename from doc/announce/release-2.0.0.txt rename to doc/en/announce/release-2.0.0.txt diff --git a/doc/announce/release-2.0.1.txt b/doc/en/announce/release-2.0.1.txt similarity index 100% rename from doc/announce/release-2.0.1.txt rename to doc/en/announce/release-2.0.1.txt diff --git a/doc/announce/release-2.0.2.txt b/doc/en/announce/release-2.0.2.txt similarity index 100% rename from doc/announce/release-2.0.2.txt rename to doc/en/announce/release-2.0.2.txt diff --git a/doc/announce/release-2.0.3.txt b/doc/en/announce/release-2.0.3.txt similarity index 100% rename from doc/announce/release-2.0.3.txt rename to doc/en/announce/release-2.0.3.txt diff --git a/doc/announce/release-2.1.0.txt b/doc/en/announce/release-2.1.0.txt similarity index 100% rename from doc/announce/release-2.1.0.txt rename to doc/en/announce/release-2.1.0.txt diff --git a/doc/announce/release-2.1.1.txt b/doc/en/announce/release-2.1.1.txt similarity index 100% rename from doc/announce/release-2.1.1.txt rename to doc/en/announce/release-2.1.1.txt diff --git a/doc/announce/release-2.1.2.txt b/doc/en/announce/release-2.1.2.txt similarity index 100% rename from doc/announce/release-2.1.2.txt rename to doc/en/announce/release-2.1.2.txt diff --git a/doc/announce/release-2.1.3.txt b/doc/en/announce/release-2.1.3.txt similarity index 100% rename from doc/announce/release-2.1.3.txt rename to doc/en/announce/release-2.1.3.txt diff --git a/doc/announce/release-2.2.0.txt b/doc/en/announce/release-2.2.0.txt similarity index 100% rename from doc/announce/release-2.2.0.txt rename to doc/en/announce/release-2.2.0.txt diff --git a/doc/announce/release-2.2.1.txt b/doc/en/announce/release-2.2.1.txt similarity index 100% rename from doc/announce/release-2.2.1.txt rename to doc/en/announce/release-2.2.1.txt diff --git a/doc/announce/release-2.2.2.txt b/doc/en/announce/release-2.2.2.txt similarity index 100% rename from doc/announce/release-2.2.2.txt rename to doc/en/announce/release-2.2.2.txt diff --git a/doc/announce/release-2.2.4.txt b/doc/en/announce/release-2.2.4.txt similarity index 100% rename from doc/announce/release-2.2.4.txt rename to doc/en/announce/release-2.2.4.txt diff --git a/doc/apiref.txt b/doc/en/apiref.txt similarity index 100% rename from doc/apiref.txt rename to doc/en/apiref.txt diff --git a/doc/assert.txt b/doc/en/assert.txt similarity index 100% rename from doc/assert.txt rename to doc/en/assert.txt diff --git a/doc/builtin.txt b/doc/en/builtin.txt similarity index 100% rename from doc/builtin.txt rename to doc/en/builtin.txt diff --git a/doc/capture.txt b/doc/en/capture.txt similarity index 100% rename from doc/capture.txt rename to doc/en/capture.txt diff --git a/doc/changelog.txt b/doc/en/changelog.txt similarity index 100% rename from doc/changelog.txt rename to doc/en/changelog.txt diff --git a/doc/check_sphinx.py b/doc/en/check_sphinx.py similarity index 100% rename from doc/check_sphinx.py rename to doc/en/check_sphinx.py diff --git a/doc/conf.py b/doc/en/conf.py similarity index 100% rename from doc/conf.py rename to doc/en/conf.py diff --git a/doc/conftest.py b/doc/en/conftest.py similarity index 100% rename from doc/conftest.py rename to doc/en/conftest.py diff --git a/doc/contact.txt b/doc/en/contact.txt similarity index 100% rename from doc/contact.txt rename to doc/en/contact.txt diff --git a/doc/contents.txt b/doc/en/contents.txt similarity index 100% rename from doc/contents.txt rename to doc/en/contents.txt diff --git a/doc/customize.txt b/doc/en/customize.txt similarity index 100% rename from doc/customize.txt rename to doc/en/customize.txt diff --git a/doc/develop.txt b/doc/en/develop.txt similarity index 100% rename from doc/develop.txt rename to doc/en/develop.txt diff --git a/doc/doctest.txt b/doc/en/doctest.txt similarity index 100% rename from doc/doctest.txt rename to doc/en/doctest.txt diff --git a/doc/example/assertion/failure_demo.py b/doc/en/example/assertion/failure_demo.py similarity index 100% rename from doc/example/assertion/failure_demo.py rename to doc/en/example/assertion/failure_demo.py diff --git a/doc/example/assertion/global_testmodule_config/conftest.py b/doc/en/example/assertion/global_testmodule_config/conftest.py similarity index 100% rename from doc/example/assertion/global_testmodule_config/conftest.py rename to doc/en/example/assertion/global_testmodule_config/conftest.py diff --git a/doc/example/assertion/global_testmodule_config/test_hello.py b/doc/en/example/assertion/global_testmodule_config/test_hello.py similarity index 100% rename from doc/example/assertion/global_testmodule_config/test_hello.py rename to doc/en/example/assertion/global_testmodule_config/test_hello.py diff --git a/doc/example/assertion/test_failures.py b/doc/en/example/assertion/test_failures.py similarity index 100% rename from doc/example/assertion/test_failures.py rename to doc/en/example/assertion/test_failures.py diff --git a/doc/example/assertion/test_setup_flow_example.py b/doc/en/example/assertion/test_setup_flow_example.py similarity index 100% rename from doc/example/assertion/test_setup_flow_example.py rename to doc/en/example/assertion/test_setup_flow_example.py diff --git a/doc/example/attic.txt b/doc/en/example/attic.txt similarity index 100% rename from doc/example/attic.txt rename to doc/en/example/attic.txt diff --git a/doc/example/conftest.py b/doc/en/example/conftest.py similarity index 100% rename from doc/example/conftest.py rename to doc/en/example/conftest.py diff --git a/doc/example/costlysetup/conftest.py b/doc/en/example/costlysetup/conftest.py similarity index 100% rename from doc/example/costlysetup/conftest.py rename to doc/en/example/costlysetup/conftest.py diff --git a/doc/example/costlysetup/sub1/__init__.py b/doc/en/example/costlysetup/sub1/__init__.py similarity index 100% rename from doc/example/costlysetup/sub1/__init__.py rename to doc/en/example/costlysetup/sub1/__init__.py diff --git a/doc/example/costlysetup/sub1/test_quick.py b/doc/en/example/costlysetup/sub1/test_quick.py similarity index 100% rename from doc/example/costlysetup/sub1/test_quick.py rename to doc/en/example/costlysetup/sub1/test_quick.py diff --git a/doc/example/costlysetup/sub2/__init__.py b/doc/en/example/costlysetup/sub2/__init__.py similarity index 100% rename from doc/example/costlysetup/sub2/__init__.py rename to doc/en/example/costlysetup/sub2/__init__.py diff --git a/doc/example/costlysetup/sub2/test_two.py b/doc/en/example/costlysetup/sub2/test_two.py similarity index 100% rename from doc/example/costlysetup/sub2/test_two.py rename to doc/en/example/costlysetup/sub2/test_two.py diff --git a/doc/example/index.txt b/doc/en/example/index.txt similarity index 100% rename from doc/example/index.txt rename to doc/en/example/index.txt diff --git a/doc/example/layout1/setup.cfg b/doc/en/example/layout1/setup.cfg similarity index 100% rename from doc/example/layout1/setup.cfg rename to doc/en/example/layout1/setup.cfg diff --git a/doc/example/markers.txt b/doc/en/example/markers.txt similarity index 100% rename from doc/example/markers.txt rename to doc/en/example/markers.txt diff --git a/doc/example/multipython.py b/doc/en/example/multipython.py similarity index 100% rename from doc/example/multipython.py rename to doc/en/example/multipython.py diff --git a/doc/example/mysetup.txt b/doc/en/example/mysetup.txt similarity index 100% rename from doc/example/mysetup.txt rename to doc/en/example/mysetup.txt diff --git a/doc/example/nonpython.txt b/doc/en/example/nonpython.txt similarity index 100% rename from doc/example/nonpython.txt rename to doc/en/example/nonpython.txt diff --git a/doc/example/nonpython/__init__.py b/doc/en/example/nonpython/__init__.py similarity index 100% rename from doc/example/nonpython/__init__.py rename to doc/en/example/nonpython/__init__.py diff --git a/doc/example/nonpython/conftest.py b/doc/en/example/nonpython/conftest.py similarity index 100% rename from doc/example/nonpython/conftest.py rename to doc/en/example/nonpython/conftest.py diff --git a/doc/example/nonpython/test_simple.yml b/doc/en/example/nonpython/test_simple.yml similarity index 100% rename from doc/example/nonpython/test_simple.yml rename to doc/en/example/nonpython/test_simple.yml diff --git a/doc/example/parametrize.txt b/doc/en/example/parametrize.txt similarity index 100% rename from doc/example/parametrize.txt rename to doc/en/example/parametrize.txt diff --git a/doc/example/py2py3/conftest.py b/doc/en/example/py2py3/conftest.py similarity index 100% rename from doc/example/py2py3/conftest.py rename to doc/en/example/py2py3/conftest.py diff --git a/doc/example/py2py3/test_py2.py b/doc/en/example/py2py3/test_py2.py similarity index 100% rename from doc/example/py2py3/test_py2.py rename to doc/en/example/py2py3/test_py2.py diff --git a/doc/example/py2py3/test_py3.py b/doc/en/example/py2py3/test_py3.py similarity index 100% rename from doc/example/py2py3/test_py3.py rename to doc/en/example/py2py3/test_py3.py diff --git a/doc/example/pythoncollection.py b/doc/en/example/pythoncollection.py similarity index 100% rename from doc/example/pythoncollection.py rename to doc/en/example/pythoncollection.py diff --git a/doc/example/pythoncollection.txt b/doc/en/example/pythoncollection.txt similarity index 100% rename from doc/example/pythoncollection.txt rename to doc/en/example/pythoncollection.txt diff --git a/doc/example/reportingdemo.txt b/doc/en/example/reportingdemo.txt similarity index 100% rename from doc/example/reportingdemo.txt rename to doc/en/example/reportingdemo.txt diff --git a/doc/example/simple.txt b/doc/en/example/simple.txt similarity index 100% rename from doc/example/simple.txt rename to doc/en/example/simple.txt diff --git a/doc/example/xfail_demo.py b/doc/en/example/xfail_demo.py similarity index 100% rename from doc/example/xfail_demo.py rename to doc/en/example/xfail_demo.py diff --git a/doc/faq.txt b/doc/en/faq.txt similarity index 100% rename from doc/faq.txt rename to doc/en/faq.txt diff --git a/doc/feedback.rst b/doc/en/feedback.rst similarity index 100% rename from doc/feedback.rst rename to doc/en/feedback.rst diff --git a/doc/funcargs.txt b/doc/en/funcargs.txt similarity index 100% rename from doc/funcargs.txt rename to doc/en/funcargs.txt diff --git a/doc/getting-started.txt b/doc/en/getting-started.txt similarity index 100% rename from doc/getting-started.txt rename to doc/en/getting-started.txt diff --git a/doc/goodpractises.txt b/doc/en/goodpractises.txt similarity index 100% rename from doc/goodpractises.txt rename to doc/en/goodpractises.txt diff --git a/doc/img/pylib.png b/doc/en/img/pylib.png similarity index 100% rename from doc/img/pylib.png rename to doc/en/img/pylib.png diff --git a/doc/index.txt b/doc/en/index.txt similarity index 100% rename from doc/index.txt rename to doc/en/index.txt diff --git a/doc/links.inc b/doc/en/links.inc similarity index 100% rename from doc/links.inc rename to doc/en/links.inc diff --git a/doc/mark.txt b/doc/en/mark.txt similarity index 100% rename from doc/mark.txt rename to doc/en/mark.txt diff --git a/doc/monkeypatch.txt b/doc/en/monkeypatch.txt similarity index 100% rename from doc/monkeypatch.txt rename to doc/en/monkeypatch.txt diff --git a/doc/naming20.txt b/doc/en/naming20.txt similarity index 100% rename from doc/naming20.txt rename to doc/en/naming20.txt diff --git a/doc/nose.txt b/doc/en/nose.txt similarity index 100% rename from doc/nose.txt rename to doc/en/nose.txt diff --git a/doc/overview.txt b/doc/en/overview.txt similarity index 100% rename from doc/overview.txt rename to doc/en/overview.txt diff --git a/doc/plugins.txt b/doc/en/plugins.txt similarity index 100% rename from doc/plugins.txt rename to doc/en/plugins.txt diff --git a/doc/projects.txt b/doc/en/projects.txt similarity index 100% rename from doc/projects.txt rename to doc/en/projects.txt diff --git a/doc/pytest.ini b/doc/en/pytest.ini similarity index 100% rename from doc/pytest.ini rename to doc/en/pytest.ini diff --git a/doc/recwarn.txt b/doc/en/recwarn.txt similarity index 100% rename from doc/recwarn.txt rename to doc/en/recwarn.txt diff --git a/doc/skipping.txt b/doc/en/skipping.txt similarity index 100% rename from doc/skipping.txt rename to doc/en/skipping.txt diff --git a/doc/talks.txt b/doc/en/talks.txt similarity index 100% rename from doc/talks.txt rename to doc/en/talks.txt diff --git a/doc/test/attic.txt b/doc/en/test/attic.txt similarity index 100% rename from doc/test/attic.txt rename to doc/en/test/attic.txt diff --git a/doc/test/config.html b/doc/en/test/config.html similarity index 100% rename from doc/test/config.html rename to doc/en/test/config.html diff --git a/doc/test/dist.html b/doc/en/test/dist.html similarity index 100% rename from doc/test/dist.html rename to doc/en/test/dist.html diff --git a/doc/test/extend.html b/doc/en/test/extend.html similarity index 100% rename from doc/test/extend.html rename to doc/en/test/extend.html diff --git a/doc/test/index.txt b/doc/en/test/index.txt similarity index 100% rename from doc/test/index.txt rename to doc/en/test/index.txt diff --git a/doc/test/mission.txt b/doc/en/test/mission.txt similarity index 100% rename from doc/test/mission.txt rename to doc/en/test/mission.txt diff --git a/doc/test/plugin/cov.txt b/doc/en/test/plugin/cov.txt similarity index 100% rename from doc/test/plugin/cov.txt rename to doc/en/test/plugin/cov.txt diff --git a/doc/test/plugin/coverage.txt b/doc/en/test/plugin/coverage.txt similarity index 100% rename from doc/test/plugin/coverage.txt rename to doc/en/test/plugin/coverage.txt diff --git a/doc/test/plugin/django.txt b/doc/en/test/plugin/django.txt similarity index 100% rename from doc/test/plugin/django.txt rename to doc/en/test/plugin/django.txt diff --git a/doc/test/plugin/figleaf.txt b/doc/en/test/plugin/figleaf.txt similarity index 100% rename from doc/test/plugin/figleaf.txt rename to doc/en/test/plugin/figleaf.txt diff --git a/doc/test/plugin/genscript.txt b/doc/en/test/plugin/genscript.txt similarity index 100% rename from doc/test/plugin/genscript.txt rename to doc/en/test/plugin/genscript.txt diff --git a/doc/test/plugin/helpconfig.txt b/doc/en/test/plugin/helpconfig.txt similarity index 100% rename from doc/test/plugin/helpconfig.txt rename to doc/en/test/plugin/helpconfig.txt diff --git a/doc/test/plugin/index.txt b/doc/en/test/plugin/index.txt similarity index 100% rename from doc/test/plugin/index.txt rename to doc/en/test/plugin/index.txt diff --git a/doc/test/plugin/links.txt b/doc/en/test/plugin/links.txt similarity index 100% rename from doc/test/plugin/links.txt rename to doc/en/test/plugin/links.txt diff --git a/doc/test/plugin/nose.txt b/doc/en/test/plugin/nose.txt similarity index 100% rename from doc/test/plugin/nose.txt rename to doc/en/test/plugin/nose.txt diff --git a/doc/test/plugin/oejskit.txt b/doc/en/test/plugin/oejskit.txt similarity index 100% rename from doc/test/plugin/oejskit.txt rename to doc/en/test/plugin/oejskit.txt diff --git a/doc/test/plugin/terminal.txt b/doc/en/test/plugin/terminal.txt similarity index 100% rename from doc/test/plugin/terminal.txt rename to doc/en/test/plugin/terminal.txt diff --git a/doc/test/plugin/xdist.txt b/doc/en/test/plugin/xdist.txt similarity index 100% rename from doc/test/plugin/xdist.txt rename to doc/en/test/plugin/xdist.txt diff --git a/doc/test/test.html b/doc/en/test/test.html similarity index 100% rename from doc/test/test.html rename to doc/en/test/test.html diff --git a/doc/tmpdir.txt b/doc/en/tmpdir.txt similarity index 100% rename from doc/tmpdir.txt rename to doc/en/tmpdir.txt diff --git a/doc/unittest.txt b/doc/en/unittest.txt similarity index 100% rename from doc/unittest.txt rename to doc/en/unittest.txt diff --git a/doc/usage.txt b/doc/en/usage.txt similarity index 100% rename from doc/usage.txt rename to doc/en/usage.txt diff --git a/doc/xdist.txt b/doc/en/xdist.txt similarity index 100% rename from doc/xdist.txt rename to doc/en/xdist.txt diff --git a/doc/xunit_setup.txt b/doc/en/xunit_setup.txt similarity index 100% rename from doc/xunit_setup.txt rename to doc/en/xunit_setup.txt