From 384d1d8c6faf8030cd3a8589de1f4b3c0aca1f91 2013-07-26 22:46:22 From: Jonathan Frederic Date: 2013-07-26 22:46:22 Subject: [PATCH] Deprecate flavor-level subclasses --- diff --git a/IPython/nbconvert/exporters/fullhtml.py b/IPython/nbconvert/exporters/_fullhtml.py similarity index 100% rename from IPython/nbconvert/exporters/fullhtml.py rename to IPython/nbconvert/exporters/_fullhtml.py diff --git a/IPython/nbconvert/exporters/reveal.py b/IPython/nbconvert/exporters/_reveal.py similarity index 100% rename from IPython/nbconvert/exporters/reveal.py rename to IPython/nbconvert/exporters/_reveal.py diff --git a/IPython/nbconvert/exporters/sphinx_howto.py b/IPython/nbconvert/exporters/_sphinx_howto.py similarity index 100% rename from IPython/nbconvert/exporters/sphinx_howto.py rename to IPython/nbconvert/exporters/_sphinx_howto.py diff --git a/IPython/nbconvert/exporters/sphinx_manual.py b/IPython/nbconvert/exporters/_sphinx_manual.py similarity index 100% rename from IPython/nbconvert/exporters/sphinx_manual.py rename to IPython/nbconvert/exporters/_sphinx_manual.py diff --git a/IPython/nbconvert/exporters/basichtml.py b/IPython/nbconvert/exporters/html.py similarity index 100% rename from IPython/nbconvert/exporters/basichtml.py rename to IPython/nbconvert/exporters/html.py