From 815de40a8412bb65a9b91315896e913f8a07df33 2013-05-10 20:17:52 From: Jonathan Frederic Date: 2013-05-10 20:17:52 Subject: [PATCH] Names reduced, too redundent. --- diff --git a/nbconvert/api/html_exporter.py b/nbconvert/api/html.py similarity index 100% rename from nbconvert/api/html_exporter.py rename to nbconvert/api/html.py diff --git a/nbconvert/api/latex_exporter.py b/nbconvert/api/latex.py similarity index 100% rename from nbconvert/api/latex_exporter.py rename to nbconvert/api/latex.py diff --git a/nbconvert/api/markdown_exporter.py b/nbconvert/api/markdown.py similarity index 100% rename from nbconvert/api/markdown_exporter.py rename to nbconvert/api/markdown.py diff --git a/nbconvert/api/python_exporter.py b/nbconvert/api/python.py similarity index 100% rename from nbconvert/api/python_exporter.py rename to nbconvert/api/python.py diff --git a/nbconvert/api/reveal_exporter.py b/nbconvert/api/reveal.py similarity index 100% rename from nbconvert/api/reveal_exporter.py rename to nbconvert/api/reveal.py diff --git a/nbconvert/api/rst_exporter.py b/nbconvert/api/rst.py similarity index 100% rename from nbconvert/api/rst_exporter.py rename to nbconvert/api/rst.py diff --git a/nbconvert/api/sphinx_exporter.py b/nbconvert/api/sphinx.py similarity index 100% rename from nbconvert/api/sphinx_exporter.py rename to nbconvert/api/sphinx.py