Make the "examples" section more prominent in the docs
I spent some time today figuring out why PR #2881 was not showing up on doc/parametrize... then after some digging even on readthedocs wondering if the last documentation build had failed, I realized the docs I was looking for was in doc/example/parametrize instead. The section that mentions this is very easy to miss, this makes it a full fledged title and easier to find.
This commit is contained in:
parent
2e2f72156a
commit
c09f69df2a
|
@ -201,6 +201,9 @@ list::
|
||||||
Note that when calling ``metafunc.parametrize`` multiple times with different parameter sets, all parameter names across
|
Note that when calling ``metafunc.parametrize`` multiple times with different parameter sets, all parameter names across
|
||||||
those sets cannot be duplicated, otherwise an error will be raised.
|
those sets cannot be duplicated, otherwise an error will be raised.
|
||||||
|
|
||||||
|
More examples
|
||||||
|
-------------
|
||||||
|
|
||||||
For further examples, you might want to look at :ref:`more
|
For further examples, you might want to look at :ref:`more
|
||||||
parametrization examples <paramexamples>`.
|
parametrization examples <paramexamples>`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue