summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2021-01-27 09:05:36 -0300
committerGitHub <noreply@github.com>2021-01-27 09:05:36 -0300
commit0365b1be64e4850adab1f0a95d39bea1f29ef05b (patch)
treeee1399499dc2ebbf7fc730d0d8a5f253ca4fde62 /doc
parent0939c3e022e377281a12dae416bfa28858ad43e4 (diff)
parent8bb3977cb6f8d422dd0d469d9d3c8dbb87704d4f (diff)
downloadpytest-0365b1be64e4850adab1f0a95d39bea1f29ef05b.tar.gz
Merge pull request #8280 from xuhdev/module
Doc: Move the module declaration to index.rst
Diffstat (limited to 'doc')
-rw-r--r--doc/en/index.rst1
-rw-r--r--doc/en/reference.rst2
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/en/index.rst b/doc/en/index.rst
index 58f6c1d86..7c4d9394d 100644
--- a/doc/en/index.rst
+++ b/doc/en/index.rst
@@ -11,6 +11,7 @@
pytest: helps you write better programs
=======================================
+.. module:: pytest
The ``pytest`` framework makes it easy to write small tests, yet
scales to support complex functional testing for applications and libraries.
diff --git a/doc/en/reference.rst b/doc/en/reference.rst
index 51c52b33a..bc6c5670a 100644
--- a/doc/en/reference.rst
+++ b/doc/en/reference.rst
@@ -3,8 +3,6 @@
API Reference
=============
-.. module:: pytest
-
This page contains the full reference to pytest's API.
.. contents::