Use double quotes for code in doc string

This commit is contained in:
Johannes Schönberger
2013-05-06 07:10:05 +02:00
parent d6c49ea6b8
commit 5656feb61b
+6 -6
View File
@@ -43,7 +43,7 @@ class LineModel(BaseModel):
Parameters
----------
data : (N, 2) array
N points with `(x, y)` coordinates, respectively.
N points with ``(x, y)`` coordinates, respectively.
"""
@@ -76,7 +76,7 @@ class LineModel(BaseModel):
Parameters
----------
data : (N, 2) array
N points with `(x, y)` coordinates, respectively.
N points with ``(x, y)`` coordinates, respectively.
Returns
-------
@@ -166,7 +166,7 @@ class CircleModel(BaseModel):
Parameters
----------
data : (N, 2) array
N points with `(x, y)` coordinates, respectively.
N points with ``(x, y)`` coordinates, respectively.
"""
@@ -211,7 +211,7 @@ class CircleModel(BaseModel):
Parameters
----------
data : (N, 2) array
N points with `(x, y)` coordinates, respectively.
N points with ``(x, y)`` coordinates, respectively.
Returns
-------
@@ -291,7 +291,7 @@ class EllipseModel(BaseModel):
Parameters
----------
data : (N, 2) array
N points with `(x, y)` coordinates, respectively.
N points with ``(x, y)`` coordinates, respectively.
"""
@@ -361,7 +361,7 @@ class EllipseModel(BaseModel):
Parameters
----------
data : (N, 2) array
N points with `(x, y)` coordinates, respectively.
N points with ``(x, y)`` coordinates, respectively.
Returns
-------