Skip to content

Commit 56e4392

Browse files
committed
Merge pull request #8280 from xuhdev/module
Doc: Move the module declaration to index.rst
1 parent 8220eca commit 56e4392

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/en/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
pytest: helps you write better programs
1212
=======================================
1313

14+
.. module:: pytest
1415

1516
The ``pytest`` framework makes it easy to write small tests, yet
1617
scales to support complex functional testing for applications and libraries.

doc/en/reference.rst

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
API Reference
44
=============
55

6-
.. module:: pytest
7-
86
This page contains the full reference to pytest's API.
97

108
.. contents::

0 commit comments

Comments
 (0)