diff --git a/docs/source/api/python/index.rst b/docs/source/api/python/index.rst index c65db0cf43c895db369382c2e7dda74a85424b11..fbd05f9122a474968ae7bc86fc1282989e8f08ce 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>