@@ -477,48 +477,48 @@ def test_sphinx_str():
477477
478478:Parameters:
479479
480- mean : (N,) ndarray
480+ ** mean** : (N,) ndarray
481481 Mean of the N-dimensional distribution.
482482
483483 .. math::
484484
485485 (1+2+3)/3
486486
487- cov : (N, N) ndarray
487+ ** cov** : (N, N) ndarray
488488 Covariance matrix of the distribution.
489489
490- shape : tuple of ints
490+ ** shape** : tuple of ints
491491 Given a shape of, for example, (m,n,k), m*n*k samples are
492492 generated, and packed in an m-by-n-by-k arrangement. Because
493493 each sample is N-dimensional, the output shape is (m,n,k,N).
494494
495495:Returns:
496496
497- out : ndarray
497+ ** out** : ndarray
498498 The drawn samples, arranged according to `shape`. If the
499499 shape given is (m,n,...), then the shape of `out` is is
500500 (m,n,...,N).
501501
502502 In other words, each entry ``out[i,j,...,:]`` is an N-dimensional
503503 value drawn from the distribution.
504504
505- list of str
505+ ** list of str**
506506 This is not a real return value. It exists to test
507507 anonymous return values.
508508
509509:Other Parameters:
510510
511- spam : parrot
511+ ** spam** : parrot
512512 A parrot off its mortal coil.
513513
514514:Raises:
515515
516- RuntimeError
516+ ** RuntimeError**
517517 Some error
518518
519519:Warns:
520520
521- RuntimeWarning
521+ ** RuntimeWarning**
522522 Some warning
523523
524524.. warning::
@@ -586,13 +586,13 @@ def test_sphinx_yields_str():
586586
587587:Yields:
588588
589- a : int
589+ **a** : int
590590 The number of apples.
591591
592- b : int
592+ **b** : int
593593 The number of bananas.
594594
595- int
595+ ** int**
596596 The number of unknowns.
597597""" )
598598
@@ -1119,10 +1119,10 @@ def no_period(self):
11191119
11201120 :Parameters:
11211121
1122- f : callable ``f(t, y, *f_args)``
1122+ **f** : callable ``f(t, y, *f_args)``
11231123 Aaa.
11241124
1125- jac : callable ``jac(t, y, *jac_args)``
1125+ ** jac** : callable ``jac(t, y, *jac_args)``
11261126 Bbb.
11271127
11281128 .. rubric:: Examples
@@ -1131,10 +1131,10 @@ def no_period(self):
11311131
11321132 :Attributes:
11331133
1134- t : float
1134+ **t** : float
11351135 Current time.
11361136
1137- y : ndarray
1137+ **y** : ndarray
11381138 Current variable values.
11391139
11401140 * hello
@@ -1143,10 +1143,10 @@ def no_period(self):
11431143 :obj:`an_attribute <an_attribute>` : float
11441144 Test attribute
11451145
1146- no_docstring : str
1146+ ** no_docstring** : str
11471147 But a description
11481148
1149- no_docstring2 : str
1149+ ** no_docstring2** : str
11501150
11511151 :obj:`multiline_sentence <multiline_sentence>`
11521152 This is a sentence.
@@ -1179,10 +1179,10 @@ def test_templated_sections():
11791179
11801180 :Parameters:
11811181
1182- f : callable ``f(t, y, *f_args)``
1182+ **f** : callable ``f(t, y, *f_args)``
11831183 Aaa.
11841184
1185- jac : callable ``jac(t, y, *jac_args)``
1185+ ** jac** : callable ``jac(t, y, *jac_args)``
11861186 Bbb.
11871187
11881188 """ )
0 commit comments