@@ -453,28 +453,24 @@ def test_sphinx_str():
453
453
454
454
:Parameters:
455
455
456
- **mean** : (N,) ndarray
457
-
456
+ mean : (N,) ndarray
458
457
Mean of the N-dimensional distribution.
459
458
460
459
.. math::
461
460
462
461
(1+2+3)/3
463
462
464
- **cov** : (N, N) ndarray
465
-
463
+ cov : (N, N) ndarray
466
464
Covariance matrix of the distribution.
467
465
468
- **shape** : tuple of ints
469
-
466
+ shape : tuple of ints
470
467
Given a shape of, for example, (m,n,k), m*n*k samples are
471
468
generated, and packed in an m-by-n-by-k arrangement. Because
472
469
each sample is N-dimensional, the output shape is (m,n,k,N).
473
470
474
471
:Returns:
475
472
476
- **out** : ndarray
477
-
473
+ out : ndarray
478
474
The drawn samples, arranged according to `shape`. If the
479
475
shape given is (m,n,...), then the shape of `out` is is
480
476
(m,n,...,N).
@@ -483,26 +479,22 @@ def test_sphinx_str():
483
479
value drawn from the distribution.
484
480
485
481
list of str
486
-
487
482
This is not a real return value. It exists to test
488
483
anonymous return values.
489
484
490
485
:Other Parameters:
491
486
492
- **spam** : parrot
493
-
487
+ spam : parrot
494
488
A parrot off its mortal coil.
495
489
496
490
:Raises:
497
491
498
- **RuntimeError**
499
-
492
+ RuntimeError
500
493
Some error
501
494
502
495
:Warns:
503
496
504
- **RuntimeWarning**
505
-
497
+ RuntimeWarning
506
498
Some warning
507
499
508
500
.. warning::
@@ -570,16 +562,13 @@ def test_sphinx_yields_str():
570
562
571
563
:Yields:
572
564
573
- **a** : int
574
-
565
+ a : int
575
566
The number of apples.
576
567
577
- **b** : int
578
-
568
+ b : int
579
569
The number of bananas.
580
570
581
571
int
582
-
583
572
The number of unknowns.
584
573
""" )
585
574
@@ -963,12 +952,10 @@ def x(self):
963
952
964
953
:Parameters:
965
954
966
- **f** : callable ``f(t, y, *f_args)``
967
-
955
+ f : callable ``f(t, y, *f_args)``
968
956
Aaa.
969
957
970
- **jac** : callable ``jac(t, y, *jac_args)``
971
-
958
+ jac : callable ``jac(t, y, *jac_args)``
972
959
Bbb.
973
960
974
961
.. rubric:: Examples
@@ -1009,12 +996,10 @@ def test_templated_sections():
1009
996
1010
997
:Parameters:
1011
998
1012
- **f** : callable ``f(t, y, *f_args)``
1013
-
999
+ f : callable ``f(t, y, *f_args)``
1014
1000
Aaa.
1015
1001
1016
- **jac** : callable ``jac(t, y, *jac_args)``
1017
-
1002
+ jac : callable ``jac(t, y, *jac_args)``
1018
1003
Bbb.
1019
1004
1020
1005
""" )
0 commit comments