We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ef84e commit 8c3da14Copy full SHA for 8c3da14
numpydoc/tests/test_docscrape.py
@@ -893,18 +893,18 @@ def x(self):
893
894
x
895
896
- === ==========
897
- t (float) Current time.
898
- y (ndarray) Current variable values.
899
+ ===== ==========
+ **t** (float) Current time.
+ **y** (ndarray) Current variable values.
900
901
.. rubric:: Methods
902
903
904
- a
905
- b
906
- c
907
+ **a**
+ **b**
+ **c**
908
909
""")
910
0 commit comments