Merge pull request #8280 from xuhdev/module
Doc: Move the module declaration to index.rst
This commit is contained in:
commit
0365b1be64
|
@ -11,6 +11,7 @@
|
||||||
pytest: helps you write better programs
|
pytest: helps you write better programs
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
|
.. module:: pytest
|
||||||
|
|
||||||
The ``pytest`` framework makes it easy to write small tests, yet
|
The ``pytest`` framework makes it easy to write small tests, yet
|
||||||
scales to support complex functional testing for applications and libraries.
|
scales to support complex functional testing for applications and libraries.
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
API Reference
|
API Reference
|
||||||
=============
|
=============
|
||||||
|
|
||||||
.. module:: pytest
|
|
||||||
|
|
||||||
This page contains the full reference to pytest's API.
|
This page contains the full reference to pytest's API.
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
Loading…
Reference in New Issue