Skip to content

Commit

Permalink
Fixing some documentation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici committed Feb 15, 2017
1 parent 3d28fb6 commit a7eed4e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
15 changes: 7 additions & 8 deletions MantidPlot/pymantidplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,14 +801,13 @@ def plotSlice(source, label="", xydim=None, slicepoint=None,
Optional Keyword Args:
label :: label for the window title
xydim :: indexes or names of the dimensions to plot, as an (X,Y) list or tuple. See SliceViewer::setXYDim()
slicepoint :: list with the slice point in each dimension.
Must be the same length as the number of dimensions of the workspace.
See SliceViewer::setSlicePoint()
colormin :: value of the minimum color in the scale. See SliceViewer::setColorScaleMin()
colormax :: value of the maximum color in the scale. See SliceViewer::setColorScaleMax()
colorscalelog :: value of the maximum color in the scale. See SliceViewer::setColorScaleLog()
limits :: list with the (xleft, xright, ybottom, ytop) limits to the view to show. See SliceViewer::setXYLimits()
xydim :: indexes or names of the dimensions to plot, as an (X,Y) list or tuple. See `SliceViewer::setXYDim()`
slicepoint :: list with the slice point in each dimension.Must be the same length as the number of \
dimensions of the workspace. See SliceViewer::setSlicePoint()
colormin :: value of the minimum color in the scale. See `SliceViewer::setColorScaleMin()`
colormax :: value of the maximum color in the scale. See `SliceViewer::setColorScaleMax()`
colorscalelog :: value of the maximum color in the scale. See `SliceViewer::setColorScaleLog()`
limits :: list with the (xleft, xright, ybottom, ytop) limits to the view to show. See `SliceViewer::setXYLimits()`
normalization :: 0=none; 1=volume (default); 2=# of events.
Returns:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/algorithms/BayesQuasi-v1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ so that the amplitudes represent their integrated areas.

For a Lorentzian, the Fourier transform does the conversion:
:math:`1/(x^{2}+\delta^{2}) \Leftrightarrow exp[-2\pi(\delta k)]`.
If x is identified with energy E and :math:`2\pi k with t/\hbar` where t is time then:
If x is identified with energy E and :math:`2\pi k` with :math:`t/\hbar` where t is time then:
:math:`1/[E^{2}+(\hbar / \tau)^{2}] \Leftrightarrow exp[-t/\tau]` and :math:`\sigma` is identified with :math:`\hbar / \tau.`
The program estimates the quasielastic components of each of the groups of spectra and requires the resolution
file and optionally the normalisation file created by ResNorm.
Expand Down Expand Up @@ -52,4 +52,4 @@ Usage

.. categories::

.. sourcelink::
.. sourcelink::
Empty file.
2 changes: 1 addition & 1 deletion docs/source/api/python/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Reference
.. toctree::
:hidden:

changes
changes <changes>

Matplotlib-like plotting interface
----------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/release/v3.10.0/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==========================
===========================
Mantid 3.10.0 Release Notes
==========================
===========================

.. figure:: ../../images/ReleaseUnderConstruction.jpg
:class: screenshot
Expand Down

0 comments on commit a7eed4e

Please sign in to comment.