From 4e2863cc74457048dcb6c096be0613cc27d8c67d Mon Sep 17 00:00:00 2001 From: Roman Tolchenov <roman.tolchenov@stfc.ac.uk> Date: Tue, 20 Mar 2018 10:55:02 +0000 Subject: [PATCH] Remove pyplot docs reference. Re #22101 --- docs/source/api/python/index.rst | 8 -------- docs/source/api/python/mantidplot/plot.rst | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 docs/source/api/python/mantidplot/plot.rst diff --git a/docs/source/api/python/index.rst b/docs/source/api/python/index.rst index 3490c7c58bb..916a08dcbca 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 bd58de32ef1..00000000000 --- a/docs/source/api/python/mantidplot/plot.rst +++ /dev/null @@ -1,8 +0,0 @@ -====== - plot -====== - -.. module:`mantidplot` - -.. autofunction:: mantidplot.plot - -- GitLab