diff --git a/nbconvert/api/__init__.py b/nbconvert/exporters/__init__.py similarity index 100% rename from nbconvert/api/__init__.py rename to nbconvert/exporters/__init__.py diff --git a/nbconvert/api/basichtml.py b/nbconvert/exporters/basichtml.py similarity index 100% rename from nbconvert/api/basichtml.py rename to nbconvert/exporters/basichtml.py diff --git a/nbconvert/api/convert.py b/nbconvert/exporters/convert.py similarity index 100% rename from nbconvert/api/convert.py rename to nbconvert/exporters/convert.py diff --git a/nbconvert/api/exporter.py b/nbconvert/exporters/exporter.py similarity index 100% rename from nbconvert/api/exporter.py rename to nbconvert/exporters/exporter.py diff --git a/nbconvert/api/fullhtml.py b/nbconvert/exporters/fullhtml.py similarity index 100% rename from nbconvert/api/fullhtml.py rename to nbconvert/exporters/fullhtml.py diff --git a/nbconvert/api/latex.py b/nbconvert/exporters/latex.py similarity index 100% rename from nbconvert/api/latex.py rename to nbconvert/exporters/latex.py diff --git a/nbconvert/api/markdown.py b/nbconvert/exporters/markdown.py similarity index 100% rename from nbconvert/api/markdown.py rename to nbconvert/exporters/markdown.py diff --git a/nbconvert/api/python.py b/nbconvert/exporters/python.py similarity index 100% rename from nbconvert/api/python.py rename to nbconvert/exporters/python.py diff --git a/nbconvert/api/python_armor.py b/nbconvert/exporters/python_armor.py similarity index 100% rename from nbconvert/api/python_armor.py rename to nbconvert/exporters/python_armor.py diff --git a/nbconvert/api/reveal.py b/nbconvert/exporters/reveal.py similarity index 100% rename from nbconvert/api/reveal.py rename to nbconvert/exporters/reveal.py diff --git a/nbconvert/api/rst.py b/nbconvert/exporters/rst.py similarity index 100% rename from nbconvert/api/rst.py rename to nbconvert/exporters/rst.py diff --git a/nbconvert/api/sphinx_howto.py b/nbconvert/exporters/sphinx_howto.py similarity index 100% rename from nbconvert/api/sphinx_howto.py rename to nbconvert/exporters/sphinx_howto.py diff --git a/nbconvert/api/sphinx_manual.py b/nbconvert/exporters/sphinx_manual.py similarity index 100% rename from nbconvert/api/sphinx_manual.py rename to nbconvert/exporters/sphinx_manual.py