summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-11-09 19:25:30 -0200
committerBruno Oliveira <nicoddemus@gmail.com>2017-11-09 19:25:30 -0200
commitc09f69df2a5ce5b39697beb31f2bb34b6b46ae8a (patch)
tree1ffde4aa1620bb6cceda26d2f3ca18be988dbbb6 /doc
parent2e2f72156a9a8e735b95c719cfeef74d243d0739 (diff)
downloadpytest-c09f69df2a5ce5b39697beb31f2bb34b6b46ae8a.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/en/parametrize.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/parametrize.rst b/doc/en/parametrize.rst
index ef9161546..ebbae31b2 100644
--- a/doc/en/parametrize.rst
+++ b/doc/en/parametrize.rst
@@ -201,6 +201,9 @@ list::
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.
+More examples
+-------------
+
For further examples, you might want to look at :ref:`more
parametrization examples <paramexamples>`.