Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.2.x] Doc: Move the module declaration to index.rst #8285

Merged
merged 1 commit into from Jan 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/en/index.rst
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions doc/en/reference.rst
Expand Up @@ -3,8 +3,6 @@
API Reference
=============

.. module:: pytest

This page contains the full reference to pytest's API.

.. contents::
Expand Down