@@ -484,51 +484,51 @@ def test_sphinx_str():
484
484
485
485
:Parameters:
486
486
487
- mean : (N,) ndarray
487
+ ** mean** : (N,) ndarray
488
488
Mean of the N-dimensional distribution.
489
489
490
490
.. math::
491
491
492
492
(1+2+3)/3
493
493
494
- cov : (N, N) ndarray
494
+ ** cov** : (N, N) ndarray
495
495
Covariance matrix of the distribution.
496
496
497
- shape : tuple of ints
497
+ ** shape** : tuple of ints
498
498
Given a shape of, for example, (m,n,k), m*n*k samples are
499
499
generated, and packed in an m-by-n-by-k arrangement. Because
500
500
each sample is N-dimensional, the output shape is (m,n,k,N).
501
501
502
502
:Returns:
503
503
504
- out : ndarray
504
+ ** out** : ndarray
505
505
The drawn samples, arranged according to `shape`. If the
506
506
shape given is (m,n,...), then the shape of `out` is
507
507
(m,n,...,N).
508
508
509
509
In other words, each entry ``out[i,j,...,:]`` is an N-dimensional
510
510
value drawn from the distribution.
511
511
512
- list of str
512
+ ** list of str**
513
513
This is not a real return value. It exists to test
514
514
anonymous return values.
515
515
516
- no_description
516
+ ** no_description**
517
517
..
518
518
519
519
:Other Parameters:
520
520
521
- spam : parrot
521
+ ** spam** : parrot
522
522
A parrot off its mortal coil.
523
523
524
524
:Raises:
525
525
526
- RuntimeError
526
+ ** RuntimeError**
527
527
Some error
528
528
529
529
:Warns:
530
530
531
- RuntimeWarning
531
+ ** RuntimeWarning**
532
532
Some warning
533
533
534
534
.. warning::
@@ -596,13 +596,13 @@ def test_sphinx_yields_str():
596
596
597
597
:Yields:
598
598
599
- a : int
599
+ **a** : int
600
600
The number of apples.
601
601
602
- b : int
602
+ **b** : int
603
603
The number of bananas.
604
604
605
- int
605
+ ** int**
606
606
The number of unknowns.
607
607
""" )
608
608
@@ -1129,10 +1129,10 @@ def no_period(self):
1129
1129
1130
1130
:Parameters:
1131
1131
1132
- f : callable ``f(t, y, *f_args)``
1132
+ **f** : callable ``f(t, y, *f_args)``
1133
1133
Aaa.
1134
1134
1135
- jac : callable ``jac(t, y, *jac_args)``
1135
+ ** jac** : callable ``jac(t, y, *jac_args)``
1136
1136
Bbb.
1137
1137
1138
1138
.. rubric:: Examples
@@ -1141,10 +1141,10 @@ def no_period(self):
1141
1141
1142
1142
:Attributes:
1143
1143
1144
- t : float
1144
+ **t** : float
1145
1145
Current time.
1146
1146
1147
- y : ndarray
1147
+ **y** : ndarray
1148
1148
Current variable values.
1149
1149
1150
1150
* hello
@@ -1153,10 +1153,10 @@ def no_period(self):
1153
1153
:obj:`an_attribute <an_attribute>` : float
1154
1154
Test attribute
1155
1155
1156
- no_docstring : str
1156
+ ** no_docstring** : str
1157
1157
But a description
1158
1158
1159
- no_docstring2 : str
1159
+ ** no_docstring2** : str
1160
1160
..
1161
1161
1162
1162
:obj:`multiline_sentence <multiline_sentence>`
@@ -1190,10 +1190,10 @@ def test_templated_sections():
1190
1190
1191
1191
:Parameters:
1192
1192
1193
- f : callable ``f(t, y, *f_args)``
1193
+ **f** : callable ``f(t, y, *f_args)``
1194
1194
Aaa.
1195
1195
1196
- jac : callable ``jac(t, y, *jac_args)``
1196
+ ** jac** : callable ``jac(t, y, *jac_args)``
1197
1197
Bbb.
1198
1198
1199
1199
""" )
0 commit comments