diff --git a/IPython/nbconvert/transformers/__init__.py b/IPython/nbconvert/preprocessors/__init__.py similarity index 100% rename from IPython/nbconvert/transformers/__init__.py rename to IPython/nbconvert/preprocessors/__init__.py diff --git a/IPython/nbconvert/transformers/base.py b/IPython/nbconvert/preprocessors/base.py similarity index 100% rename from IPython/nbconvert/transformers/base.py rename to IPython/nbconvert/preprocessors/base.py diff --git a/IPython/nbconvert/transformers/coalescestreams.py b/IPython/nbconvert/preprocessors/coalescestreams.py similarity index 100% rename from IPython/nbconvert/transformers/coalescestreams.py rename to IPython/nbconvert/preprocessors/coalescestreams.py diff --git a/IPython/nbconvert/transformers/convertfigures.py b/IPython/nbconvert/preprocessors/convertfigures.py similarity index 100% rename from IPython/nbconvert/transformers/convertfigures.py rename to IPython/nbconvert/preprocessors/convertfigures.py diff --git a/IPython/nbconvert/transformers/csshtmlheader.py b/IPython/nbconvert/preprocessors/csshtmlheader.py similarity index 100% rename from IPython/nbconvert/transformers/csshtmlheader.py rename to IPython/nbconvert/preprocessors/csshtmlheader.py diff --git a/IPython/nbconvert/transformers/extractoutput.py b/IPython/nbconvert/preprocessors/extractoutput.py similarity index 100% rename from IPython/nbconvert/transformers/extractoutput.py rename to IPython/nbconvert/preprocessors/extractoutput.py diff --git a/IPython/nbconvert/transformers/latex.py b/IPython/nbconvert/preprocessors/latex.py similarity index 100% rename from IPython/nbconvert/transformers/latex.py rename to IPython/nbconvert/preprocessors/latex.py diff --git a/IPython/nbconvert/transformers/revealhelp.py b/IPython/nbconvert/preprocessors/revealhelp.py similarity index 100% rename from IPython/nbconvert/transformers/revealhelp.py rename to IPython/nbconvert/preprocessors/revealhelp.py diff --git a/IPython/nbconvert/transformers/sphinx.py b/IPython/nbconvert/preprocessors/sphinx.py similarity index 100% rename from IPython/nbconvert/transformers/sphinx.py rename to IPython/nbconvert/preprocessors/sphinx.py diff --git a/IPython/nbconvert/transformers/svg2pdf.py b/IPython/nbconvert/preprocessors/svg2pdf.py similarity index 100% rename from IPython/nbconvert/transformers/svg2pdf.py rename to IPython/nbconvert/preprocessors/svg2pdf.py diff --git a/IPython/nbconvert/transformers/tests/__init__.py b/IPython/nbconvert/preprocessors/tests/__init__.py similarity index 100% rename from IPython/nbconvert/transformers/tests/__init__.py rename to IPython/nbconvert/preprocessors/tests/__init__.py diff --git a/IPython/nbconvert/transformers/tests/base.py b/IPython/nbconvert/preprocessors/tests/base.py similarity index 100% rename from IPython/nbconvert/transformers/tests/base.py rename to IPython/nbconvert/preprocessors/tests/base.py diff --git a/IPython/nbconvert/transformers/tests/test_coalescestreams.py b/IPython/nbconvert/preprocessors/tests/test_coalescestreams.py similarity index 100% rename from IPython/nbconvert/transformers/tests/test_coalescestreams.py rename to IPython/nbconvert/preprocessors/tests/test_coalescestreams.py diff --git a/IPython/nbconvert/transformers/tests/test_csshtmlheader.py b/IPython/nbconvert/preprocessors/tests/test_csshtmlheader.py similarity index 100% rename from IPython/nbconvert/transformers/tests/test_csshtmlheader.py rename to IPython/nbconvert/preprocessors/tests/test_csshtmlheader.py diff --git a/IPython/nbconvert/transformers/tests/test_extractoutput.py b/IPython/nbconvert/preprocessors/tests/test_extractoutput.py similarity index 100% rename from IPython/nbconvert/transformers/tests/test_extractoutput.py rename to IPython/nbconvert/preprocessors/tests/test_extractoutput.py diff --git a/IPython/nbconvert/transformers/tests/test_latex.py b/IPython/nbconvert/preprocessors/tests/test_latex.py similarity index 100% rename from IPython/nbconvert/transformers/tests/test_latex.py rename to IPython/nbconvert/preprocessors/tests/test_latex.py diff --git a/IPython/nbconvert/transformers/tests/test_revealhelp.py b/IPython/nbconvert/preprocessors/tests/test_revealhelp.py similarity index 100% rename from IPython/nbconvert/transformers/tests/test_revealhelp.py rename to IPython/nbconvert/preprocessors/tests/test_revealhelp.py diff --git a/IPython/nbconvert/transformers/tests/test_sphinx.py b/IPython/nbconvert/preprocessors/tests/test_sphinx.py similarity index 100% rename from IPython/nbconvert/transformers/tests/test_sphinx.py rename to IPython/nbconvert/preprocessors/tests/test_sphinx.py diff --git a/IPython/nbconvert/transformers/tests/test_svg2pdf.py b/IPython/nbconvert/preprocessors/tests/test_svg2pdf.py similarity index 100% rename from IPython/nbconvert/transformers/tests/test_svg2pdf.py rename to IPython/nbconvert/preprocessors/tests/test_svg2pdf.py