diff --git a/docs/source/api/python/index.rst b/docs/source/api/python/index.rst index 3490c7c58bb7cd9cdb70b3e5ede4a0ce6095bdc4..916a08dcbca686f1852057cb793b7d5aa5ff5a35 100644 --- a/docs/source/api/python/index.rst +++ b/docs/source/api/python/index.rst @@ -11,14 +11,6 @@ If you are new to Python in Mantid then we advise first looking at our `Mantid t For tutorials on how to use python in MantidPlot please see `MantidPlot: Python Scripting <https://www.mantidproject.org/MantidPlot:_Python_Scripting>`_. -Matplotlib-like plotting interface ----------------------------------- - -.. toctree:: - :maxdepth: 1 - - mantidplot.pyplot <mantidplot/pyplot/index> - Reference --------- .. toctree:: diff --git a/docs/source/api/python/mantidplot/plot.rst b/docs/source/api/python/mantidplot/plot.rst deleted file mode 100644 index bd58de32ef173d502b38ecaf0c0761ad0007ca65..0000000000000000000000000000000000000000 --- a/docs/source/api/python/mantidplot/plot.rst +++ /dev/null @@ -1,8 +0,0 @@ -====== - plot -====== - -.. module:`mantidplot` - -.. autofunction:: mantidplot.plot -