From 9a983602eaab6dc71e02d5f3b9747d8bb52a22a5 Mon Sep 17 00:00:00 2001 From: Lamar Moore <lamar.moore@stfc.ac.uk> Date: Thu, 20 Sep 2018 08:40:23 +0100 Subject: [PATCH] Changed RectangularDetectorPixel->GridDetectorPixel in docs #23073 --- .../{RectangularDetectorPixel.rst => GridDetectorPixel.rst} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename docs/source/api/python/mantid/geometry/{RectangularDetectorPixel.rst => GridDetectorPixel.rst} (53%) diff --git a/docs/source/api/python/mantid/geometry/RectangularDetectorPixel.rst b/docs/source/api/python/mantid/geometry/GridDetectorPixel.rst similarity index 53% rename from docs/source/api/python/mantid/geometry/RectangularDetectorPixel.rst rename to docs/source/api/python/mantid/geometry/GridDetectorPixel.rst index ac489c2a18e..4ce4a04bca1 100644 --- a/docs/source/api/python/mantid/geometry/RectangularDetectorPixel.rst +++ b/docs/source/api/python/mantid/geometry/GridDetectorPixel.rst @@ -1,14 +1,14 @@ ========================== - RectangularDetectorPixel + GridDetectorPixel ========================== -This a python binding to the C++ class Mantid::Geometry::RectangularDetectorPixel. +This a python binding to the C++ class Mantid::Geometry::GridDetectorPixel. *bases:* :py:obj:`mantid.geometry.Detector` .. module:`mantid.geometry` -.. autoclass:: mantid.geometry.RectangularDetectorPixel +.. autoclass:: mantid.geometry.GridDetectorPixel :members: :undoc-members: :inherited-members: -- GitLab