From 63ca5d19f6059b0bf80bb5156649ea9102cda18b Mon Sep 17 00:00:00 2001 From: Roman Tolchenov <roman.tolchenov@stfc.ac.uk> Date: Wed, 7 Jun 2017 10:31:19 +0100 Subject: [PATCH] Updated python api wiki page. --- docs/source/api/python/index.rst | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/docs/source/api/python/index.rst b/docs/source/api/python/index.rst index c65db0cf43c..fbd05f9122a 100644 --- a/docs/source/api/python/index.rst +++ b/docs/source/api/python/index.rst @@ -6,22 +6,11 @@ The following pages document the Python bindings to the Mantid C++ libraries. -If you are new to Python in Mantid then we advise first looking at our `Mantid training courses <http://www.mantidproject.org/Main_Page>`_. +If you are new to Python in Mantid then we advise first looking at our `Mantid training courses <http://www.mantidproject.org/Documentation>`_. -Reference ---------- -.. toctree:: - :maxdepth: 1 - - mantid <mantid/index> - mantidplot <mantidplot/index> +For tutorials on how to use python in MantidPlot please see `MantidPlot: Python Scripting <https://www.mantidproject.org/MantidPlot:_Python_Scripting>`_. -.. toctree:: - :hidden: - - changes <changes> - Matplotlib-like plotting interface ---------------------------------- @@ -38,3 +27,17 @@ Techniques :maxdepth: 1 techniques/* + +Reference +--------- +.. toctree:: + :maxdepth: 1 + + mantid <mantid/index> + mantidplot <mantidplot/index> + + +.. toctree:: + :hidden: + + changes <changes> -- GitLab