@@ -101,7 +101,7 @@ cdef class Riemann_Map:
101101
102102 The following inputs may be passed in as named parameters:
103103
104- - ``N`` -- integer ( default: `` 500` `) ; the number of collocation points
104+ - ``N`` -- integer ( default: `500`) ; the number of collocation points
105105 used to compute the map. More points will give more accurate results,
106106 especially near the boundaries, but will take longer to compute.
107107
@@ -112,7 +112,7 @@ cdef class Riemann_Map:
112112 The following inputs may be passed as named parameters in unusual
113113 circumstances:
114114
115- - ``ncorners`` -- integer ( default: ``4` `) ; if mapping a figure with
115+ - ``ncorners`` -- integer ( default: `4 `) ; if mapping a figure with
116116 ( equally t-spaced) corners -- corners that make a significant change in
117117 the direction of the boundary -- better results may be sometimes obtained by
118118 accurately giving this parameter. Used to add the proper constant to
@@ -381,7 +381,7 @@ cdef class Riemann_Map:
381381
382382 The following inputs may be passed in as named parameters:
383383
384- - ``boundary`` -- integer (default: ``-1` `); if < 0,
384+ - ``boundary`` -- integer (default: `-1 `); if < 0,
385385 :meth:`get_theta_points` will return the points for all boundaries.
386386 If >= 0, :meth:`get_theta_points` will return only the points for
387387 the boundary specified.
@@ -461,7 +461,7 @@ cdef class Riemann_Map:
461461
462462 The following input must all be passed in as named parameters:
463463
464- - ``boundary`` -- integer (default: ``-1` `); if < 0,
464+ - ``boundary`` -- integer (default: `-1 `); if < 0,
465465 ``get_theta_points()`` will return the points for all boundaries.
466466 If >= 0, ``get_theta_points()`` will return only the points for
467467 the boundary specified.
@@ -847,13 +847,13 @@ cdef class Riemann_Map:
847847
848848 The following inputs may be passed in as named parameters:
849849
850- - ``spokes`` -- integer (default: ``16` `); the number of equally
850+ - ``spokes`` -- integer (default: `16 `); the number of equally
851851 spaced radial lines to plot
852852
853- - ``circles`` -- integer (default: ``4` `); the number of equally
853+ - ``circles`` -- integer (default: `4 `); the number of equally
854854 spaced circles about the center to plot
855855
856- - ``pts`` -- integer (default: ``32` `); the number of points to
856+ - ``pts`` -- integer (default: `32 `); the number of points to
857857 plot. Each radial line is made by ``1*pts`` points, each circle
858858 has ``2*pts`` points. Note that high values may cause erratic
859859 behavior of the radial lines near the boundaries.
@@ -877,7 +877,7 @@ cdef class Riemann_Map:
877877 - ``withcolor`` -- boolean (default: ``False``); if ``True``,
878878 the spiderweb will be overlaid on the basic color plot
879879
880- - ``plot_points`` -- integer (default: `` 200` `); the size of the grid
880+ - ``plot_points`` -- integer (default: `200`); the size of the grid
881881 in the x direction. The number of points in the y_direction is scaled
882882 accordingly. Note that very large values can cause this function to
883883 run slowly.
@@ -1013,7 +1013,7 @@ cdef class Riemann_Map:
10131013 ``(xmin, xmax, ymin, ymax)``. Declare if you do not want the plot
10141014 to use the default range for the figure.
10151015
1016- - ``plot_points`` -- integer (default: `` 100` `); number of points to
1016+ - ``plot_points`` -- integer (default: `100`); number of points to
10171017 plot in the x direction. Points in the y direction are scaled
10181018 accordingly. Note that very large values can cause this function to
10191019 run slowly.
0 commit comments