Skip to content

Commit c09f69d

Browse files
committed
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.
1 parent 2e2f721 commit c09f69d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/en/parametrize.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ list::
201201
Note that when calling ``metafunc.parametrize`` multiple times with different parameter sets, all parameter names across
202202
those sets cannot be duplicated, otherwise an error will be raised.
203203

204+
More examples
205+
-------------
206+
204207
For further examples, you might want to look at :ref:`more
205208
parametrization examples <paramexamples>`.
206209

0 commit comments

Comments
 (0)