Skip to content

Commit

Permalink
Refs #9584 Correct code block syntax in Bayes usage examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Jun 9, 2014
1 parent a0200e6 commit bede622
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/docs/source/algorithms/MuscatData-v1.rst
Expand Up @@ -24,7 +24,7 @@ Usage
-----
**Example - a basic example using MuscatData.**

.. codeblock::
.. code-block:: python
def createSampleWorkspace(name, random=False):
""" Creates a sample workspace with a single lorentzian that looks like IRIS data"""
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/docs/source/algorithms/QLines-v1.rst
Expand Up @@ -42,7 +42,7 @@ Usage
-----
**Example - a basic example using QLines to fit a reduced workspace.**

.. codeblock::
.. code-block:: python
def createSampleWorkspace(name, random=False):
""" Creates a sample workspace with a single lorentzian that looks like IRIS data"""
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/docs/source/algorithms/Quest-v1.rst
Expand Up @@ -21,7 +21,7 @@ Usage
-----
**Example - a basic example using Quest to fit a reduced workspace.**

.. codeblock::
.. code-block:: python
def createSampleWorkspace(name, random=False):
""" Creates a sample workspace with a single lorentzian that looks like IRIS data"""
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/docs/source/algorithms/ResNorm-v1.rst
Expand Up @@ -21,7 +21,7 @@ Usage
-----
**Example - a basic example using ResNorm.**

.. codeblock::
.. code-block:: python
def createSampleWorkspace(name, random=False):
""" Creates a sample workspace with a single lorentzian that looks like IRIS data"""
Expand Down

0 comments on commit bede622

Please sign in to comment.