Skip to content

Commit

Permalink
Add calibration pages from the old sphinx docs.
Browse files Browse the repository at this point in the history
Refs #9624
  • Loading branch information
martyngigg committed Jun 11, 2014
1 parent db561c5 commit 9ab5d34
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Code/Mantid/docs/source/api/python/index.rst
Expand Up @@ -12,4 +12,12 @@ Reference
:maxdepth: 1

mantid <mantid/index>
mantidplot <mantidplot/index>
mantidplot <mantidplot/index>

Techniques
----------

.. toctree::
:maxdepth: 1

techniques/calibration
18 changes: 18 additions & 0 deletions Code/Mantid/docs/source/api/python/techniques/calibration.rst
@@ -0,0 +1,18 @@
=============
Calibration
=============

Calibration is currently based on tubes and is accessed using the :mod:`tube` module.

.. automodule:: tube

Implementation
--------------

More details on the finer points of the calibration implementation can be found at http://www.mantidproject.org/Tube_Calibration and
in:

.. toctree::
:maxdepth: 1

calibration_implementation
@@ -0,0 +1,25 @@
====================================
Calibration Implementation Details
====================================

.. automodule:: tube_calib
:members:

TubeSpec
------------------

.. autoclass:: tube_spec.TubeSpec
:members:

TubeCalibFitParams
------------------

.. autoclass:: tube_calib_fit_params.TubeCalibFitParams
:members:


IdealTube
---------

.. autoclass:: ideal_tube.IdealTube
:members:
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9ab5d34

Please sign in to comment.