diff --git a/docs/index.rst b/docs/index.rst index f1bbbec..5da90be 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,6 @@ This page gives an overview of all public objects, functions and methods. BismarkPlot.Genome BismarkPlot.ChrLevels BismarkPlot.Clustering - BismarkPlot.BismarkBase BismarkPlot.LinePlot BismarkPlot.HeatMap diff --git a/src/bismarkplot/__init__.py b/src/bismarkplot/__init__.py index 46a01a5..8123328 100644 --- a/src/bismarkplot/__init__.py +++ b/src/bismarkplot/__init__.py @@ -1,3 +1,3 @@ -from .BismarkPlot import Metagene, MetageneFiles, Genome, ChrLevels, Clustering +from .BismarkPlot import Metagene, MetageneFiles, Genome, ChrLevels __version__ = 1.2